
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, waitnewNumberVectorgetDefaultSerializer, getRestrictionClass, newFeatureVectorpublic V newNumberVector(double[] values)
NumberVector.FactorynewNumberVector in interface NumberVector.Factory<V extends AbstractNumberVector<N>,N extends Number>values - the values of the NumberVector