Uses of Class
unifeat.result.performanceMeasure.Criteria
Packages that use Criteria
Package
Description
-
Uses of Criteria in unifeat.classifier.evaluation.wekaClassifier
Methods in unifeat.classifier.evaluation.wekaClassifier that return CriteriaModifier and TypeMethodDescriptionstatic CriteriaCrossValidation.dTree(String pathTrainData, double confidenceValue, int minNumSampleInLeaf, int kFold) This method builds and evaluates the decision tree(DT) classifier.static CriteriaTrainTestEvaluation.dTree(String pathTrainData, String pathTestData, double confidenceValue, int minNumSampleInLeaf) This method builds and evaluates the decision tree(DT) classifier.static CriteriaThis method builds and evaluates the k-nearest neighbours(knn) classifier.static CriteriaThis method builds and evaluates the k-nearest neighbours(knn) classifier.static CriteriaCrossValidation.naiveBayes(String pathTrainData, int kFold) This method builds and evaluates the naiveBayes(NB) classifier.static CriteriaTrainTestEvaluation.naiveBayes(String pathTrainData, String pathTestData) This method builds and evaluates the naiveBayes(NB) classifier.static CriteriaCrossValidation.SVM(String pathTrainData, SVMKernelType svmKernel, double c, int kFold) This method builds and evaluates the support vector machine(SVM) classifier.static CriteriaTrainTestEvaluation.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
Methods in unifeat.featureSelection that return CriteriaModifier 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
Methods in unifeat.featureSelection.wrapper.ACOBasedMethods that return CriteriaModifier and TypeMethodDescriptionabstract CriteriaBasicColony.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
Methods in unifeat.featureSelection.wrapper.ACOBasedMethods.OptimalACO that return CriteriaModifier 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
Fields in unifeat.result.performanceMeasure declared as CriteriaModifier and TypeFieldDescriptionprivate Criteria[]PerformanceMeasures.averageValuesprivate Criteria[][]PerformanceMeasures.measuresMethods in unifeat.result.performanceMeasure with parameters of type CriteriaModifier and TypeMethodDescriptionvoidPerformanceMeasures.setCriteria(int i, int j, Criteria criteria) Sets the obtained criteria values from feature selection method