Data Miner
|
Learn a new record belonging to class with ClassIndex.
procedure LearnIndex(const ClassIndex: integer; const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double); override;
Teach the classification class with index ClassIndex with a new example defined with values of discrete attributes in NewDiscreteRecord and values of real valued attributes in NewFloatRecord.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|