Class ILTrainingData.TILTrainingData
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' TrainingData : [[Class LPComponent.TLPComponent|Mitov.IntelligenceLab.Component]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 42: | Line 42: | ||
pin of a classifier, to prepare and send data to the | pin of a classifier, to prepare and send data to the | ||
classifier. | classifier. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ILTrainingData_Preview.png]] | ||
== Methods == | == Methods == | ||
Line 51: | Line 57: | ||
== Pins == | == Pins == | ||
*[[Pin ILTrainingData.TILTrainingData.FeaturesInputPin|FeaturesInputPin]] - The training features input pin of the component. | *[[Pin ILTrainingData.TILTrainingData.FeaturesInputPin|FeaturesInputPin]] - The training features input pin of the component. | ||
− | *[[Pin ILTrainingData.TILTrainingData. | + | *[[Pin ILTrainingData.TILTrainingData.ResponseInputPin|ResponseInputPin]] - The training response input pin of the component. |
*[[Pin ILTrainingData.TILTrainingData.OutputPin|OutputPin]] - The training data output pin for the component. | *[[Pin ILTrainingData.TILTrainingData.OutputPin|OutputPin]] - The training data output pin for the component. | ||
[[Category:Components]][[Category:Classes]] | [[Category:Components]][[Category:Classes]] |
Latest revision as of 00:32, 26 June 2013
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.