| Package | Description |
|---|---|
| org.cleartk.ml.jar | |
| org.cleartk.ml.liblinear |
| Modifier and Type | Class and Description |
|---|---|
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. |
class |
EncodingDirectoryDataWriter<CLASSIFIER_BUILDER_TYPE extends EncodingJarClassifierBuilder<? extends CLASSIFIER_TYPE,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>,CLASSIFIER_TYPE,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>
Superclass for
DataWriter and SequenceDataWriter implementations that write
training data to a file using a classifier builder with FeaturesEncoders and
OutcomeEncoders
Note that it does not declare that it implements either of the DataWriter interfaces. |
class |
SequenceDataWriter_ImplBase<CLASSIFIER_BUILDER_TYPE extends EncodingJarClassifierBuilder<? extends SequenceClassifier<OUTCOME_TYPE>,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE>
Superclass for
SequenceDataWriter implementations that write training data to a file
using FeaturesEncoders and OutcomeEncoders. |
| 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 |
SequenceClassifierBuilder_ImplBase<CLASSIFIER_TYPE extends SequenceClassifier<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 SequenceClassifiers as jar files. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericLibLinearClassifierBuilder<CLASSIFIER_TYPE extends GenericLibLinearClassifier<OUTCOME_TYPE>,OUTCOME_TYPE>
Copyright (c) 2013, Regents of the University of Colorado All rights reserved. |
class |
LibLinearBooleanOutcomeClassifierBuilder
Copyright (c) 2007-2013, Regents of the University of Colorado All rights reserved. |
class |
LibLinearStringOutcomeClassifierBuilder
Copyright (c) 2007-2013, Regents of the University of Colorado All rights reserved. |
Copyright © 2014. All rights reserved.