| Package | Description |
|---|---|
| org.cleartk.ml.viterbi |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutcomeFeatureExtractor
Copyright (c) 2009, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Field and Description |
|---|---|
protected OutcomeFeatureExtractor[] |
ViterbiDataWriter.outcomeFeatureExtractors |
protected OutcomeFeatureExtractor[] |
ViterbiClassifier.outcomeFeatureExtractors |
| Modifier and Type | Method and Description |
|---|---|
void |
ViterbiClassifierBuilder.setOutcomeFeatureExtractors(OutcomeFeatureExtractor[] outcomeFeatureExtractors) |
| Constructor and Description |
|---|
ViterbiClassifier(Classifier<OUTCOME_TYPE> delegatedClassifier,
OutcomeFeatureExtractor[] outcomeFeatureExtractors) |
ViterbiDataWriter(File outputDirectory,
OutcomeFeatureExtractor[] outcomeFeatureExtractors) |
Copyright © 2014. All rights reserved.