Package | Description |
---|---|
org.apache.ctakes.ytex.kernel.dao | |
org.apache.ctakes.ytex.kernel.model | |
org.apache.ctakes.ytex.weka |
Modifier and Type | Method and Description |
---|---|
void |
ClassifierEvaluationDao.saveFeatureEvaluation(FeatureEvaluation featureEvaluation,
List<FeatureRank> features) |
void |
ClassifierEvaluationDaoImpl.saveFeatureEvaluation(FeatureEvaluation featureEvaluation,
List<FeatureRank> features) |
Modifier and Type | Method and Description |
---|---|
FeatureEvaluation |
FeatureRank.getFeatureEval() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureRank.setFeatureEval(FeatureEvaluation featureEval) |
Constructor and Description |
---|
FeatureRank(FeatureEvaluation featureEval,
String featureName,
double evaluation) |
FeatureRank(FeatureEvaluation featureEval,
String featureName,
double evaluation,
int rank) |
Modifier and Type | Method and Description |
---|---|
FeatureEvaluation |
WekaAttributeEvaluatorImpl.initializeFeatureEvaluation(String corpusName,
String featureSetName,
String splitName,
String label,
Integer run,
Integer fold) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.