-
m_SampleSizePercent
double m_SampleSizePercent
The subsample size, percent of original set, default 100%.
-
m_RandomSeed
int m_RandomSeed
The random number generator seed.
-
m_BiasToUniformClass
double m_BiasToUniformClass
The degree of bias towards uniform (nominal) class distribution.
-
m_NoReplacement
boolean m_NoReplacement
Whether to perform sampling with replacement or without.
-
m_InvertSelection
boolean m_InvertSelection
Whether to invert the selection (only if instances are drawn WITHOUT
replacement).
- See Also:
Resample.m_NoReplacement