| TKFloatSpan Type |
Unit
Classifier
Declaration
TKFloatSpan = packed record
Fact: double;
Max: double;
Min: double;
end;Description
Stores the value range of attributes.
| Values |
| Fact | The inverse of the maximum range: 1/(Max-Min). |
| Max | Maximum value of the attribute found in the learn dataset. |
| Min | Minimum value of the attribute found in the learn dataset. |
|
|