Class ILTrainingData.TILTrainingData
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: ILTrainingData
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TILTrainingData = class( TLPComponent )
C++ Builder:
class TILTrainingData : public TLPComponent
Visual C++ (MFC):
class CTILTrainingData : public CTLPComponent
C# (.NET):
public ref class TrainingData : Mitov.IntelligenceLab.Component
Summary
Prepares training data for the classifiers.
Description
This component prepares training data for the classifiers.
The component collects and combines training features and results and sends them to the classifiers.
Connect the output pin of the component to the training input pin of a classifier, to prepare and send data to the classifier.
Diagram:
Methods
Public
- procedure Clear() - Clears the training data.
- procedure Train(AUpdate : Boolean) - Trains the connected classifiers.
Pins
- FeaturesInputPin - The training features input pin of the component.
- ResponseInputPin - The training response input pin of the component.
- OutputPin - The training data output pin for the component.