com.rapidminer.operator.learner.tree
Interface LeafCreator

All Known Implementing Classes:
DecisionTreeLeafCreator

public interface LeafCreator

This class can be used to transform an inner tree node into a leaf.

Author:
Ingo Mierswa, Christian Bockermann

Method Summary
 void changeTreeToLeaf(Tree node, ExampleSet exampleSet)
           
 

Method Detail

changeTreeToLeaf

void changeTreeToLeaf(Tree node,
                      ExampleSet exampleSet)


Copyright © 2001-2009 by Rapid-I