V
- Vector typeN
- Number typepublic abstract static class AbstractNumberVector.Factory<V extends AbstractNumberVector<N>,N extends Number> extends Object implements NumberVector.Factory<V,N>
Constructor and Description |
---|
AbstractNumberVector.Factory() |
Modifier and Type | Method and Description |
---|---|
V |
newNumberVector(double[] values)
Returns a new NumberVector of N for the given values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newNumberVector
getDefaultSerializer, getRestrictionClass, newFeatureVector
public V newNumberVector(double[] values)
NumberVector.Factory
newNumberVector
in interface NumberVector.Factory<V extends AbstractNumberVector<N>,N extends Number>
values
- the values of the NumberVector