com.rapidminer.operator.learner.tree
Class EmptyTermination

java.lang.Object
  extended by com.rapidminer.operator.learner.tree.EmptyTermination
All Implemented Interfaces:
Terminator

public class EmptyTermination
extends java.lang.Object
implements Terminator

Splitting should be terminated if the example set is empty.

Author:
Ingo Mierswa

Constructor Summary
EmptyTermination()
           
 
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

EmptyTermination

public EmptyTermination()
Method Detail

shouldStop

public boolean shouldStop(ExampleSet exampleSet,
                          int depth)
Specified by:
shouldStop in interface Terminator


Copyright © 2001-2009 by Rapid-I