procedure Classify(const Q: TFloatArray; neibcount: integer; const NearNeib: TIntegerArray; const NearDist: TFloatArray; eps: double = 0); override;
|
Parameters |
Description |
|
const Q: TFloatArray |
approx k near neighbor search TBruteForceNearestNeighborClassifier |