Class ILKNearestNeighbor.TILKNearestNeighborResult
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: IntelligenceLabPkg
Unit: ILKNearestNeighbor
Inherits: TLPObjectList
Contents |
Syntax
Delphi:
type TILKNearestNeighborResult = class( TLPObjectList, IILKNearestNeighborResult )
C++ Builder:
class TILKNearestNeighborResult : public TLPObjectList
Visual C++ (MFC):
class CTILKNearestNeighborResult : public CTLPObjectList
C# (.NET):
public ref class TILKNearestNeighborResult : Mitov.IntelligenceLab.ObjectList
Summary
KNN classifier results class.
Description
Defines class for K Nearest Neighbor classifier results.
Properties
Public
- Items - Allows access to individual KNN result item.
- MajorityCount - The majority count.
- ResultClass - Result class.