|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.tree.MaxDepthTermination
public class MaxDepthTermination
Terminates if a maximal depth is reached.
| Constructor Summary | |
|---|---|
MaxDepthTermination(int maxDepth)
|
|
| Method Summary | |
|---|---|
boolean |
shouldStop(ExampleSet exampleSet,
int depth)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MaxDepthTermination(int maxDepth)
| Method Detail |
|---|
public boolean shouldStop(ExampleSet exampleSet,
int depth)
shouldStop in interface Terminator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||