weka.clusterers
Interface ActiveLearningClusterer
- All Known Implementing Classes:
- MPCKMeans, PCKMeans, PCSoftKMeans, SeededKMeans
- public interface ActiveLearningClusterer
bestInstancesForActiveLearning
public int[] bestInstancesForActiveLearning(int num)
throws java.lang.Exception
- Returns the list of best instances for active learning
- Throws:
java.lang.Exception
bestPairsForActiveLearning
public InstancePair[] bestPairsForActiveLearning(int num)
throws java.lang.Exception
- Returns the list of best pairs for active learning
- Throws:
java.lang.Exception