Class ILSelfOrganizingMap.TILSelfOrganizingMap

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(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''' TILSelfOrganizingMap : [[Class ILBasicClassifier.TILBasicEventClassifier|Mitov.IntelligenceLab.BasicEventClassifier]]
+
'''public ref class''' SelfOrganizingMap : [[Class ILBasicClassifier.TILBasicEventClassifier|Mitov.IntelligenceLab.BasicEventClassifier]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 35: Line 35:
 
== Description ==
 
== Description ==
 
Self Organizing Map classifier.
 
Self Organizing Map classifier.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:ILSelfOrganizingMap_Preview.png]]
  
  
Line 53: Line 59:
 
=== Public ===
 
=== Public ===
 
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Clear()|procedure Clear()]] - Clears the training of the Self Organizing Map.  
 
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Clear()|procedure Clear()]] - Clears the training of the Self Organizing Map.  
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Train(array)|procedure Train(ATraingData : array)]]
+
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Train(ISLRealBuffer)|procedure Train(ATraingData : ISLRealBuffer)]] - Trains the classifier.
 
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Train(ISLRealBufferArray)|procedure Train(ATraingData : ISLRealBufferArray)]] - Trains the classifier.  
 
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Train(ISLRealBufferArray)|procedure Train(ATraingData : ISLRealBufferArray)]] - Trains the classifier.  
 
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Train(ISLRealBuffer)|procedure Train(ATraingData : ISLRealBuffer)]] - Trains the classifier.  
 
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Train(ISLRealBuffer)|procedure Train(ATraingData : ISLRealBuffer)]] - Trains the classifier.  
*[[Method procedure ILSelfOrganizingMap.TILSelfOrganizingMap.Predict(ISLRealBuffer)|procedure Predict(AFeatures : ISLRealBuffer)]] - Gets a prediction from the classifier.
 
  
 
== Pins ==
 
== Pins ==
Line 71: Line 76:
 
== Pins ==
 
== Pins ==
 
*[[Pin ILBasicClassifier.TILBasicClassifier.ClassOutputPin|ClassOutputPin]] - The class Output Pin of the classifier.  
 
*[[Pin ILBasicClassifier.TILBasicClassifier.ClassOutputPin|ClassOutputPin]] - The class Output Pin of the classifier.  
 +
 +
== From [[Class ILBasicClassifier.TILSimpleBasicClassifierTemplate|TILSimpleBasicClassifierTemplate]] ==
 +
 +
== Properties ==
 +
 +
=== Published ===
 +
*[[Property ILBasicClassifier.TILSimpleBasicClassifierTemplate.SynchronizeType|SynchronizeType]] - Specifies the type of thread buffer synchronization.
 +
*[[Property ILBasicClassifier.TILSimpleBasicClassifierTemplate.Threading|Threading]] - Specifies the desired threading settings for the filtering.
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method procedure ILBasicClassifier.TILSimpleBasicClassifierTemplate.Predict(ISLRealBuffer)|procedure Predict(AFeatures : ISLRealBuffer)]] - Gets a prediction from the classifier.
 +
 +
== Pins ==
 +
*[[Pin ILBasicClassifier.TILSimpleBasicClassifierTemplate.InputPin|InputPin]] - The features input pin of the component.
  
 
== From [[Class ILBasicClassifier.TILSimpleBasicClassifier|TILSimpleBasicClassifier]] ==
 
== From [[Class ILBasicClassifier.TILSimpleBasicClassifier|TILSimpleBasicClassifier]] ==
Line 86: Line 107:
 
*[[Method procedure ILBasicClassifier.TILSimpleBasicClassifier.SaveToStream(TStream)|procedure SaveToStream(AStream : TStream)]] - Saves the training to a stream.  
 
*[[Method procedure ILBasicClassifier.TILSimpleBasicClassifier.SaveToStream(TStream)|procedure SaveToStream(AStream : TStream)]] - Saves the training to a stream.  
 
*[[Method procedure ILBasicClassifier.TILSimpleBasicClassifier.LoadFromStream(TStream)|procedure LoadFromStream(AStream : TStream)]] - Loads the training from a stream.  
 
*[[Method procedure ILBasicClassifier.TILSimpleBasicClassifier.LoadFromStream(TStream)|procedure LoadFromStream(AStream : TStream)]] - Loads the training from a stream.  
 
== Pins ==
 
*[[Pin ILBasicClassifier.TILSimpleBasicClassifier.InputPin|InputPin]] - The features input pin of 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.

BIGILSelfOrganizingMap.gif ILSelfOrganizingMap.gif NETILSelfOrganizingMap.gif

Package: IntelligenceLabPkg

Unit: ILSelfOrganizingMap

Inherits: TILBasicEventClassifier

Contents

Syntax

Delphi:

type TILSelfOrganizingMap = class( TILBasicEventClassifier )

C++ Builder:

class TILSelfOrganizingMap : public TILBasicEventClassifier

Visual C++ (MFC):

class CTILSelfOrganizingMap : public CTILBasicEventClassifier

C# (.NET):

public ref class SelfOrganizingMap : Mitov.IntelligenceLab.BasicEventClassifier

Summary

Self Organizing Map classifier.

Description

Self Organizing Map classifier.


Diagram:

ILSelfOrganizingMap Preview.png


Example:

ILSelfOrganizingMapDemo.png

Properties

Published

Methods

Public

Pins

From TILBasicEventClassifier

Events

From TILBasicClassifier

Pins

From TILSimpleBasicClassifierTemplate

Properties

Published

Methods

Public

Pins

From TILSimpleBasicClassifier

Properties

Published

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox