Package | Description |
---|---|
org.apache.ctakes.temporal.ae | |
org.apache.ctakes.temporal.ae.feature.selection |
Modifier and Type | Method and Description |
---|---|
static FeatureSelection<String> |
EventAnnotator.createFeatureSelection(double threshold) |
static FeatureSelection<String> |
TimeAnnotator.createFeatureSelection(double threshold) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryAlphaFeatureSelection<OUTCOME_T>
Selects features via binary Krippendorff's Alpha-Reliability between the a extracted feature
and the outcome values they are paired with in classification instances.
|
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. |
class |
OddsRatioFeatureSelection<OUTCOME_T>
Selects features via Odds Ratio statistics between the features extracted from its sub-extractor
and the outcome values they are paired with in classification instances.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.