|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.operator.learner.tree.RandomSubsetPreprocessing
public class RandomSubsetPreprocessing
Selects a random subset.
Constructor Summary | |
---|---|
RandomSubsetPreprocessing(boolean useHeuristicRation,
double subsetRatio,
RandomGenerator random)
|
Method Summary | |
---|---|
ExampleSet |
preprocess(ExampleSet inputSet)
Will be invoked before each new split. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomSubsetPreprocessing(boolean useHeuristicRation, double subsetRatio, RandomGenerator random)
Method Detail |
---|
public ExampleSet preprocess(ExampleSet inputSet)
SplitPreprocessing
preprocess
in interface SplitPreprocessing
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |