function ClassifyResponse(const DiscreteRecord: array of integer; const FloatRecord: array of double; var Response: array of double): integer;
Determine the response of all classe for the example with values of discrete attributes in DiscreteRecord and values of real valued attributes in FloatRecord.
Returns: integer
Remarks:
The Result will be placed in Response array. The length of the Response array must match the length the total number of classification classes.