Method | Description | |
---|---|---|
DumpCounts ( ) : String |
Get information on how many rows fall into each group.
|
|
Init ( DataNormalization normalization ) : void |
Init the segregator with the owning normalization object.
|
|
IntegerBalanceSegregator ( ) : System |
Default constructor for reflection.
|
|
IntegerBalanceSegregator ( IInputField target, int count ) : System |
Construct a balanced segregator.
|
|
PassInit ( ) : void |
Init for a new pass.
|
|
ShouldInclude ( ) : bool |
Determine of the current row should be included.
|
public Init ( DataNormalization normalization ) : void | ||
normalization | DataNormalization | The data normalization object to use. |
return | void |
public IntegerBalanceSegregator ( IInputField target, int count ) : System | ||
target | IInputField | The input field to base this on, should /// be an integer value. |
count | int | The number of rows to accept from each /// unique value for the input. |
return | System |