| Package | Description |
|---|---|
| org.cleartk.ml.feature.selection | |
| org.cleartk.ml.feature.transform | |
| org.cleartk.ml.feature.transform.extractor |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureSelectionExtractor<OUTCOME_T>
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
class |
MutualInformationFeatureSelectionExtractor<OUTCOME_T,FOCUS_T extends Annotation>
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Class and Description |
|---|---|
class |
OneToOneTrainableExtractor_ImplBase<OUTCOME_T>
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved. |
class |
TrainableExtractor_ImplBase<OUTCOME_T>
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved. |
| Modifier and Type | Class and Description |
|---|---|
class |
CentroidTfidfSimilarityExtractor<OUTCOME_T,FOCUS_T extends Annotation>
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
class |
MinMaxNormalizationExtractor<OUTCOME_T,FOCUS_T extends Annotation>
Scales features extracted by its subextractor to range 0-1, by scaling by the minimum and maximum
values
|
class |
TfidfExtractor<OUTCOME_T,FOCUS_T extends Annotation>
Transforms count features produced by its subextractor into TF*IDF values
|
class |
ZeroMeanUnitStddevExtractor<OUTCOME_T,FOCUS_T extends Annotation>
Scales features produced by its subextractor to have mean=0, stddev=1 for a given feature
|
Copyright © 2014. All rights reserved.