Method | Description | |
---|---|---|
Init ( Encog.Util.Normalize.DataNormalization normalization ) : void |
Setup this class with the specified normalization object.
|
|
PassInit ( ) : void |
Init for pass... nothing to do fo this class.
|
|
RollIndex ( ) : void |
Used to increase the current index as data is processed.
|
|
ShouldInclude ( ) : bool |
Should this row be included, according to this segregator.
|
public Init ( Encog.Util.Normalize.DataNormalization normalization ) : void | ||
normalization | Encog.Util.Normalize.DataNormalization | Normalization object. |
return | void |