com.rapidminer.operator.learner.tree
Interface Terminator

All Known Implementing Classes:
EmptyTermination, MaxDepthTermination, MinSizeTermination, NoAttributeLeftTermination, SingleLabelTermination

public interface Terminator

Implementations of this interface are used in order to determine if a splitting procedure should be stopped.

Author:
Sebastian Land, Ingo Mierswa

Method Summary
 boolean shouldStop(ExampleSet exampleSet, int depth)
           
 

Method Detail

shouldStop

boolean shouldStop(ExampleSet exampleSet,
                   int depth)


Copyright © 2001-2009 by Rapid-I