Data Miner
|
Classify record with mixed real and discrete attributes.
function Classify(const DiscreteRecord: array of integer; const FloatRecord: array of double): double; virtual; abstract;
Compute the response of the classification class (Self) for the continuous (real valued) and discrete attributes of the new example FloatSource contains the values of the discrete attributes and DiscreteSource contains the values of the discrete attributes.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|