Interface | Description |
---|---|
Normalizer |
The normalizer interface defines how to normalize a column.
|
Class | Description |
---|---|
IndexedNormalizer |
Normalize ordinal/nominal values to a single value that is simply the index
of the class in the list.
|
OneOfNNormalizer |
Normalize to one-of-n for nominal values.
|
PassThroughNormalizer |
A normalizer that simply passes the value through unnormalized.
|
RangeNormalizer |
A a range normalizer forces a value to fall in a specific range.
|
RangeOrdinal |
Normalize an ordinal into a specific range.
|
Copyright © 2014. All Rights Reserved.