function Classify(const DiscreteRecord: array of integer; const FloatRecord: array of double): integer;
Determine the most probable class to which the example with values of discrete attributes in DiscreteRecord and values of real valued attributes in FloatRecord belongs to.
Returns: integer