public static class SparseByteVector.Factory extends AbstractNumberVector.Factory<SparseByteVector> implements SparseNumberVector.Factory<SparseByteVector>
Modifier and Type | Class and Description |
---|---|
static class |
SparseByteVector.Factory.Parameterizer
Parameterization class.
|
Constructor and Description |
---|
SparseByteVector.Factory() |
Modifier and Type | Method and Description |
---|---|
ByteBufferSerializer<SparseByteVector> |
getDefaultSerializer()
Get the default serializer for this type.
|
Class<? super SparseByteVector> |
getRestrictionClass()
Get the objects type restriction.
|
<A> SparseByteVector |
newFeatureVector(A array,
ArrayAdapter<? extends Number,A> adapter)
Returns a new FeatureVector of V for the given values.
|
<A> SparseByteVector |
newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter)
Instantiate from any number-array like object.
|
SparseByteVector |
newNumberVector(TIntDoubleMap values,
int maxdim)
Returns a new NumberVector of N for the given values.
|
newNumberVector, newNumberVector
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newNumberVector, newNumberVector
public <A> SparseByteVector newFeatureVector(A array, ArrayAdapter<? extends Number,A> adapter)
FeatureVector.Factory
newFeatureVector
in interface FeatureVector.Factory<SparseByteVector,Number>
A
- Array typearray
- the values of the featureVectoradapter
- adapter classpublic <A> SparseByteVector newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)
NumberVector.Factory
newNumberVector
in interface NumberVector.Factory<SparseByteVector>
A
- Array typearray
- Arrayadapter
- Adapterpublic SparseByteVector newNumberVector(TIntDoubleMap values, int maxdim)
SparseNumberVector.Factory
newNumberVector
in interface SparseNumberVector.Factory<SparseByteVector>
values
- the values of the NumberVectormaxdim
- Maximum dimensionality.public ByteBufferSerializer<SparseByteVector> getDefaultSerializer()
FeatureVector.Factory
null
when no serializer is available.getDefaultSerializer
in interface FeatureVector.Factory<SparseByteVector,Number>
public Class<? super SparseByteVector> getRestrictionClass()
FeatureVector.Factory
getRestrictionClass
in interface FeatureVector.Factory<SparseByteVector,Number>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.