Method | Description | |
---|---|---|
Apply ( |
Applies the filter to the current data.
|
|
Randomization ( ) : System |
Initializes a new instance of the Randomization class.
|
|
Randomization ( int seed ) : System |
Initializes a new instance of the Randomization class.
|
public Apply ( |
||
data | ||
return |
public Randomization ( int seed ) : System | ||
seed | int | A fixed random seed value to generate fixed /// permutations. If not specified, generates true random permutations. |
return | System |