|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
net.sf.myra.datamining.statistics |
Uses of Point in net.sf.myra.datamining.statistics |
---|
Methods in net.sf.myra.datamining.statistics that return Point | |
---|---|
Point |
Curve.getLast()
Returns the last point of the curve. |
Point |
Curve.getLast(int n)
Returns the n -th last point of the curve. |
Methods in net.sf.myra.datamining.statistics that return types with arguments of type Point | |
---|---|
java.util.List<Point> |
Curve.getPoints()
Returns the list of points of the curve. |
Methods in net.sf.myra.datamining.statistics with parameters of type Point | |
---|---|
void |
Curve.add(Point point)
Adds the specified point to this curve. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |