public class DataPoint extends Object implements Serializable
Constructor and Description |
---|
DataPoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double[] |
getCoordinates() |
double |
getWeight() |
int |
hashCode() |
void |
setCoordinates(double[] coordinates) |
void |
setWeight(double weight) |
Copyright © 2018 WSO2. All rights reserved.