Interface ClassifierTrainer.ByActiveLearning<C extends Classifier>

  • Enclosing class:
    ClassifierTrainer<C extends Classifier>

    public static interface ClassifierTrainer.ByActiveLearning<C extends Classifier>
    For active learning, in which this trainer will select certain instances and request that the Labeler instance label them.
    • Method Detail