
public static class SparseShortVector.Factory extends AbstractNumberVector.Factory<SparseShortVector,Short> implements SparseNumberVector.Factory<SparseShortVector,Short>
| Modifier and Type | Class and Description |
|---|---|
static class |
SparseShortVector.Factory.Parameterizer
Parameterization class.
|
| Constructor and Description |
|---|
SparseShortVector.Factory() |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferSerializer<SparseShortVector> |
getDefaultSerializer()
Get the default serializer for this type.
|
Class<? super SparseShortVector> |
getRestrictionClass()
Get the objects type restriction.
|
<A> SparseShortVector |
newFeatureVector(A array,
ArrayAdapter<Short,A> adapter)
Returns a new FeatureVector of V for the given values.
|
<A> SparseShortVector |
newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter)
Instantiate from any number-array like object.
|
SparseShortVector |
newNumberVector(gnu.trove.map.TIntDoubleMap values,
int maxdim)
Returns a new NumberVector of N for the given values.
|
newNumberVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewNumberVectorpublic <A> SparseShortVector newFeatureVector(A array, ArrayAdapter<Short,A> adapter)
FeatureVector.FactorynewFeatureVector in interface FeatureVector.Factory<SparseShortVector,Short>A - Array typearray - the values of the featureVectoradapter - adapter classpublic <A> SparseShortVector newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)
NumberVector.FactorynewNumberVector in interface NumberVector.Factory<SparseShortVector,Short>A - Array typearray - Arrayadapter - Adapterpublic SparseShortVector newNumberVector(gnu.trove.map.TIntDoubleMap values, int maxdim)
SparseNumberVector.FactorynewNumberVector in interface SparseNumberVector.Factory<SparseShortVector,Short>values - the values of the NumberVectormaxdim - Maximum dimensionality.public ByteBufferSerializer<SparseShortVector> getDefaultSerializer()
FeatureVector.Factorynull when no serializer is available.getDefaultSerializer in interface FeatureVector.Factory<SparseShortVector,Short>public Class<? super SparseShortVector> getRestrictionClass()
FeatureVector.FactorygetRestrictionClass in interface FeatureVector.Factory<SparseShortVector,Short>