net.sourceforge.jabm.learning
Interface SelfKnowledgable

All Known Implementing Classes:
SlidingWindowLearner

public interface SelfKnowledgable

Classes implementing this interface indicate that they know if their output is good enough to be used.

 

Method Summary
 boolean goodEnough()
           
 

Method Detail

goodEnough

boolean goodEnough()