weka.clusterers
Interface ActiveLearningClusterer

All Known Implementing Classes:
MPCKMeans, PCKMeans, PCSoftKMeans, SeededKMeans

public interface ActiveLearningClusterer


Method Summary
 int[] bestInstancesForActiveLearning(int num)
          Returns the list of best instances for active learning
 InstancePair[] bestPairsForActiveLearning(int num)
          Returns the list of best pairs for active learning
 

Method Detail

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