Uses of Interface
jcolibri.method.reuse.classification.KNNClassificationMethod

Packages that use KNNClassificationMethod
jcolibri.method.reuse.classification Classification Reuse methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.test.test16 This test shows how to evaluate the textual similarity functions using classification. 
 

Uses of KNNClassificationMethod in jcolibri.method.reuse.classification
 

Classes in jcolibri.method.reuse.classification that implement KNNClassificationMethod
 class AbstractKNNClassificationMethod
          Provides the ability to classify a query by predicting its solution from supplied cases.
 class MajorityVotingMethod
          Provides the ability to classify a query by predicting its solution from supplied cases.
 class SimilarityWeightedVotingMethod
          Provides the ability to classify a query by predicting its solution from supplied cases.
 class UnanimousVotingMethod
          Provides the ability to classify a query by predicting its solution from supplied cases.
 

Methods in jcolibri.method.reuse.classification that return KNNClassificationMethod
 KNNClassificationMethod KNNClassificationConfig.getClassificationMethod()
          Returns the classification method stored in this config object.
 

Methods in jcolibri.method.reuse.classification with parameters of type KNNClassificationMethod
 void KNNClassificationConfig.setClassificationMethod(KNNClassificationMethod classificationMethod)
          Sets the classification method for this config object to be classificationMethod.
 

Uses of KNNClassificationMethod in jcolibri.test.test16
 

Methods in jcolibri.test.test16 with parameters of type KNNClassificationMethod
 void SpamFilterApp.setClasifMethod(KNNClassificationMethod clasifMethod)
          Sets the classification method.
 


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es