Class ILBasicClassifier.TILBasicClassifier
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| Line 9: | Line 9: | ||
| '''Unit:''' [[Unit ILBasicClassifier|ILBasicClassifier]] | '''Unit:''' [[Unit ILBasicClassifier|ILBasicClassifier]] | ||
| − | '''Inherits:''' [[Class ILBasicClassifier. | + | '''Inherits:''' [[Class ILBasicClassifier.TILSimpleBasicClassifierTemplate|TILSimpleBasicClassifierTemplate]] | 
| == Syntax == | == Syntax == | ||
| === Delphi: === | === Delphi: === | ||
| <code> | <code> | ||
| − | '''type''' TILBasicClassifier = '''class'''( [[Class ILBasicClassifier. | + | '''type''' TILBasicClassifier = '''class'''( [[Class ILBasicClassifier.TILSimpleBasicClassifierTemplate|TILSimpleBasicClassifierTemplate, T_RESULT]] ) | 
| </code> | </code> | ||
| === C++ Builder: === | === C++ Builder: === | ||
| <code> | <code> | ||
| − | '''class''' TILBasicClassifier : '''public''' [[Class ILBasicClassifier. | + | '''class''' TILBasicClassifier : '''public''' [[Class ILBasicClassifier.TILSimpleBasicClassifierTemplate|TILSimpleBasicClassifierTemplate]] | 
| </code> | </code> | ||
| === Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
| <code> | <code> | ||
| − | '''class''' CTILBasicClassifier : '''public''' [[Class ILBasicClassifier. | + | '''class''' CTILBasicClassifier : '''public''' [[Class ILBasicClassifier.TILSimpleBasicClassifierTemplate|CTILSimpleBasicClassifierTemplate]] | 
| </code> | </code> | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class''' TILBasicClassifier : [[Class ILBasicClassifier. | + | '''public ref class''' TILBasicClassifier : [[Class ILBasicClassifier.TILSimpleBasicClassifierTemplate|Mitov.IntelligenceLab.SimpleBasicClassifierTemplate]] | 
| </code> | </code> | ||
| == Summary == | == Summary == | ||
| Line 36: | Line 36: | ||
| == 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 51: | Line 67: | ||
| *[[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.   | ||
| − | |||
| − | |||
| − | |||
| [[Category:Classes]] | [[Category:Classes]] | ||
Revision as of 20:30, 10 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: ILBasicClassifier
Inherits: TILSimpleBasicClassifierTemplate
| Contents | 
Syntax
Delphi:
type TILBasicClassifier = class( TILSimpleBasicClassifierTemplate, T_RESULT )
C++ Builder:
class TILBasicClassifier : public TILSimpleBasicClassifierTemplate
Visual C++ (MFC):
class CTILBasicClassifier : public CTILSimpleBasicClassifierTemplate
C# (.NET):
public ref class TILBasicClassifier : Mitov.IntelligenceLab.SimpleBasicClassifierTemplate
Summary
Basic abstract class for classifier components.
Description
Defines basic abstract class for classifier components.
Pins
- ClassOutputPin - The class Output Pin of the classifier.
From TILSimpleBasicClassifierTemplate
Properties
Published
- SynchronizeType - Specifies the type of thread buffer synchronization.
- Threading - Specifies the desired threading settings for the filtering.
Methods
Public
- procedure Predict(AFeatures : ISLRealBuffer) - Gets a prediction from the classifier.
Pins
- InputPin - The features input pin of the component.
From TILSimpleBasicClassifier
Properties
Published
- SaveTraining - Specifies if the training data should be saved in the project.
Methods
Public
- procedure SaveToFile(AFileName : String) - Saves the training to a file.
- procedure LoadFromFile(AFileName : String) - Loads the training from a file.
- procedure SaveToStream(AStream : TStream) - Saves the training to a stream.
- procedure LoadFromStream(AStream : TStream) - Loads the training from a stream.
