Class ILRadialBasisFunctionNetwork.TILRadialBasisFunctionNetwork
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 16: | Line 16: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TILRadialBasisFunctionNetwork = '''class'''( [[Class ILBasicClassifier.TILTrainableBasicClassifier|TILTrainableBasicClassifier]] ) | + | '''type''' TILRadialBasisFunctionNetwork = '''class'''( [[Class ILBasicClassifier.TILTrainableBasicClassifier|TILTrainableBasicClassifier, TILRadialBasisFunctionResult]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' RadialBasisFunctionNetwork : [[Class ILBasicClassifier.TILTrainableBasicClassifier|Mitov.IntelligenceLab.TrainableBasicClassifier]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 35: | Line 35: | ||
== Description == | == Description == | ||
Defines Radial Basis Function Network classifier. | Defines Radial Basis Function Network classifier. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ILRadialBasisFunctionNetwork_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 52: | Line 58: | ||
*[[Method procedure ILRadialBasisFunctionNetwork.TILRadialBasisFunctionNetwork.Train(ISLRealBuffer;Real)|procedure Train(ATraingFeatures : ISLRealBuffer; ACategory : Real)]] - Trains the classifier. | *[[Method procedure ILRadialBasisFunctionNetwork.TILRadialBasisFunctionNetwork.Train(ISLRealBuffer;Real)|procedure Train(ATraingFeatures : ISLRealBuffer; ACategory : Real)]] - Trains the classifier. | ||
*[[Method procedure ILRadialBasisFunctionNetwork.TILRadialBasisFunctionNetwork.Train(ISLRealBufferArray;ISLRealBuffer;Boolean)|procedure Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBuffer; AUpdate : Boolean)]] | *[[Method procedure ILRadialBasisFunctionNetwork.TILRadialBasisFunctionNetwork.Train(ISLRealBufferArray;ISLRealBuffer;Boolean)|procedure Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBuffer; AUpdate : Boolean)]] | ||
− | |||
== Events == | == Events == | ||
Line 63: | Line 68: | ||
=== Public === | === Public === | ||
*[[Method procedure ILBasicClassifier.TILTrainableBasicClassifier.Train(IILTrainingDataArray;Boolean)|procedure Train(AData : IILTrainingDataArray; AUpdate : Boolean)]] - Trains the classifier. | *[[Method procedure ILBasicClassifier.TILTrainableBasicClassifier.Train(IILTrainingDataArray;Boolean)|procedure Train(AData : IILTrainingDataArray; AUpdate : Boolean)]] - Trains the classifier. | ||
− | *[[Method procedure ILBasicClassifier.TILTrainableBasicClassifier.Train( | + | *[[Method procedure ILBasicClassifier.TILTrainableBasicClassifier.Train(ISLRealBuffer;Real;Boolean)|procedure Train(ATraingFeatures : ISLRealBuffer; AResposes : Real; AUpdate : Boolean)]] |
*[[Method procedure ILBasicClassifier.TILTrainableBasicClassifier.Train(ISLRealBufferArray;ISLRealBuffer;Boolean)|procedure Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBuffer; AUpdate : Boolean)]] - Trains the classifier. | *[[Method procedure ILBasicClassifier.TILTrainableBasicClassifier.Train(ISLRealBufferArray;ISLRealBuffer;Boolean)|procedure Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBuffer; AUpdate : Boolean)]] - Trains the classifier. | ||
Line 73: | Line 78: | ||
== 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 88: | Line 109: | ||
*[[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: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: ILRadialBasisFunctionNetwork
Inherits: TILTrainableBasicClassifier
Contents |
Syntax
Delphi:
type TILRadialBasisFunctionNetwork = class( TILTrainableBasicClassifier, TILRadialBasisFunctionResult )
C++ Builder:
class TILRadialBasisFunctionNetwork : public TILTrainableBasicClassifier
Visual C++ (MFC):
class CTILRadialBasisFunctionNetwork : public CTILTrainableBasicClassifier
C# (.NET):
public ref class RadialBasisFunctionNetwork : Mitov.IntelligenceLab.TrainableBasicClassifier
Summary
Radial Basis Function Network classifier.
Description
Defines Radial Basis Function Network classifier.
Diagram:
Properties
Published
- MinInfluenceField - Specifies the minimal influence field for the RBF training.
- MaxInfluenceField - Specifies the maximal influence field for the RBF training.
- Background - Specifies the RBF background settings.
Public
- Neurons - Access to the RBF neurons.
Methods
Public
- procedure Clear() - Clears the training of the classifier.
- procedure Train(ATraingFeatures : ISLRealBuffer; ACategory : Real) - Trains the classifier.
- procedure Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBuffer; AUpdate : Boolean)
Events
- OnResult - On prediction result event.
From TILTrainableBasicClassifier
Methods
Public
- procedure Train(AData : IILTrainingDataArray; AUpdate : Boolean) - Trains the classifier.
- procedure Train(ATraingFeatures : ISLRealBuffer; AResposes : Real; AUpdate : Boolean)
- procedure Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBuffer; AUpdate : Boolean) - Trains the classifier.
Pins
- TrainingInputPin - The training input pin of the component.
From TILBasicClassifier
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.