| Package | Description |
|---|---|
| org.cleartk.ml.encoder.outcome | |
| org.cleartk.ml.jar | |
| org.cleartk.ml.liblinear |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanToBooleanOutcomeEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
BooleanToSignOutcomeEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
BooleanToStringOutcomeEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
DoubleToDoubleOutcomeEncoder
Copyright (c) 2011, Regents of the University of Colorado All rights reserved. |
class |
StringArrayToStringArrayEncoder
Copyright (c) 2010, University of Würzburg All rights reserved. |
class |
StringToIntegerOutcomeEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
StringToStringOutcomeEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Field and Description |
|---|---|
protected OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> |
EncodingJarClassifierBuilder.outcomeEncoder |
protected OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> |
EncodingJarClassifier.outcomeEncoder |
protected OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> |
EncodingDirectoryDataWriterFactory.outcomeEncoder |
| Modifier and Type | Method and Description |
|---|---|
OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> |
EncodingJarClassifierBuilder.getOutcomeEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncodingJarClassifierBuilder.setOutcomeEncoder(OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> outcomeEncoder) |
void |
EncodingDirectoryDataWriter.setOutcomeEncoder(OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> outcomeEncoder) |
| Constructor and Description |
|---|
Classifier_ImplBase(FeaturesEncoder<ENCODED_FEATURES_TYPE> featuresEncoder,
OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> outcomeEncoder) |
EncodingJarClassifier(FeaturesEncoder<ENCODED_FEATURES_TYPE> featuresEncoder,
OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> outcomeEncoder) |
SequenceClassifier_ImplBase(FeaturesEncoder<ENCODED_FEATURES_TYPE> featuresEncoder,
OutcomeEncoder<OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> outcomeEncoder) |
| Constructor and Description |
|---|
GenericLibLinearClassifier(FeaturesEncoder<de.bwaldvogel.liblinear.FeatureNode[]> featuresEncoder,
OutcomeEncoder<OUTCOME_TYPE,Integer> outcomeEncoder,
de.bwaldvogel.liblinear.Model model) |
LibLinearBooleanOutcomeClassifier(FeaturesEncoder<de.bwaldvogel.liblinear.FeatureNode[]> featuresEncoder,
OutcomeEncoder<Boolean,Integer> outcomeEncoder,
de.bwaldvogel.liblinear.Model model) |
LibLinearStringOutcomeClassifier(FeaturesEncoder<de.bwaldvogel.liblinear.FeatureNode[]> featuresEncoder,
OutcomeEncoder<String,Integer> outcomeEncoder,
de.bwaldvogel.liblinear.Model model) |
Copyright © 2014. All rights reserved.