Uses of Class
unifeat.result.performanceMeasure.Criteria
Package
Description
-
Uses of Criteria in unifeat.classifier.evaluation.wekaClassifier
Modifier and TypeMethodDescriptionstatic Criteria
CrossValidation.dTree
(String pathTrainData, double confidenceValue, int minNumSampleInLeaf, int kFold) This method builds and evaluates the decision tree(DT) classifier.static Criteria
TrainTestEvaluation.dTree
(String pathTrainData, String pathTestData, double confidenceValue, int minNumSampleInLeaf) This method builds and evaluates the decision tree(DT) classifier.static Criteria
This method builds and evaluates the k-nearest neighbours(knn) classifier.static Criteria
This method builds and evaluates the k-nearest neighbours(knn) classifier.static Criteria
CrossValidation.naiveBayes
(String pathTrainData, int kFold) This method builds and evaluates the naiveBayes(NB) classifier.static Criteria
TrainTestEvaluation.naiveBayes
(String pathTrainData, String pathTestData) This method builds and evaluates the naiveBayes(NB) classifier.static Criteria
CrossValidation.SVM
(String pathTrainData, SVMKernelType svmKernel, double c, int kFold) This method builds and evaluates the support vector machine(SVM) classifier.static Criteria
TrainTestEvaluation.SVM
(String pathTrainData, String pathTestData, SVMKernelType svmKernel, double c) This method builds and evaluates the support vector machine(SVM) classifier. -
Uses of Criteria in unifeat.featureSelection
Modifier and TypeMethodDescriptionFitnessEvaluator.crossValidation
(int[] selectedFeature) This method performs k-fold cross validation on the reduced training set which is achieved by selected feature subset. -
Uses of Criteria in unifeat.featureSelection.wrapper.ACOBasedMethods
Modifier and TypeMethodDescriptionabstract Criteria
BasicColony.evaluateCurrentSolution
(int antIndex) This method evaluates the fitness of each ant in the colony by predefined fitness function. -
Uses of Criteria in unifeat.featureSelection.wrapper.ACOBasedMethods.OptimalACO
Modifier and TypeMethodDescriptionColony.evaluateCurrentSolution
(int antIndex) This method evaluates the fitness of each ant in the colony by predefined fitness function. -
Uses of Criteria in unifeat.result.performanceMeasure
Modifier and TypeMethodDescriptionvoid
PerformanceMeasures.setCriteria
(int i, int j, Criteria criteria) Sets the obtained criteria values from feature selection method