Class ILBasicClassifier.TILSimpleBasicClassifier
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 LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPInputOutputLockComponent|TLPInputOutputLockComponent]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TILSimpleBasicClassifier = '''class'''( [[Class LPComponent. | + | '''type''' TILSimpleBasicClassifier = '''class'''( [[Class LPComponent.TLPInputOutputLockComponent|TLPInputOutputLockComponent]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TILSimpleBasicClassifier : '''public''' [[Class LPComponent. | + | '''class''' TILSimpleBasicClassifier : '''public''' [[Class LPComponent.TLPInputOutputLockComponent|TLPInputOutputLockComponent]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTILSimpleBasicClassifier : '''public''' [[Class LPComponent. | + | '''class''' CTILSimpleBasicClassifier : '''public''' [[Class LPComponent.TLPInputOutputLockComponent|CTLPInputOutputLockComponent]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TILSimpleBasicClassifier : [[Class LPComponent. | + | '''public ref class''' TILSimpleBasicClassifier : [[Class LPComponent.TLPInputOutputLockComponent|Mitov.IntelligenceLab.InputOutputLockComponent]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 47: | Line 47: | ||
*[[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: TLPInputOutputLockComponent
Contents |
Syntax
Delphi:
type TILSimpleBasicClassifier = class( TLPInputOutputLockComponent )
C++ Builder:
class TILSimpleBasicClassifier : public TLPInputOutputLockComponent
Visual C++ (MFC):
class CTILSimpleBasicClassifier : public CTLPInputOutputLockComponent
C# (.NET):
public ref class TILSimpleBasicClassifier : Mitov.IntelligenceLab.InputOutputLockComponent
Summary
Basic abstract classifier class.
Description
Defines basic abstract classifier class. Most classifiers inherit from this class.
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.