Class ILTrainingData.TILTrainingData

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(4 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TILTrainingData : [[Class LPComponent.TLPComponent|Mitov.IntelligenceLab.Component]]
+
'''public ref class''' TrainingData : [[Class LPComponent.TLPComponent|Mitov.IntelligenceLab.Component]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==

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.

BIGILTrainingData.gif ILTrainingData.gif NETILTrainingData.gif

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:

ILTrainingData Preview.png

Methods

Public

Pins

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox