Data Miner
|
Determine the response of all classe for the example with values of discrete attributes in DiscreteRecord and values of real valued attributes in FloatRecord.
function ClassifyResponse(const DiscreteRecord: array of integer; const FloatRecord: array of double; var Response: array of double): integer; virtual; abstract;
The Result will be placed in Response array. The length of the Response array must match the length the total number of classification classes.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|