| ClassifyFloat method |
Applies to
TClassesListItem
Declaration
function ClassifyFloat(const FloatSource: array of double; var fCount: double): double;

Description
Classify (compute the response) of the classification class (Self) for the continuous (real valued) attributes of the new example FloatSource containes the values of the discrete attributes and fCount is the Length of the FloatSource array.
|
|