| Package | Description |
|---|---|
| org.cleartk.ml | |
| org.cleartk.ml.baseline | |
| org.cleartk.ml.jar | |
| org.cleartk.ml.liblinear | |
| org.cleartk.ml.multi | |
| org.cleartk.ml.viterbi |
| Modifier and Type | Field and Description |
|---|---|
protected Classifier<OUTCOME_TYPE> |
CleartkAnnotator.classifier |
| Modifier and Type | Method and Description |
|---|---|
Classifier<OUTCOME_TYPE> |
ClassifierFactory.createClassifier() |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleOutcomeClassifier<OUTCOME_TYPE>
Copyright (c) 2011, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassifierBuilder_ImplBase<CLASSIFIER_TYPE extends Classifier<OUTCOME_TYPE>,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>
Superclass for builders which write to a training data file using
FeaturesEncoders and
OutcomeEncoders, and build and package Classifiers as jar files. |
class |
DataWriter_ImplBase<CLASSIFIER_BUILDER_TYPE extends EncodingJarClassifierBuilder<? extends Classifier<OUTCOME_TYPE>,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>
Superclass for
DataWriter implementations that write training data to a file using
FeaturesEncoders and OutcomeEncoders. |
| Modifier and Type | Class and Description |
|---|---|
class |
Classifier_ImplBase<ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<Classifier<OUTCOME_TYPE>> |
JarClassifierFactory.getClassifierClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericLibLinearClassifier<OUTCOME_TYPE>
Copyright (c) 2013, Regents of the University of Colorado All rights reserved. |
class |
LibLinearBooleanOutcomeClassifier
Copyright (c) 2007-2013, Regents of the University of Colorado All rights reserved. |
class |
LibLinearStringOutcomeClassifier
Copyright (c) 2007-2013, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Classifier<OUTCOME_TYPE>> |
CleartkMultiAnnotator.classifiers |
| Modifier and Type | Method and Description |
|---|---|
protected Classifier<OUTCOME_TYPE> |
CleartkMultiAnnotator.getClassifier(String name)
Gets the classifier associated with name.
|
| Modifier and Type | Field and Description |
|---|---|
protected Classifier<OUTCOME_TYPE> |
ViterbiClassifier.delegatedClassifier |
| Constructor and Description |
|---|
ViterbiClassifier(Classifier<OUTCOME_TYPE> delegatedClassifier,
OutcomeFeatureExtractor[] outcomeFeatureExtractors) |
Copyright © 2014. All rights reserved.