| Package | Description |
|---|---|
| org.cleartk.ml.encoder | |
| org.cleartk.ml.encoder.features |
| Modifier and Type | Method and Description |
|---|---|
static CleartkEncoderException |
CleartkEncoderException.noMatchingEncoder(Feature feature,
List<? extends FeatureEncoder<?>> encoders) |
| Modifier and Type | Class and Description |
|---|---|
class |
BagEncoder
Copyright (c) 2009, Regents of the University of Colorado All rights reserved. |
class |
BooleanEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
FeatureCollectionEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
FeatureEncoderChain<ENCODED_TYPE>
Copyright (c) 2009, Regents of the University of Colorado All rights reserved. |
class |
FeaturesEncoder_ImplBase<ENCODED_FEATURES_TYPE,ENCODED_FEATURE_TYPE>
Copyright (c) 2009, Regents of the University of Colorado All rights reserved. |
class |
FeatureVectorFeaturesEncoder
Copyright (c) 2009, Regents of the University of Colorado All rights reserved. |
class |
MultiBagEncoder
Copyright (c) 2009, Regents of the University of Colorado All rights reserved. |
class |
NameNumberFeaturesEncoder
Copyright (c) 2009, Regents of the University of Colorado All rights reserved. |
class |
NumberEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
StringEncoder
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Field and Description |
|---|---|
protected List<FeatureEncoder<ENCODED_TYPE>> |
FeatureEncoderChain.featureEncoders |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureEncoderChain.addEncoder(FeatureEncoder<ENCODED_TYPE> encoder) |
| Constructor and Description |
|---|
FeatureCollectionEncoder(FeatureEncoder<NameNumber> subEncoder) |
FeatureCollectionEncoder(FeatureEncoder<NameNumber> subEncoder,
NameNumberNormalizer normalizer) |
FeatureCollectionEncoder(String name,
FeatureEncoder<NameNumber> subEncoder) |
FeatureCollectionEncoder(String identifier,
FeatureEncoder<NameNumber> subEncoder,
NameNumberNormalizer normalizer) |
Copyright © 2014. All rights reserved.