Package | Description |
---|---|
org.apache.ctakes.assertion.attributes.features.selection | |
org.apache.ctakes.assertion.medfacts.cleartk |
Modifier and Type | Class and Description |
---|---|
class |
Chi2FeatureSelection<OUTCOME_T>
Selects features via Chi-squared statistics between the features extracted from its sub-extractor
and the outcome values they are paired with in classification instances.
|
class |
MutualInformationFeatureSelection<OUTCOME_T>
Copyright (c) 2007-2012, Regents of the University of Colorado All rights reserved. |
Modifier and Type | Field and Description |
---|---|
protected FeatureSelection<String> |
AssertionCleartkAnalysisEngine.featureSelection |
Modifier and Type | Method and Description |
---|---|
static FeatureSelection<String> |
ConditionalCleartkAnalysisEngine.createFeatureSelection(double threshold) |
static FeatureSelection<String> |
GenericCleartkAnalysisEngine.createFeatureSelection(double threshold) |
static FeatureSelection<String> |
HistoryCleartkAnalysisEngine.createFeatureSelection(double threshold) |
static FeatureSelection<String> |
PolarityCleartkAnalysisEngine.createFeatureSelection(double threshold) |
static FeatureSelection<String> |
PolarityFedaCleartkAnalysisEngine.createFeatureSelection(double threshold) |
static FeatureSelection<String> |
SubjectCleartkAnalysisEngine.createFeatureSelection(double threshold) |
static FeatureSelection<String> |
UncertaintyCleartkAnalysisEngine.createFeatureSelection(double threshold) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.