Class ILBasicClassifier.TILClassifierResult
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: ILBasicClassifier
Inherits: TInterfacedObject
Contents |
Syntax
Delphi:
type TILClassifierResult = class( TInterfacedObject )
C++ Builder:
class TILClassifierResult : public TInterfacedObject
Visual C++ (MFC):
class CTILClassifierResult : public CLPComponent
C# (.NET):
public ref class TILClassifierResult : Vcl.VclProperty
Summary
Classifier results structure.
Description
Defines structure for classifier results.
Properties
Public
- Results - Array of coefficients indicating the like hood for each class to be the result.
- ResultClass - Result class.