public interface INumericArrayInstance extends IAttributeArrayInstance, org.apache.commons.math3.ml.clustering.Clusterable
| Modifier and Type | Method and Description |
|---|---|
double[] |
getAsDoubleVector()
Turns the instance into a double vector.
|
IAttributeValue<java.lang.Double> |
getAttributeValue(int position) |
default double[] |
getPoint() |
getAllAttributeValues, getAttributeValueAtPosition, getNumberOfAttributesIAttributeValue<java.lang.Double> getAttributeValue(int position)
double[] getAsDoubleVector()
throws ContainsNonNumericAttributesException
ContainsNonNumericAttributesException - Thrown if the instance is to be converted into a double vector and still contains non-numeric attributes.default double[] getPoint()
getPoint in interface org.apache.commons.math3.ml.clustering.Clusterable