LegoAgent-Eve
IDataPoint Interface Reference
Inheritance diagram for IDataPoint:

Public Member Functions

int getPerimeter ()
 
int getArea ()
 
Figure getFigure ()
 
void setFigure (Figure f)
 
Vector toVector ()
 

Member Function Documentation

int getArea ( )

Implemented in DataPoint.

Referenced by NearestNeighbour.calcEuklidDistance().

Here is the caller graph for this function:

Figure getFigure ( )

Implemented in DataPoint.

int getPerimeter ( )

Implemented in DataPoint.

Referenced by NearestNeighbour.calcEuklidDistance().

Here is the caller graph for this function:

void setFigure ( Figure  f)

Implemented in DataPoint.

Referenced by NearestNeighbour.classify(), and Recognition.train().

Here is the caller graph for this function:

Vector toVector ( )

Implemented in DataPoint.

Referenced by SVM.classify(), and SVM.computeSeparator().

Here is the caller graph for this function:


The documentation for this interface was generated from the following file: