com.rapidminer.operator.learner.tree
Class NoAttributeLeftTermination

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

public class NoAttributeLeftTermination
extends java.lang.Object
implements Terminator

Terminates if the example set does not have any regular attributes.

Author:
Sebastian Land, Ingo Mierswa

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

NoAttributeLeftTermination

public NoAttributeLeftTermination()
Method Detail

shouldStop

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


Copyright © 2001-2009 by Rapid-I