public static class ShortVector.Factory extends java.lang.Object implements NumberVector.Factory<ShortVector>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShortVector.Factory.Parameterizer
Parameterization class.
|
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferSerializer<ShortVector> |
getDefaultSerializer()
Get the default serializer for this type.
|
java.lang.Class<? super ShortVector> |
getRestrictionClass()
Get the objects type restriction.
|
<A> ShortVector |
newFeatureVector(A array,
ArrayAdapter<? extends java.lang.Number,A> adapter)
Returns a new FeatureVector of V for the given values.
|
<A> ShortVector |
newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter)
Instantiate from any number-array like object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewNumberVector, newNumberVectorpublic <A> ShortVector newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)
FeatureVector.FactorynewFeatureVector in interface FeatureVector.Factory<ShortVector,java.lang.Number>A - Array typearray - the values of the featureVectoradapter - adapter classpublic <A> ShortVector newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)
NumberVector.FactorynewNumberVector in interface NumberVector.Factory<ShortVector>A - Array typearray - Arrayadapter - Adapterpublic ByteBufferSerializer<ShortVector> getDefaultSerializer()
FeatureVector.Factorynull when no serializer is available.getDefaultSerializer in interface FeatureVector.Factory<ShortVector,java.lang.Number>public java.lang.Class<? super ShortVector> getRestrictionClass()
FeatureVector.FactorygetRestrictionClass in interface FeatureVector.Factory<ShortVector,java.lang.Number>Copyright © 2019 ELKI Development Team. License information.