Method | Description | |
---|---|---|
AddRange ( |
Add a range.
|
|
AddRange ( double low, double high, bool include ) : void |
Add a range.
|
|
Init ( DataNormalization normalization ) : void |
Init the object.
|
|
PassInit ( ) : void |
Init for pass... nothing to do fo this class.
|
|
RangeSegregator ( ) : System |
Default constructor for reflection.
|
|
RangeSegregator ( IInputField sourceField, bool include ) : System |
Construct a range segregator.
|
|
ShouldInclude ( ) : bool |
True if the current row should be included according to this segregator.
|
public AddRange ( |
||
range | The range to add. | |
return | void |
public AddRange ( double low, double high, bool include ) : void | ||
low | double | The low end of the range. |
high | double | The high end of the range. |
include | bool | Should this range be included. |
return | void |
public Init ( DataNormalization normalization ) : void | ||
normalization | DataNormalization | The normalization object that owns this range. |
return | void |
public RangeSegregator ( IInputField sourceField, bool include ) : System | ||
sourceField | IInputField | The source field. |
include | bool | Default action, if the data is not in any of the ranges, /// should it be included. |
return | System |