Data Miner
|
Learn a new record belonging to class with ClassName.
procedure Learn(const LClassName: string; const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double); override;
Teach the classification class named ClassName 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!
|