netkit.classifiers
Interface IncrementalAssessment


public interface IncrementalAssessment


Method Summary
 double getEmpiricalRisk(Node node)
          What is the empirical risk if this node is labeled (after the initial model has been induced)?
 double getIncrementalAccuracy(Node n, Classification truth)
          What would be the new accuracy if this node is labeled (after the initial model has been induced)?
 

Method Detail

getEmpiricalRisk

double getEmpiricalRisk(Node node)
What is the empirical risk if this node is labeled (after the initial model has been induced)?

Parameters:
node -
Returns:
the risk

getIncrementalAccuracy

double getIncrementalAccuracy(Node n,
                              Classification truth)
What would be the new accuracy if this node is labeled (after the initial model has been induced)?

Parameters:
node -
Returns:
the risk