Property ILBasicClassifier.TILSimpleBasicClassifier.SaveTraining
From Mitov Wiki Doc
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.
Class: TILSimpleBasicClassifier
Contents |
Syntax
Delphi:
property SaveTraining : Boolean read FSaveTraining write FSaveTraining default False;
C++ Builder:
__property bool SaveTraining = { read=FSaveTraining, write=FSaveTraining, default=False };
Summary
Specifies if the training data should be saved in the project.
Description
Set this property to True to save the training data to the
project.