Data Miner
|
Learn a new new record containing both discrete and real attributes. Learn the values of discrete attributes of the new example from the NewDiscreterRecod and learn the values of continuous (real valued) attributes of the new example from the NewFloatRecord. Although the real valued and discrete attributes belong to the same example (same recoord), they are processed separately. The position (index) within the arrays of specific attributes may not change between consecutive calls to Learn method.
procedure Learn(const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|