Package | Description |
---|---|
org.apache.ctakes.ytex.kernel | |
org.apache.ctakes.ytex.kernel.dao | |
org.apache.ctakes.ytex.kernel.model |
Modifier and Type | Method and Description |
---|---|
void |
ImputedFeatureEvaluatorImpl.storeChildConcepts(List<FeatureRank> listRawRanks,
ImputedFeatureEvaluatorImpl.Parameters params,
String label,
int foldId,
ConceptGraph cg,
boolean bAll)
save the children of the 'top' parent concepts.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FeatureRank> |
ClassifierEvaluationDao.getFeatureRanks(Set<String> featureNames,
String corpusName,
String featureSetName,
String label,
String evaluationType,
Integer foldId,
double param1,
String param2) |
Map<String,FeatureRank> |
ClassifierEvaluationDaoImpl.getFeatureRanks(Set<String> featureNames,
String corpusName,
String featureSetName,
String label,
String evaluationType,
Integer foldId,
double param1,
String param2) |
List<FeatureRank> |
ClassifierEvaluationDao.getImputedFeaturesByPropagatedCutoff(String corpusName,
String conceptSetName,
String label,
String evaluationType,
String conceptGraphName,
String propEvaluationType,
int propRankCutoff) |
List<FeatureRank> |
ClassifierEvaluationDaoImpl.getImputedFeaturesByPropagatedCutoff(String corpusName,
String conceptSetName,
String label,
String evaluationType,
String conceptGraphName,
String propEvaluationType,
int propRankCutoff) |
List<FeatureRank> |
ClassifierEvaluationDao.getThresholdFeatures(String corpusName,
String featureSetName,
String label,
String type,
Integer foldId,
double param1,
String param2,
double parentConceptEvaluationThreshold) |
List<FeatureRank> |
ClassifierEvaluationDaoImpl.getThresholdFeatures(String corpusName,
String featureSetName,
String label,
String evaluationType,
Integer foldId,
double param1,
String param2,
double evaluationThreshold) |
List<FeatureRank> |
ClassifierEvaluationDao.getTopFeatures(String corpusName,
String featureSetName,
String label,
String type,
Integer foldId,
double param1,
String param2,
Integer parentConceptTopThreshold) |
List<FeatureRank> |
ClassifierEvaluationDaoImpl.getTopFeatures(String corpusName,
String featureSetName,
String label,
String evaluationType,
Integer foldId,
double param1,
String param2,
Integer parentConceptTopThreshold) |
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 |
---|---|
FeatureRank |
FeatureParentChild.getFeatureRankChild() |
FeatureRank |
FeatureParentChild.getFeatureRankParent() |
Modifier and Type | Method and Description |
---|---|
static List<FeatureRank> |
FeatureRank.sortFeatureRankList(List<FeatureRank> featureRankList,
Comparator<FeatureRank> comp)
sort the features, set the rank correspondingly.
|
Modifier and Type | Method and Description |
---|---|
int |
FeatureRank.FeatureRankAsc.compare(FeatureRank o1,
FeatureRank o2) |
int |
FeatureRank.FeatureRankDesc.compare(FeatureRank o1,
FeatureRank o2) |
void |
FeatureParentChild.setFeatureRankChild(FeatureRank featureRankChild) |
void |
FeatureParentChild.setFeatureRankParent(FeatureRank featureRankParent) |
Modifier and Type | Method and Description |
---|---|
static List<FeatureRank> |
FeatureRank.sortFeatureRankList(List<FeatureRank> featureRankList,
Comparator<FeatureRank> comp)
sort the features, set the rank correspondingly.
|
static List<FeatureRank> |
FeatureRank.sortFeatureRankList(List<FeatureRank> featureRankList,
Comparator<FeatureRank> comp)
sort the features, set the rank correspondingly.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.