public class DenseVectorFeatureValue extends java.lang.Object implements FeatureValue
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static DenseVectorFeatureValue |
fromFloatArray(float[] floatArray) |
static DenseVectorFeatureValue |
fromNumberList(java.util.Collection<? extends java.lang.Number> numbers) |
FeatureType |
getFeatureType() |
float[] |
getFloatArray() |
int |
hashCode() |
java.lang.String |
toString() |
public static DenseVectorFeatureValue fromFloatArray(float[] floatArray)
public static DenseVectorFeatureValue fromNumberList(java.util.Collection<? extends java.lang.Number> numbers)
public float[] getFloatArray()
public FeatureType getFeatureType()
getFeatureType in interface FeatureValueFeatureType of this featurepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object