netkit.classifiers
Interface Incremental


public interface Incremental


Method Summary
 void addTrainingLabel(Node node, int label)
          After the model has been induced, use this method to add a new training label.
 

Method Detail

addTrainingLabel

void addTrainingLabel(Node node,
                      int label)
After the model has been induced, use this method to add a new training label.

Parameters:
node - The node whose label is added
label - The label of the node