- BagEncoder - Class in org.cleartk.ml.encoder.features
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- BagEncoder(String, NameNumberNormalizer) - Constructor for class org.cleartk.ml.encoder.features.BagEncoder
-
- BagEncoder(String) - Constructor for class org.cleartk.ml.encoder.features.BagEncoder
-
- BagEncoder(NameNumberNormalizer) - Constructor for class org.cleartk.ml.encoder.features.BagEncoder
-
- BagEncoder() - Constructor for class org.cleartk.ml.encoder.features.BagEncoder
-
- BaseConversion - Class in org.cleartk.util
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- BaseConversion() - Constructor for class org.cleartk.util.BaseConversion
-
- BiesoChunking<SUB_CHUNK_TYPE extends Annotation,CHUNK_TYPE extends Annotation> - Class in org.cleartk.ml.chunking
-
Chunking with Begin-Inside-End-Singleton-Outside labels.
- BiesoChunking(Class<? extends SUB_CHUNK_TYPE>, Class<? extends CHUNK_TYPE>) - Constructor for class org.cleartk.ml.chunking.BiesoChunking
-
- BiesoChunking(Class<? extends SUB_CHUNK_TYPE>, Class<? extends CHUNK_TYPE>, String) - Constructor for class org.cleartk.ml.chunking.BiesoChunking
-
- BioChunking<SUB_CHUNK_TYPE extends Annotation,CHUNK_TYPE extends Annotation> - Class in org.cleartk.ml.chunking
-
Chunking with Begin-Inside-Outside labels
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- BioChunking(Class<? extends SUB_CHUNK_TYPE>, Class<? extends CHUNK_TYPE>) - Constructor for class org.cleartk.ml.chunking.BioChunking
-
- BioChunking(Class<? extends SUB_CHUNK_TYPE>, Class<? extends CHUNK_TYPE>, String) - Constructor for class org.cleartk.ml.chunking.BioChunking
-
- BlankLineBlockWriter - Class in org.cleartk.util.ae.linewriter.block
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- BlankLineBlockWriter() - Constructor for class org.cleartk.util.ae.linewriter.block.BlankLineBlockWriter
-
- BlockWriter<BLOCK_TYPE extends Annotation> - Interface in org.cleartk.util.ae.linewriter
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- BooleanEncoder - Class in org.cleartk.ml.encoder.features
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- BooleanEncoder() - Constructor for class org.cleartk.ml.encoder.features.BooleanEncoder
-
- BooleanToBooleanOutcomeEncoder - Class in org.cleartk.ml.encoder.outcome
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- BooleanToBooleanOutcomeEncoder() - Constructor for class org.cleartk.ml.encoder.outcome.BooleanToBooleanOutcomeEncoder
-
- BooleanToSignOutcomeEncoder - Class in org.cleartk.ml.encoder.outcome
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- BooleanToSignOutcomeEncoder() - Constructor for class org.cleartk.ml.encoder.outcome.BooleanToSignOutcomeEncoder
-
- BooleanToStringOutcomeEncoder - Class in org.cleartk.ml.encoder.outcome
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- BooleanToStringOutcomeEncoder() - Constructor for class org.cleartk.ml.encoder.outcome.BooleanToStringOutcomeEncoder
-
- BuildJar - Class in org.cleartk.ml.jar
-
Command line tool for building a model jar file from a directory where a model has been trained,
e.g.
- BuildJar() - Constructor for class org.cleartk.ml.jar.BuildJar
-
- CapitalTypeFeatureFunction - Class in org.cleartk.ml.feature.function
-
Copyright (c) 2007-2012, Regents of the University of Colorado
All rights reserved.
- CapitalTypeFeatureFunction() - Constructor for class org.cleartk.ml.feature.function.CapitalTypeFeatureFunction
-
- CapitalTypeFeatureFunction.CapitalType - Enum in org.cleartk.ml.feature.function
-
- CaseUtil - Class in org.cleartk.ml.feature.util
-
Copyright (c) 2010, Regents of the University of Colorado
All rights reserved.
- CaseUtil() - Constructor for class org.cleartk.ml.feature.util.CaseUtil
-
- CentroidTfidfSimilarityExtractor<OUTCOME_T,FOCUS_T extends Annotation> - Class in org.cleartk.ml.feature.transform.extractor
-
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- CentroidTfidfSimilarityExtractor(String) - Constructor for class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- CentroidTfidfSimilarityExtractor(String, FeatureExtractor1<FOCUS_T>) - Constructor for class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- CharacterCategoryPatternFunction<T extends Annotation> - Class in org.cleartk.ml.feature.function
-
A feature extractor that generates a pattern based on the
Unicode categories of each of the characters in the
annotation text.
- CharacterCategoryPatternFunction() - Constructor for class org.cleartk.ml.feature.function.CharacterCategoryPatternFunction
-
Create the standard feature extractor, where one category is added to the feature value for
each character in the text.
- CharacterCategoryPatternFunction(CharacterCategoryPatternFunction.PatternType) - Constructor for class org.cleartk.ml.feature.function.CharacterCategoryPatternFunction
-
Create a feature extractor with the specified pattern type.
- CharacterCategoryPatternFunction.PatternType - Enum in org.cleartk.ml.feature.function
-
The type of pattern to generate in feature values.
- CharacterNgramFeatureFunction - Class in org.cleartk.ml.feature.function
-
Copyright (c) 2007-2012, Regents of the University of Colorado
All rights reserved.
- CharacterNgramFeatureFunction(String, CharacterNgramFeatureFunction.Orientation, int, int, int, boolean) - Constructor for class org.cleartk.ml.feature.function.CharacterNgramFeatureFunction
-
This feature function serves up character n-grams based on StringValued features.
- CharacterNgramFeatureFunction(CharacterNgramFeatureFunction.Orientation, int, int, int, boolean) - Constructor for class org.cleartk.ml.feature.function.CharacterNgramFeatureFunction
-
- CharacterNgramFeatureFunction(String, CharacterNgramFeatureFunction.Orientation, int, int) - Constructor for class org.cleartk.ml.feature.function.CharacterNgramFeatureFunction
-
- CharacterNgramFeatureFunction(CharacterNgramFeatureFunction.Orientation, int, int) - Constructor for class org.cleartk.ml.feature.function.CharacterNgramFeatureFunction
-
- CharacterNgramFeatureFunction.Orientation - Enum in org.cleartk.ml.feature.function
-
- checkTypeParameterIsAssignable(Class<T>, String, T, Class<U>, String, U) - Static method in class org.cleartk.util.ReflectionUtil
-
Checks that the given type parameters of the given objects are compatible.
- checkTypeParametersAreEqual(Class<T>, String, T, Class<U>, String, U, Class<E>) - Static method in class org.cleartk.util.ReflectionUtil
-
Checks that the given type parameters of the given objects are exactly equal.
- chunkClass - Variable in class org.cleartk.ml.chunking.Chunking_ImplBase
-
- Chunking<OUTCOME_TYPE,SUB_CHUNK_TYPE extends Annotation,CHUNK_TYPE extends Annotation> - Interface in org.cleartk.ml.chunking
-
Interface for classes that assemble individual classifier outcomes on smaller annotations
("sub-chunks") to form larger annotations ("chunks").
- Chunking_ImplBase<SUB_CHUNK_TYPE extends Annotation,CHUNK_TYPE extends Annotation> - Class in org.cleartk.ml.chunking
-
Base class for classes that assemble individual classifier outcomes on smaller annotations
("sub-chunks") to form larger annotations ("chunks").
- Chunking_ImplBase(Class<? extends SUB_CHUNK_TYPE>, Class<? extends CHUNK_TYPE>, String) - Constructor for class org.cleartk.ml.chunking.Chunking_ImplBase
-
- classConditionalCounts - Variable in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.MutualInformationStats
-
- classCounts - Variable in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.MutualInformationStats
-
- Classifier<OUTCOME_TYPE> - Interface in org.cleartk.ml
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- classifier - Variable in class org.cleartk.ml.CleartkAnnotator
-
- classifier - Variable in class org.cleartk.ml.CleartkSequenceAnnotator
-
- Classifier_ImplBase<ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> - Class in org.cleartk.ml.jar
-
- Classifier_ImplBase(FeaturesEncoder<ENCODED_FEATURES_TYPE>, OutcomeEncoder<OUTCOME_TYPE, ENCODED_OUTCOME_TYPE>) - Constructor for class org.cleartk.ml.jar.Classifier_ImplBase
-
- classifierBuilder - Variable in class org.cleartk.ml.jar.DirectoryDataWriter
-
- ClassifierBuilder_ImplBase<CLASSIFIER_TYPE extends Classifier<OUTCOME_TYPE>,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> - Class in org.cleartk.ml.jar
-
- ClassifierBuilder_ImplBase() - Constructor for class org.cleartk.ml.jar.ClassifierBuilder_ImplBase
-
- ClassifierFactory<OUTCOME_TYPE> - Interface in org.cleartk.ml
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- classifierFactory - Variable in class org.cleartk.ml.multi.CleartkMultiAnnotator
-
- classifierJarPathRoot - Variable in class org.cleartk.ml.multi.CleartkMultiAnnotator
-
- classifiers - Variable in class org.cleartk.ml.multi.CleartkMultiAnnotator
-
- classify(List<Feature>) - Method in class org.cleartk.ml.baseline.SingleOutcomeClassifier
-
- classify(List<Feature>) - Method in interface org.cleartk.ml.Classifier
-
Classifies a list of features.
- classify(List<Instance<OUTCOME_TYPE>>) - Method in class org.cleartk.ml.CleartkSequenceAnnotator
-
- classify(List<List<Feature>>) - Method in interface org.cleartk.ml.SequenceClassifier
-
Classifies a sequence of feature lists.
- classify(List<List<Feature>>) - Method in class org.cleartk.ml.viterbi.ViterbiClassifier
-
- classifyChar(char) - Method in class org.cleartk.ml.feature.function.CharacterCategoryPatternFunction
-
- cleanUPRegex1 - Static variable in class org.cleartk.util.treebank.TreebankFormatParser
-
- cleanUPRegex2 - Static variable in class org.cleartk.util.treebank.TreebankFormatParser
-
- cleanUPRegex3 - Static variable in class org.cleartk.util.treebank.TreebankFormatParser
-
- cleanUPRegex4 - Static variable in class org.cleartk.util.treebank.TreebankFormatParser
-
- clear() - Method in class org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor.MinMaxRunningStat
-
- clear() - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanVarianceRunningStat
-
- CleartkAnnotator<OUTCOME_TYPE> - Class in org.cleartk.ml
-
Copyright (c) 2009-2011, Regents of the University of Colorado
All rights reserved.
- CleartkAnnotator() - Constructor for class org.cleartk.ml.CleartkAnnotator
-
- CleartkEncoderException - Exception in org.cleartk.ml.encoder
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- CleartkEncoderException(Throwable, String, String, Object...) - Constructor for exception org.cleartk.ml.encoder.CleartkEncoderException
-
- CleartkEncoderException(String, String, Object...) - Constructor for exception org.cleartk.ml.encoder.CleartkEncoderException
-
- CleartkEncoderException(Throwable) - Constructor for exception org.cleartk.ml.encoder.CleartkEncoderException
-
- CleartkExtractor<FOCUS_T extends Annotation,SEARCH_T extends Annotation> - Class in org.cleartk.ml.feature.extractor
-
A feature extractor that finds other
Annotations in the context of a focus annotation and
extracts features from these.
- CleartkExtractor(Class<SEARCH_T>, FeatureExtractor1<SEARCH_T>, CleartkExtractor.Context...) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor
-
- CleartkExtractor.Bag - Class in org.cleartk.ml.feature.extractor
-
A
CleartkExtractor.Context that aggregates the features of other contexts into a "bag" where position
information of each individual feature is no longer maintained.
- CleartkExtractor.Bag(CleartkExtractor.Context...) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Bag
-
Constructs a
CleartkExtractor.Context which converts the features extracted by the argument contexts
into a bag of features where all features have the same name.
- CleartkExtractor.Bounds - Interface in org.cleartk.ml.feature.extractor
-
A class representing the bounds within which a
CleartkExtractor should look for
annotations.
- CleartkExtractor.Context - Interface in org.cleartk.ml.feature.extractor
-
A class representing a location that a
CleartkExtractor should look for annotations.
- CleartkExtractor.Count - Class in org.cleartk.ml.feature.extractor
-
A
CleartkExtractor.Context that aggregates the features of other contexts into a bag of counts where
only the count of occurrence of each feature value is maintained.
- CleartkExtractor.Count(CleartkExtractor.Context...) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Count
-
Constructs a
CleartkExtractor.Context which converts the features extracted by the argument contexts
into a bag of count features.
- CleartkExtractor.Covered - Class in org.cleartk.ml.feature.extractor
-
- CleartkExtractor.Covered() - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Covered
-
Constructs a context that will extract features over all annotations within the focus
annotation.
- CleartkExtractor.FirstCovered - Class in org.cleartk.ml.feature.extractor
-
- CleartkExtractor.FirstCovered(int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.FirstCovered
-
Constructs a context that will extract features over the first N annotations within the focus
annotation.
- CleartkExtractor.FirstCovered(int, int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.FirstCovered
-
Constructs a context that will extract features over a slice of the first N annotations
within the focus annotation.
- CleartkExtractor.Focus - Class in org.cleartk.ml.feature.extractor
-
- CleartkExtractor.Focus() - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Focus
-
Constructs a context that will extract features over the focus annotation.
- CleartkExtractor.Following - Class in org.cleartk.ml.feature.extractor
-
- CleartkExtractor.Following(int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Following
-
Constructs a context that will extract features over the following N annotations.
- CleartkExtractor.Following(int, int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Following
-
Constructs a context that will extract features over a slice of the following N annotations.
- CleartkExtractor.LastCovered - Class in org.cleartk.ml.feature.extractor
-
- CleartkExtractor.LastCovered(int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.LastCovered
-
Constructs a context that will extract features over the last N annotations within the focus
annotation.
- CleartkExtractor.LastCovered(int, int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.LastCovered
-
Constructs a context that will extract features over a slice of the last N annotations within
the focus annotation.
- CleartkExtractor.NestedCountFeature - Class in org.cleartk.ml.feature.extractor
-
- CleartkExtractor.NestedCountFeature(String, Feature, Object) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.NestedCountFeature
-
- CleartkExtractor.Ngram - Class in org.cleartk.ml.feature.extractor
-
A
CleartkExtractor.Context that aggregates the features of other contexts into a single "ngram" feature,
where the feature values are concatenated together in order to form a single value.
- CleartkExtractor.Ngram(CleartkExtractor.Context...) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Ngram
-
Constructs a
CleartkExtractor.Context which converts the features extracted by the argument contexts
into a single ngram feature where all feature values have been concatenated together.
- CleartkExtractor.Ngrams - Class in org.cleartk.ml.feature.extractor
-
A
CleartkExtractor.Context that aggregates the features of other contexts into several "ngrams"
features, where sub-sequences of the feature values are concatenated together in order to form
single values.
- CleartkExtractor.Ngrams(int, CleartkExtractor.Context...) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Ngrams
-
Constructs a
CleartkExtractor.Context which converts the features extracted by the argument contexts
into ngram features where sub-sequences feature values have been concatenated together.
- CleartkExtractor.Preceding - Class in org.cleartk.ml.feature.extractor
-
- CleartkExtractor.Preceding(int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Preceding
-
Constructs a context that will extract features over the preceding N annotations.
- CleartkExtractor.Preceding(int, int) - Constructor for class org.cleartk.ml.feature.extractor.CleartkExtractor.Preceding
-
Constructs a context that will extract features over a slice of the preceding N annotations.
- CleartkExtractorException - Exception in org.cleartk.ml.feature.extractor
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- CleartkExtractorException(Throwable, String, String, Object...) - Constructor for exception org.cleartk.ml.feature.extractor.CleartkExtractorException
-
- CleartkExtractorException(String, String, Object...) - Constructor for exception org.cleartk.ml.feature.extractor.CleartkExtractorException
-
- CleartkExtractorException(Throwable) - Constructor for exception org.cleartk.ml.feature.extractor.CleartkExtractorException
-
- CleartkInitializationException - Exception in org.cleartk.util
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- CleartkInitializationException(String, String, Object...) - Constructor for exception org.cleartk.util.CleartkInitializationException
-
- CleartkInitializationException(Throwable, String, String, Object...) - Constructor for exception org.cleartk.util.CleartkInitializationException
-
- CleartkMultiAnnotator<OUTCOME_TYPE> - Class in org.cleartk.ml.multi
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- CleartkMultiAnnotator() - Constructor for class org.cleartk.ml.multi.CleartkMultiAnnotator
-
- CleartkProcessingException - Exception in org.cleartk.ml
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- CleartkProcessingException(Throwable, String, String, Object...) - Constructor for exception org.cleartk.ml.CleartkProcessingException
-
- CleartkProcessingException(String, String, Object...) - Constructor for exception org.cleartk.ml.CleartkProcessingException
-
- CleartkProcessingException(Throwable) - Constructor for exception org.cleartk.ml.CleartkProcessingException
-
- CleartkSequenceAnnotator<OUTCOME_TYPE> - Class in org.cleartk.ml
-
Copyright (c) 2009-2011, Regents of the University of Colorado
All rights reserved.
- CleartkSequenceAnnotator() - Constructor for class org.cleartk.ml.CleartkSequenceAnnotator
-
- close() - Method in class org.cleartk.util.cr.FilesCollectionReader
-
- close() - Method in class org.cleartk.util.cr.linereader.LineReader
-
- collectInstances(AnalysisEngine, JCas) - Static method in class org.cleartk.ml.util.PublicFieldDataWriter.BooleanFactory
-
- collectInstances(AnalysisEngine, JCas) - Static method in class org.cleartk.ml.util.PublicFieldDataWriter.StringFactory
-
- collectInstances(AnalysisEngine, JCas) - Static method in class org.cleartk.ml.util.PublicFieldSequenceDataWriter.BooleanFactory
-
- collectInstances(AnalysisEngine, JCas) - Static method in class org.cleartk.ml.util.PublicFieldSequenceDataWriter.StringFactory
-
- collectionProcessComplete() - Method in class org.cleartk.ml.CleartkAnnotator
-
- collectionProcessComplete() - Method in class org.cleartk.ml.CleartkSequenceAnnotator
-
- collectionProcessComplete() - Method in class org.cleartk.ml.multi.CleartkMultiAnnotator
-
- collectionProcessComplete() - Method in class org.cleartk.util.ae.linewriter.LineWriter
-
- CombinedExtractor1<T extends Annotation> - Class in org.cleartk.ml.feature.extractor
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- CombinedExtractor1(List<FeatureExtractor1<T>>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- CombinedExtractor1(FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>, FeatureExtractor1<T>) - Constructor for class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- completed - Variable in class org.cleartk.util.cr.FilesCollectionReader
-
- CompressedStringBiMap - Class in org.cleartk.util.collection
-
Copyright (c) 2007-2011, Regents of the University of Colorado
All rights reserved.
- CompressedStringBiMap() - Constructor for class org.cleartk.util.collection.CompressedStringBiMap
-
- computeCentroid(Iterable<Instance<OUTCOME_T>>, TfidfExtractor.IDFMap) - Method in class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- CONTAINEDBY - Static variable in class org.cleartk.ml.feature.extractor.RelativePositionExtractor
-
- contains(Annotation) - Method in interface org.cleartk.ml.feature.extractor.CleartkExtractor.Bounds
-
Determines whether or not an annotation lies within the given bounds.
- CONTAINS - Static variable in class org.cleartk.ml.feature.extractor.RelativePositionExtractor
-
- contains(Annotation, Annotation) - Static method in class org.cleartk.util.AnnotationUtil
-
- CONTAINS_HYPHEN - Static variable in class org.cleartk.ml.feature.function.ContainsHyphenFeatureFunction
-
string value contains a hyphen
- containsDigits(String) - Static method in class org.cleartk.ml.feature.util.NumericTypeUtil
-
- containsHyphen(String) - Static method in class org.cleartk.ml.feature.util.HyphenUtil
-
- ContainsHyphenFeatureFunction - Class in org.cleartk.ml.feature.function
-
Copyright (c) 2007-2012, Regents of the University of Colorado
All rights reserved.
- ContainsHyphenFeatureFunction() - Constructor for class org.cleartk.ml.feature.function.ContainsHyphenFeatureFunction
-
- convertBase(int, int) - Static method in class org.cleartk.util.BaseConversion
-
- CosineSimilarity - Class in org.cleartk.ml.feature.transform.extractor
-
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- CosineSimilarity() - Constructor for class org.cleartk.ml.feature.transform.extractor.CosineSimilarity
-
- countedValue - Variable in class org.cleartk.ml.feature.extractor.CleartkExtractor.NestedCountFeature
-
- countFiles(Iterator<File>) - Method in class org.cleartk.util.cr.FilesCollectionReader
-
- Counts - Class in org.cleartk.ml.feature
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- Counts(String, String, Map<? extends Object, Integer>) - Constructor for class org.cleartk.ml.feature.Counts
-
- Counts(String, Map<? extends Object, Integer>) - Constructor for class org.cleartk.ml.feature.Counts
-
- CoveredTextAnnotationWriter - Class in org.cleartk.util.ae.linewriter.annotation
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- CoveredTextAnnotationWriter() - Constructor for class org.cleartk.util.ae.linewriter.annotation.CoveredTextAnnotationWriter
-
- CoveredTextExtractor<T extends Annotation> - Class in org.cleartk.ml.feature.extractor
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- CoveredTextExtractor() - Constructor for class org.cleartk.ml.feature.extractor.CoveredTextExtractor
-
- createChunks(JCas, List<SUB_CHUNK_TYPE>, List<OUTCOME_TYPE>) - Method in interface org.cleartk.ml.chunking.Chunking
-
- createChunks(JCas, List<SUB_CHUNK_TYPE>, List<String>) - Method in class org.cleartk.ml.chunking.Chunking_ImplBase
-
- createClassifier() - Method in interface org.cleartk.ml.ClassifierFactory
-
- createClassifier() - Method in class org.cleartk.ml.jar.GenericJarClassifierFactory
-
- createClassifier() - Method in interface org.cleartk.ml.SequenceClassifierFactory
-
- createDataWriter() - Method in interface org.cleartk.ml.DataWriterFactory
-
- createDataWriter() - Method in class org.cleartk.ml.jar.DefaultDataWriterFactory
-
- createDataWriter() - Method in class org.cleartk.ml.jar.DefaultSequenceDataWriterFactory
-
- createDataWriter(String, Class<T>) - Method in class org.cleartk.ml.jar.GenericDataWriterFactory
-
- createDataWriter() - Method in interface org.cleartk.ml.SequenceDataWriterFactory
-
- createDataWriter() - Method in class org.cleartk.ml.util.PublicFieldDataWriter.BooleanFactory
-
- createDataWriter() - Method in class org.cleartk.ml.util.PublicFieldDataWriter.StringFactory
-
- createDataWriter() - Method in class org.cleartk.ml.util.PublicFieldSequenceDataWriter.BooleanFactory
-
- createDataWriter() - Method in class org.cleartk.ml.util.PublicFieldSequenceDataWriter.StringFactory
-
- createDataWriter() - Method in class org.cleartk.ml.viterbi.ViterbiDataWriterFactory
-
- createExtractor() - Static method in class org.cleartk.ml.feature.function.CharacterCategoryPatternFunction
-
- createExtractor(CharacterCategoryPatternFunction.PatternType) - Static method in class org.cleartk.ml.feature.function.CharacterCategoryPatternFunction
-
- createFeature(String, Feature) - Static method in class org.cleartk.ml.Feature
-
- createFileIterator() - Method in class org.cleartk.util.cr.FilesCollectionReader
-
- createIdfMap(Iterable<Instance<OUTCOME_T>>) - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor
-
- createInstance(T, Object...) - Static method in class org.cleartk.ml.util.InstanceFactory
-
- createInstance(T, String) - Static method in class org.cleartk.ml.util.InstanceFactory
-
- createName(String...) - Static method in class org.cleartk.ml.Feature
-
- createName(String, String) - Static method in class org.cleartk.ml.feature.extractor.TypePathExtractor
-
WARNING: this method is public for TypePathFeature backwards compatibility, but should not be
used by anyone else!
- createOutcomes(JCas, List<SUB_CHUNK_TYPE>, List<CHUNK_TYPE>) - Method in interface org.cleartk.ml.chunking.Chunking
-
- createOutcomes(JCas, List<SUB_CHUNK_TYPE>, List<CHUNK_TYPE>) - Method in class org.cleartk.ml.chunking.Chunking_ImplBase
-
- currentFile - Variable in class org.cleartk.util.cr.FilesCollectionReader
-
- Feature - Class in org.cleartk.ml
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- Feature() - Constructor for class org.cleartk.ml.Feature
-
- Feature(Object) - Constructor for class org.cleartk.ml.Feature
-
- Feature(String, Object) - Constructor for class org.cleartk.ml.Feature
-
- FeatureCollection - Class in org.cleartk.ml.feature
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- FeatureCollection(String, Collection<Feature>) - Constructor for class org.cleartk.ml.feature.FeatureCollection
-
- FeatureCollection(Collection<Feature>) - Constructor for class org.cleartk.ml.feature.FeatureCollection
-
- FeatureCollectionEncoder - Class in org.cleartk.ml.encoder.features
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- FeatureCollectionEncoder(String, FeatureEncoder<NameNumber>, NameNumberNormalizer) - Constructor for class org.cleartk.ml.encoder.features.FeatureCollectionEncoder
-
- FeatureCollectionEncoder(FeatureEncoder<NameNumber>, NameNumberNormalizer) - Constructor for class org.cleartk.ml.encoder.features.FeatureCollectionEncoder
-
- FeatureCollectionEncoder(String, FeatureEncoder<NameNumber>) - Constructor for class org.cleartk.ml.encoder.features.FeatureCollectionEncoder
-
- FeatureCollectionEncoder(FeatureEncoder<NameNumber>) - Constructor for class org.cleartk.ml.encoder.features.FeatureCollectionEncoder
-
- FeatureEncoder<T> - Interface in org.cleartk.ml.encoder.features
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- FeatureEncoderChain<ENCODED_TYPE> - Class in org.cleartk.ml.encoder.features
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- FeatureEncoderChain() - Constructor for class org.cleartk.ml.encoder.features.FeatureEncoderChain
-
- featureEncoders - Variable in class org.cleartk.ml.encoder.features.FeatureEncoderChain
-
- FeatureEncoderUtil - Class in org.cleartk.ml.encoder
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- FeatureEncoderUtil() - Constructor for class org.cleartk.ml.encoder.FeatureEncoderUtil
-
- FeatureExtractor1<T extends Annotation> - Interface in org.cleartk.ml.feature.extractor
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- FeatureExtractor2<T extends Annotation,U extends Annotation> - Interface in org.cleartk.ml.feature.extractor
-
Copyright (c) 2007-2009, Regents of the University of Colorado
All rights reserved.
- featureFullName - Variable in class org.cleartk.ml.chunking.Chunking_ImplBase
-
- FeatureFunction - Interface in org.cleartk.ml.feature.function
-
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- FeatureFunctionExtractor<T extends Annotation> - Class in org.cleartk.ml.feature.function
-
Copyright (c) 2007-2012, Regents of the University of Colorado
All rights reserved.
- FeatureFunctionExtractor(FeatureExtractor1<T>, FeatureFunction...) - Constructor for class org.cleartk.ml.feature.function.FeatureFunctionExtractor
-
- FeatureFunctionExtractor(FeatureExtractor1<T>, FeatureFunctionExtractor.BaseFeatures, FeatureFunction...) - Constructor for class org.cleartk.ml.feature.function.FeatureFunctionExtractor
-
- FeatureFunctionExtractor.BaseFeatures - Enum in org.cleartk.ml.feature.function
-
Specify what to do with the base features created by the passed in feature extractor.
- features - Variable in class org.cleartk.ml.feature.transform.TransformableFeature
-
- FeatureSelectionExtractor<OUTCOME_T> - Class in org.cleartk.ml.feature.selection
-
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- FeatureSelectionExtractor(String) - Constructor for class org.cleartk.ml.feature.selection.FeatureSelectionExtractor
-
- FeaturesEncoder<ENCODED_FEATURES_TYPE> - Interface in org.cleartk.ml.encoder.features
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- featuresEncoder - Variable in class org.cleartk.ml.jar.EncodingDirectoryDataWriterFactory
-
- featuresEncoder - Variable in class org.cleartk.ml.jar.EncodingJarClassifier
-
- featuresEncoder - Variable in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- FeaturesEncoder_ImplBase<ENCODED_FEATURES_TYPE,ENCODED_FEATURE_TYPE> - Class in org.cleartk.ml.encoder.features
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- FeaturesEncoder_ImplBase() - Constructor for class org.cleartk.ml.encoder.features.FeaturesEncoder_ImplBase
-
- featuresToFeatureMap(List<Feature>) - Method in class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- FeatureVector - Class in org.cleartk.ml.util.featurevector
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- FeatureVector() - Constructor for class org.cleartk.ml.util.featurevector.FeatureVector
-
- FeatureVector.Entry - Class in org.cleartk.ml.util.featurevector
-
- FeatureVector.Entry(int, double) - Constructor for class org.cleartk.ml.util.featurevector.FeatureVector.Entry
-
- FeatureVectorFeaturesEncoder - Class in org.cleartk.ml.encoder.features
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- FeatureVectorFeaturesEncoder(int, NameNumberNormalizer) - Constructor for class org.cleartk.ml.encoder.features.FeatureVectorFeaturesEncoder
-
- FeatureVectorFeaturesEncoder(int) - Constructor for class org.cleartk.ml.encoder.features.FeatureVectorFeaturesEncoder
-
- FeatureVectorFeaturesEncoder() - Constructor for class org.cleartk.ml.encoder.features.FeatureVectorFeaturesEncoder
-
- fileNotFound(File) - Static method in exception org.cleartk.util.CleartkInitializationException
-
- files - Variable in class org.cleartk.util.cr.FilesCollectionReader
-
- FilesCollectionReader - Class in org.cleartk.util.cr
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- FilesCollectionReader() - Constructor for class org.cleartk.util.cr.FilesCollectionReader
-
- filesCount - Variable in class org.cleartk.util.cr.FilesCollectionReader
-
- fileToUri - Variable in class org.cleartk.util.cr.UriCollectionReader
-
- finalizeFeatureSet(File) - Method in interface org.cleartk.ml.encoder.features.FeaturesEncoder
-
- finalizeFeatureSet(File) - Method in class org.cleartk.ml.encoder.features.FeaturesEncoder_ImplBase
-
- finalizeFeatureSet(File) - Method in class org.cleartk.ml.encoder.features.FeatureVectorFeaturesEncoder
-
- finalizeFeatureSet(File) - Method in class org.cleartk.ml.encoder.features.NameNumberFeaturesEncoder
-
- finalizeMap() - Method in class org.cleartk.util.collection.GenericStringMapper
-
- finalizeMap() - Method in interface org.cleartk.util.collection.StringMapper
-
- finalizeOutcomeSet(File) - Method in class org.cleartk.ml.encoder.outcome.BooleanToBooleanOutcomeEncoder
-
- finalizeOutcomeSet(File) - Method in class org.cleartk.ml.encoder.outcome.BooleanToSignOutcomeEncoder
-
- finalizeOutcomeSet(File) - Method in class org.cleartk.ml.encoder.outcome.BooleanToStringOutcomeEncoder
-
- finalizeOutcomeSet(File) - Method in class org.cleartk.ml.encoder.outcome.DoubleToDoubleOutcomeEncoder
-
- finalizeOutcomeSet(File) - Method in interface org.cleartk.ml.encoder.outcome.OutcomeEncoder
-
- finalizeOutcomeSet(File) - Method in class org.cleartk.ml.encoder.outcome.StringArrayToStringArrayEncoder
-
- finalizeOutcomeSet(File) - Method in class org.cleartk.ml.encoder.outcome.StringToIntegerOutcomeEncoder
-
- finalizeOutcomeSet(File) - Method in class org.cleartk.ml.encoder.outcome.StringToStringOutcomeEncoder
-
- finish() - Method in class org.cleartk.ml.baseline.OutcomeOnlyDataWriter
-
- finish() - Method in interface org.cleartk.ml.DataWriter
-
- finish() - Method in class org.cleartk.ml.feature.transform.InstanceDataWriter
-
- finish() - Method in class org.cleartk.ml.jar.DirectoryDataWriter
-
- finish() - Method in class org.cleartk.ml.jar.EncodingDirectoryDataWriter
-
- finish() - Method in interface org.cleartk.ml.SequenceDataWriter
-
- finish() - Method in class org.cleartk.ml.util.PublicFieldDataWriter
-
- finish() - Method in class org.cleartk.ml.util.PublicFieldSequenceDataWriter
-
- finish() - Method in class org.cleartk.ml.viterbi.ViterbiDataWriter
-
- fit(double[], boolean[]) - Static method in class org.cleartk.ml.sigmoid.LinWengPlatt
-
- FixedCosineSimilarity - Class in org.cleartk.ml.feature.transform.extractor
-
Like cosine similarity, but accepts a pre-specified vector, to avoid repeated recalculation of
the magnitude
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- FixedCosineSimilarity(Map<String, Double>) - Constructor for class org.cleartk.ml.feature.transform.extractor.FixedCosineSimilarity
-
- fixedMagnitude - Variable in class org.cleartk.ml.feature.transform.extractor.FixedCosineSimilarity
-
- fixedVector - Variable in class org.cleartk.ml.feature.transform.extractor.FixedCosineSimilarity
-
- forcePut(String, String) - Method in class org.cleartk.util.collection.CompressedStringBiMap
-
- fromManifest(Manifest) - Static method in class org.cleartk.ml.jar.JarClassifierBuilder
-
Loads a classifier builder from a manifest.
- fromTrainingDirectory(File) - Static method in class org.cleartk.ml.jar.JarClassifierBuilder
-
Loads a classifier builder from manifest in the training directory.
- GenericDataWriterFactory<OUTCOME_TYPE> - Class in org.cleartk.ml.jar
-
- GenericDataWriterFactory() - Constructor for class org.cleartk.ml.jar.GenericDataWriterFactory
-
- GenericJarClassifierFactory<CLASSIFIER_TYPE> - Class in org.cleartk.ml.jar
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- GenericJarClassifierFactory() - Constructor for class org.cleartk.ml.jar.GenericJarClassifierFactory
-
- GenericStringMapper - Class in org.cleartk.util.collection
-
Copyright (c) 2010, Regents of the University of Colorado
All rights reserved.
- GenericStringMapper(int) - Constructor for class org.cleartk.util.collection.GenericStringMapper
-
- GenKeyBiMap<K,V> - Interface in org.cleartk.util.collection
-
Copyright (c) 2007-2011, Regents of the University of Colorado
All rights reserved.
- get(int) - Method in class org.cleartk.ml.util.featurevector.ArrayFeatureVector
-
- get(int) - Method in class org.cleartk.ml.util.featurevector.FeatureVector
-
Return the value at index.
- get(int) - Method in class org.cleartk.ml.util.featurevector.SparseFeatureVector
-
- getA() - Method in class org.cleartk.ml.sigmoid.Sigmoid
-
- getAncestor(int) - Method in class org.cleartk.util.treebank.TreebankNode
-
- getAnnotationsExtent(List<? extends Annotation>) - Static method in class org.cleartk.util.AnnotationUtil
-
- getArch() - Method in class org.cleartk.util.PlatformDetection
-
- getB() - Method in class org.cleartk.ml.sigmoid.Sigmoid
-
- getBuffer() - Method in class org.cleartk.util.InputStreamHandler
-
- getCentroidDataURI(String, URI) - Static method in class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- getChildren() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getClassifier(String) - Method in class org.cleartk.ml.multi.CleartkMultiAnnotator
-
Gets the classifier associated with name.
- getClassifierBuilder() - Method in class org.cleartk.ml.jar.DirectoryDataWriter
-
- getClassifierClass() - Method in class org.cleartk.ml.jar.GenericJarClassifierFactory
-
- getClassifierClass() - Method in class org.cleartk.ml.jar.JarClassifierFactory
-
- getClassifierClass() - Method in class org.cleartk.ml.jar.SequenceJarClassifierFactory
-
- getCollectionReader(String) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getCollectionReaderFromDirectory(File) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getCollectionReaderFromDirectory(File, Class<? extends IOFileFilter>, Class<? extends IOFileFilter>) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getCollectionReaderFromFiles(Collection<File>) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getCollectionReaderFromUris(Collection<URI>) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getCollectionReaderWithPatterns(String, String, String...) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getCollectionReaderWithSuffixes(String, String, String...) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getCollectionReaderWithView(String, String) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getCount(Object) - Method in class org.cleartk.ml.feature.Counts
-
- getCreateViewAggregateDescription(String) - Static method in class org.cleartk.util.ae.UriToXmiCasAnnotator
-
Use this aggregate description if UriToDocumentTextAnnotator will be writing to a mapped view.
- getDataWriter(String) - Method in class org.cleartk.ml.multi.CleartkMultiAnnotator
-
- getDelegatedModelDirectory(File) - Method in class org.cleartk.ml.viterbi.ViterbiClassifierBuilder
-
- getDescription(Class<? extends Annotation>) - Static method in class org.cleartk.util.ae.parenthetical.ParentheticalAnnotator
-
- getDescription(Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.cleartk.util.ae.parenthetical.ParentheticalAnnotator
-
- getDescription(Class<? extends Annotation>, Class<? extends Annotation>, char, char) - Static method in class org.cleartk.util.ae.parenthetical.ParentheticalAnnotator
-
- getDescription() - Static method in class org.cleartk.util.ae.UriToDocumentTextAnnotator
-
- getDescription() - Static method in class org.cleartk.util.ae.UriToXmiCasAnnotator
-
- getDescription(File) - Static method in class org.cleartk.util.ae.XmiWriter
-
- getDescription(String) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getDescription(File) - Static method in class org.cleartk.util.cr.linereader.LineReaderXmiWriter
-
- getDescriptionForView(String) - Static method in class org.cleartk.util.ae.UriToDocumentTextAnnotator
-
This description will read the contents into the specify view.
- getDescriptionFromDirectory(File) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getDescriptionFromDirectory(File, Class<? extends IOFileFilter>, Class<? extends IOFileFilter>) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getDescriptionFromFiles(Collection<File>) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getDescriptionFromUris(Collection<URI>) - Static method in class org.cleartk.util.cr.UriCollectionReader
-
- getDescriptionWithPatterns(String, String, String...) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getDescriptionWithSuffixes(String, String, String...) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getDescriptionWithView(String, String) - Static method in class org.cleartk.util.cr.FilesCollectionReader
-
- getDF(String) - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor.IDFMap
-
- getDocumentFrequencyDataURI(String, URI) - Static method in class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- getEncodersFile(File) - Static method in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- getExecutableSuffix() - Method in class org.cleartk.util.PlatformDetection
-
- getExtractors() - Method in class org.cleartk.ml.feature.extractor.CombinedExtractor1
-
- getFeature(JCas) - Method in class org.cleartk.ml.chunking.Chunking_ImplBase
-
- getFeatureName() - Method in class org.cleartk.ml.feature.Counts
-
- getFeatureName() - Method in class org.cleartk.ml.feature.extractor.CoveredTextExtractor
-
- getFeatureName() - Method in interface org.cleartk.ml.feature.extractor.NamedFeatureExtractor1
-
Gets the name that will be used for all features created by this feature extractor.
- getFeatureName() - Method in class org.cleartk.ml.feature.extractor.TypePathExtractor
-
- getFeatureName() - Method in class org.cleartk.ml.feature.extractor.WhiteSpaceExtractor
-
- getFeatureName() - Method in class org.cleartk.ml.feature.function.CharacterCategoryPatternFunction
-
- getFeatures() - Method in class org.cleartk.ml.feature.FeatureCollection
-
- getFeatures() - Method in class org.cleartk.ml.feature.transform.TransformableFeature
-
- getFeatures() - Method in class org.cleartk.ml.Instance
-
Get the list of features for this instance.
- getFeaturesEncoder() - Method in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- getFocusClass() - Method in class org.cleartk.ml.feature.extractor.TypePathExtractor
-
- getIdentifier() - Method in class org.cleartk.ml.feature.Counts
-
- getIdentifier() - Method in class org.cleartk.ml.feature.FeatureCollection
-
- getIDF(String) - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor.IDFMap
-
- getIndex() - Method in exception org.cleartk.ml.util.featurevector.InvalidFeatureVectorValueException
-
- getInputStream(Class<?>, String) - Static method in class org.cleartk.util.IoUtil
-
This method attempts to create an input stream from the given path by:
Trying to parse it as a URL
Trying to find it on the classpath, relative to the given class
Trying to find it as a file on the file system
- getInputStreamAsBufferedString(InputStream) - Static method in class org.cleartk.util.InputStreamHandler
-
- getInputStreamAsList(InputStream) - Static method in class org.cleartk.util.InputStreamHandler
-
- getInteger(String) - Method in class org.cleartk.util.collection.GenericStringMapper
-
- getInteger(String) - Method in interface org.cleartk.util.collection.StringMapper
-
- getLeafNode(String) - Static method in class org.cleartk.util.treebank.TreebankFormatParser
-
Uses the leafNodePattern to identify a string as a terminal.
- getModelJarFile(File) - Static method in class org.cleartk.ml.jar.JarClassifierBuilder
-
- getModelJarFile(String) - Static method in class org.cleartk.ml.jar.JarClassifierBuilder
-
- getName() - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Bag
-
- getName() - Method in interface org.cleartk.ml.feature.extractor.CleartkExtractor.Context
-
Gets the base feature name that will be used in
Features generated by this context.
- getName() - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Count
-
- getName() - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Covered
-
- getName() - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Focus
-
- getName() - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Ngram
-
- getName() - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Ngrams
-
- getName() - Method in class org.cleartk.ml.Feature
-
- getNext(JCas) - Method in class org.cleartk.util.cr.FilesCollectionReader
-
- getNext(JCas) - Method in class org.cleartk.util.cr.linereader.LineReader
-
- getNext(JCas) - Method in class org.cleartk.util.cr.UriCollectionReader
-
- getNext(JCas) - Method in class org.cleartk.util.cr.XReader
-
- getNextJarEntry(JarInputStream, String) - Static method in class org.cleartk.ml.jar.JarStreams
-
- getNumSamples() - Method in class org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor.MinMaxRunningStat
-
- getNumSamples() - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanVarianceRunningStat
-
- getOrGenerateInteger(String) - Method in class org.cleartk.util.collection.GenericStringMapper
-
- getOrGenerateInteger(String) - Method in interface org.cleartk.util.collection.StringMapper
-
- getOrGenerateKey(String) - Method in class org.cleartk.util.collection.CompressedStringBiMap
-
- getOrGenerateKey(V) - Method in interface org.cleartk.util.collection.GenKeyBiMap
-
- getOs() - Method in class org.cleartk.util.PlatformDetection
-
- getOutcome() - Method in class org.cleartk.ml.Instance
-
Get the current label for the instance.
- getOutcomeEncoder() - Method in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- getOutcomeSuffix(CHUNK_TYPE, Feature) - Method in class org.cleartk.ml.chunking.Chunking_ImplBase
-
- getOutputDirectory() - Method in class org.cleartk.ml.jar.DirectoryDataWriterFactory
-
- getParameterValue(String, String) - Static method in class org.cleartk.util.ParamUtil
-
- getParent() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getParseBegin() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getParseEnd() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getPath() - Method in class org.cleartk.ml.feature.extractor.TypePathExtractor
-
- getProgress() - Method in class org.cleartk.util.cr.FilesCollectionReader
-
- getProgress() - Method in class org.cleartk.util.cr.linereader.LineReader
-
- getProgress() - Method in class org.cleartk.util.cr.UriCollectionReader
-
- getScoreFunction(MutualInformationFeatureSelectionExtractor.CombineScoreMethod) - Method in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.MutualInformationStats
-
- getSelectedFeatures() - Method in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor
-
- getSubChunkToOutcomeMap(JCas, List<SUB_CHUNK_TYPE>, List<CHUNK_TYPE>) - Method in class org.cleartk.ml.chunking.BiesoChunking
-
- getSubChunkToOutcomeMap(JCas, List<SUB_CHUNK_TYPE>, List<CHUNK_TYPE>) - Method in class org.cleartk.ml.chunking.BioChunking
-
- getSubChunkToOutcomeMap(JCas, List<SUB_CHUNK_TYPE>, List<CHUNK_TYPE>) - Method in class org.cleartk.ml.chunking.Chunking_ImplBase
-
Produce a map from sub-chunk annotations to their outcome prefixes (e.g.
- getSubChunkToOutcomeMap(JCas, List<SUB_CHUNK_TYPE>, List<CHUNK_TYPE>) - Method in class org.cleartk.ml.chunking.IoChunking
-
- getSurroundingText(JCas, Annotation, Class<TOKEN_TYPE>, int, boolean) - Static method in class org.cleartk.util.AnnotationUtil
-
This method provides a way of getting some text before or after an annotation specified by some
"window" of "tokens".
- getTags() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getTerminal(int) - Method in class org.cleartk.util.treebank.TopTreebankNode
-
- getTerminalCount() - Method in class org.cleartk.util.treebank.TopTreebankNode
-
- getText() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getText() - Method in interface org.cleartk.util.treebank.TreebankObject
-
- getTextBegin() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getTextEnd() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getTopNode() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getTotalCount() - Method in class org.cleartk.ml.feature.Counts
-
- getTotalDocumentCount() - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor.IDFMap
-
- getTrainingDataFile(File) - Method in class org.cleartk.ml.baseline.SingleOutcomeClassifierBuilder
-
- getTrainingDataFile(File) - Method in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- getTreebankParse() - Method in class org.cleartk.util.treebank.TopTreebankNode
-
- getTreebankParse() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getType(String) - Static method in class org.cleartk.util.treebank.TreebankFormatParser
-
Returns the type of a constituent of some fragment of a treebank parse.
- getType() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getTypeArgument(Class<T>, String, T) - Static method in class org.cleartk.util.ReflectionUtil
-
- getTypeArguments(Class<?>) - Method in class org.cleartk.ml.baseline.SingleOutcomeClassifier
-
- getTypeArguments(Class<?>) - Method in class org.cleartk.ml.viterbi.ViterbiClassifier
-
- getTypeArguments(Class<?>) - Method in class org.cleartk.ml.viterbi.ViterbiDataWriter
-
- getTypeArguments(Class<?>, Object) - Static method in class org.cleartk.util.ReflectionUtil
-
Try to find the instantiation of all of genericTypes type parameters in objs class.
- getTypeArguments(Class<?>) - Method in interface org.cleartk.util.ReflectionUtil.TypeArgumentDelegator
-
- getTypePath() - Method in class org.cleartk.ml.feature.TypePathFeature
-
- getURI(JCas) - Static method in class org.cleartk.util.ViewUriUtil
-
Get the primary Uniform Resource Identifier for this JCas and all its views.
- getValue() - Method in class org.cleartk.ml.Feature
-
- getValue() - Method in class org.cleartk.ml.feature.transform.TransformableFeature
-
- getValue() - Method in exception org.cleartk.ml.util.featurevector.InvalidFeatureVectorValueException
-
- getValue() - Method in class org.cleartk.util.treebank.TreebankNode
-
- getValues() - Method in class org.cleartk.ml.feature.Counts
-
- getXmiFile(JCas) - Method in class org.cleartk.util.ae.XmiWriter
-
- getXmiFile(JCas) - Method in class org.cleartk.util.cr.linereader.LineReaderXmiWriter
-
- save(URI) - Method in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.MutualInformationStats
-
- save(URI) - Method in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor
-
- save(URI) - Method in class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- save(URI) - Method in class org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor
-
- save(URI) - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor.IDFMap
-
- save(URI) - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor
-
- save(URI) - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor
-
- save(URI) - Method in interface org.cleartk.ml.feature.transform.TrainableExtractor
-
Saves statistics from train in location URI
- saveToTrainingDirectory(File) - Method in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- saveToTrainingDirectory(File) - Method in class org.cleartk.ml.jar.JarClassifierBuilder
-
Write all information stored in the classifier builder to the training directory.
- saveToTrainingDirectory(File) - Method in class org.cleartk.ml.viterbi.ViterbiClassifierBuilder
-
- score(List<Feature>) - Method in class org.cleartk.ml.baseline.SingleOutcomeClassifier
-
- score(List<Feature>) - Method in interface org.cleartk.ml.Classifier
-
Classify a list of features, and return the scores for each of the outcomes
- score(List<Feature>) - Method in class org.cleartk.ml.jar.Classifier_ImplBase
-
- score(List<List<Feature>>) - Method in class org.cleartk.ml.jar.SequenceClassifier_ImplBase
-
- score(List<List<Feature>>) - Method in interface org.cleartk.ml.SequenceClassifier
-
Classify a sequence of feature lists, and return the scores for each of the outcomes for each
feature list.
- score(List<List<Feature>>) - Method in class org.cleartk.ml.viterbi.ViterbiClassifier
-
- select(JCas, Annotation, Class<T>, int) - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.FirstCovered
-
- select(JCas, Annotation, Class<T>, int) - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Following
-
- select(JCas, Annotation, Class<T>, int) - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.LastCovered
-
- select(JCas, Annotation, Class<T>, int) - Method in class org.cleartk.ml.feature.extractor.CleartkExtractor.Preceding
-
- selectFirstMatching(JCas, Class<T>, Annotation) - Static method in class org.cleartk.util.AnnotationUtil
-
- selectMatching(JCas, Class<T>, Annotation) - Static method in class org.cleartk.util.AnnotationUtil
-
- selectTransformableFeatures(Instance<OUTCOME_T>) - Method in class org.cleartk.ml.feature.transform.TrainableExtractor_ImplBase
-
Recursively look through all features in an instance to find the features this extractor is
responsible for extracting
- SequenceClassifier<OUTCOME_TYPE> - Interface in org.cleartk.ml
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- SequenceClassifier_ImplBase<ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> - Class in org.cleartk.ml.jar
-
- SequenceClassifier_ImplBase(FeaturesEncoder<ENCODED_FEATURES_TYPE>, OutcomeEncoder<OUTCOME_TYPE, ENCODED_OUTCOME_TYPE>) - Constructor for class org.cleartk.ml.jar.SequenceClassifier_ImplBase
-
- SequenceClassifierBuilder_ImplBase<CLASSIFIER_TYPE extends SequenceClassifier<OUTCOME_TYPE>,ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> - Class in org.cleartk.ml.jar
-
- SequenceClassifierBuilder_ImplBase() - Constructor for class org.cleartk.ml.jar.SequenceClassifierBuilder_ImplBase
-
- SequenceClassifierFactory<OUTCOME_TYPE> - Interface in org.cleartk.ml
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- SequenceDataWriter<OUTCOME_TYPE> - Interface in org.cleartk.ml
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- 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> - Class in org.cleartk.ml.jar
-
- SequenceDataWriter_ImplBase(File) - Constructor for class org.cleartk.ml.jar.SequenceDataWriter_ImplBase
-
- SequenceDataWriterFactory<OUTCOME_TYPE> - Interface in org.cleartk.ml
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- SequenceDataWriterFactory_ImplBase<ENCODED_FEATURES_TYPE,OUTCOME_TYPE,ENCODED_OUTCOME_TYPE> - Class in org.cleartk.ml.jar
-
- SequenceDataWriterFactory_ImplBase() - Constructor for class org.cleartk.ml.jar.SequenceDataWriterFactory_ImplBase
-
- SequenceJarClassifierFactory<OUTCOME_TYPE> - Class in org.cleartk.ml.jar
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- SequenceJarClassifierFactory() - Constructor for class org.cleartk.ml.jar.SequenceJarClassifierFactory
-
- set(int, double) - Method in class org.cleartk.ml.util.featurevector.ArrayFeatureVector
-
- set(int, double) - Method in class org.cleartk.ml.util.featurevector.FeatureVector
-
Set the feature at index to value.
- set(int, double) - Method in class org.cleartk.ml.util.featurevector.SparseFeatureVector
-
- setArch(String) - Method in class org.cleartk.util.PlatformDetection
-
- setChildren(List<TreebankNode>) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setClassifierJarPath(String) - Method in class org.cleartk.ml.jar.GenericJarClassifierFactory
-
- setDelegatedDataWriter(DataWriter<OUTCOME_TYPE>) - Method in class org.cleartk.ml.viterbi.ViterbiDataWriter
-
- setEncodersFromFileSystem(EncodingDirectoryDataWriter<?, ?, ENCODED_FEATURES_TYPE, OUTCOME_TYPE, ENCODED_OUTCOME_TYPE>) - Method in class org.cleartk.ml.jar.EncodingDirectoryDataWriterFactory
-
- setFeaturesEncoder(FeaturesEncoder<ENCODED_FEATURES_TYPE>) - Method in class org.cleartk.ml.jar.EncodingDirectoryDataWriter
-
- setFeaturesEncoder(FeaturesEncoder<ENCODED_FEATURES_TYPE>) - Method in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- setLeaf(boolean) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setName(String) - Method in class org.cleartk.ml.Feature
-
- setNormalizer(NameNumberNormalizer) - Method in class org.cleartk.ml.encoder.features.FeatureVectorFeaturesEncoder
-
- setOs(String) - Method in class org.cleartk.util.PlatformDetection
-
- setOutcome(OUTCOME_TYPE) - Method in class org.cleartk.ml.Instance
-
Set the current label for the instance.
- setOutcomeEncoder(OutcomeEncoder<OUTCOME_TYPE, ENCODED_OUTCOME_TYPE>) - Method in class org.cleartk.ml.jar.EncodingDirectoryDataWriter
-
- setOutcomeEncoder(OutcomeEncoder<OUTCOME_TYPE, ENCODED_OUTCOME_TYPE>) - Method in class org.cleartk.ml.jar.EncodingJarClassifierBuilder
-
- setOutcomeFeatureExtractors(OutcomeFeatureExtractor[]) - Method in class org.cleartk.ml.viterbi.ViterbiClassifierBuilder
-
- setOutputDirectory(File) - Method in class org.cleartk.ml.jar.DirectoryDataWriterFactory
-
- setOutputDirectoryName(String) - Method in class org.cleartk.util.ae.PlainTextWriter
-
- setParent(TreebankNode) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setParseBegin(int) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setParseEnd(int) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setTags(String[]) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setText(String) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setTextBegin(int) - Method in class org.cleartk.util.treebank.TreebankNode
-
the offset of the plain text for this node with respect to the sentence text adjusted by the
textOffset passed into the parse method.
- setTextEnd(int) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setTopNode(TopTreebankNode) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setTreebankParse(String) - Method in class org.cleartk.util.treebank.TopTreebankNode
-
- setType(String) - Method in class org.cleartk.util.treebank.TreebankNode
-
- setURI(CAS, URI) - Static method in class org.cleartk.util.ViewUriUtil
-
Set the primary Uniform Resource Identifier for this CAS and all its views.
- setURI(JCas, URI) - Static method in class org.cleartk.util.ViewUriUtil
-
Set the primary Uniform Resource Identifier for this JCas and all its views.
- setValue(Object) - Method in class org.cleartk.ml.Feature
-
- setValue(Object) - Method in class org.cleartk.ml.feature.transform.TransformableFeature
-
- setValue(String) - Method in class org.cleartk.util.treebank.TreebankNode
-
- Sigmoid - Class in org.cleartk.ml.sigmoid
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- Sigmoid(double, double) - Constructor for class org.cleartk.ml.sigmoid.Sigmoid
-
- similarity(String, String) - Static method in class org.cleartk.util.similarity.Levenshtein
-
- SimilarityFunction - Interface in org.cleartk.ml.feature.transform.extractor
-
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- SimpleLineHandler - Class in org.cleartk.util.cr.linereader
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- SimpleLineHandler() - Constructor for class org.cleartk.util.cr.linereader.SimpleLineHandler
-
- SingleOutcomeClassifier<OUTCOME_TYPE> - Class in org.cleartk.ml.baseline
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- SingleOutcomeClassifier(OUTCOME_TYPE) - Constructor for class org.cleartk.ml.baseline.SingleOutcomeClassifier
-
- SingleOutcomeClassifierBuilder<OUTCOME_TYPE> - Class in org.cleartk.ml.baseline
-
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
- SingleOutcomeClassifierBuilder() - Constructor for class org.cleartk.ml.baseline.SingleOutcomeClassifierBuilder
-
- size(Annotation) - Static method in class org.cleartk.util.AnnotationUtil
-
- smoothingCount - Variable in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.MutualInformationStats
-
- someDigitsPattern - Static variable in class org.cleartk.ml.feature.util.NumericTypeUtil
-
- sort(List<T>) - Static method in class org.cleartk.util.AnnotationUtil
-
- SparseFeatureVector - Class in org.cleartk.ml.util.featurevector
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- SparseFeatureVector() - Constructor for class org.cleartk.ml.util.featurevector.SparseFeatureVector
-
- SparseFeatureVector(FeatureVector) - Constructor for class org.cleartk.ml.util.featurevector.SparseFeatureVector
-
- splitSentences(String) - Static method in class org.cleartk.util.treebank.TreebankFormatParser
-
Generally speaking, we expect one treebanked sentence per line.
- stackSize - Variable in class org.cleartk.ml.viterbi.ViterbiClassifier
-
- stddev - Variable in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanStddevTuple
-
- stddev() - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanVarianceRunningStat
-
- stddevPop() - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanVarianceRunningStat
-
- StringArrayToStringArrayEncoder - Class in org.cleartk.ml.encoder.outcome
-
Copyright (c) 2010, University of Würzburg
All rights reserved.
- StringArrayToStringArrayEncoder() - Constructor for class org.cleartk.ml.encoder.outcome.StringArrayToStringArrayEncoder
-
- StringEncoder - Class in org.cleartk.ml.encoder.features
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- StringEncoder() - Constructor for class org.cleartk.ml.encoder.features.StringEncoder
-
- StringMapper - Interface in org.cleartk.util.collection
-
Copyright (c) 2010, Regents of the University of Colorado
All rights reserved.
- StringToIntegerOutcomeEncoder - Class in org.cleartk.ml.encoder.outcome
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- StringToIntegerOutcomeEncoder() - Constructor for class org.cleartk.ml.encoder.outcome.StringToIntegerOutcomeEncoder
-
- StringToIntegerOutcomeEncoder(int) - Constructor for class org.cleartk.ml.encoder.outcome.StringToIntegerOutcomeEncoder
-
- StringToStringOutcomeEncoder - Class in org.cleartk.ml.encoder.outcome
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- StringToStringOutcomeEncoder() - Constructor for class org.cleartk.ml.encoder.outcome.StringToStringOutcomeEncoder
-
- stringToUri - Variable in class org.cleartk.util.cr.UriCollectionReader
-
- subChunkClass - Variable in class org.cleartk.ml.chunking.Chunking_ImplBase
-
- subExtractor - Variable in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor
-
- TfidfExtractor<OUTCOME_T,FOCUS_T extends Annotation> - Class in org.cleartk.ml.feature.transform.extractor
-
Transforms count features produced by its subextractor into TF*IDF values
- TfidfExtractor(String) - Constructor for class org.cleartk.ml.feature.transform.extractor.TfidfExtractor
-
- TfidfExtractor(String, FeatureExtractor1<FOCUS_T>) - Constructor for class org.cleartk.ml.feature.transform.extractor.TfidfExtractor
-
- TfidfExtractor.IDFMap - Class in org.cleartk.ml.feature.transform.extractor
-
- TfidfExtractor.IDFMap() - Constructor for class org.cleartk.ml.feature.transform.extractor.TfidfExtractor.IDFMap
-
- toArray() - Method in class org.cleartk.ml.util.featurevector.ArrayFeatureVector
-
- toInstances(List<OUTCOME_TYPE>, List<List<Feature>>) - Static method in class org.cleartk.ml.Instances
-
Create a list of Instances from a list of outcomes and a list of feature-lists.
- TopTreebankNode - Class in org.cleartk.util.treebank
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- TopTreebankNode() - Constructor for class org.cleartk.util.treebank.TopTreebankNode
-
- toString() - Method in class org.cleartk.ml.feature.FeatureCollection
-
- toString() - Method in class org.cleartk.ml.Feature
-
- toString() - Method in class org.cleartk.ml.Instance
-
- toString() - Method in class org.cleartk.ml.sigmoid.Sigmoid
-
- toString() - Method in class org.cleartk.util.PlatformDetection
-
- train(Iterable<Instance<OUTCOME_T>>) - Method in class org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor
-
- train(Iterable<Instance<OUTCOME_T>>) - Method in class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- train(Iterable<Instance<OUTCOME_T>>) - Method in class org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor
-
- train(Iterable<Instance<OUTCOME_T>>) - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor
-
- train(Iterable<Instance<OUTCOME_T>>) - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor
-
- train(Iterable<Instance<OUTCOME_T>>) - Method in interface org.cleartk.ml.feature.transform.TrainableExtractor
-
In the prototypical case, train takes a collection of instances and computes statistics over
the values such as computing mean, standard deviation, TF*IDF, etc...
- Train - Class in org.cleartk.ml.jar
-
Command line tool for training a classifier from an output directory that has been filled by a
DirectoryDataWriter.
- Train() - Constructor for class org.cleartk.ml.jar.Train
-
- TrainableExtractor<OUTCOME_T> - Interface in org.cleartk.ml.feature.transform
-
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- TrainableExtractor_ImplBase<OUTCOME_T> - Class in org.cleartk.ml.feature.transform
-
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
- TrainableExtractor_ImplBase(String) - Constructor for class org.cleartk.ml.feature.transform.TrainableExtractor_ImplBase
-
- trainAndPackage(File, String...) - Static method in class org.cleartk.ml.jar.JarClassifierBuilder
-
- trainClassifier(File, String...) - Method in class org.cleartk.ml.baseline.MeanValueClassifierBuilder
-
- trainClassifier(File, String...) - Method in class org.cleartk.ml.baseline.MostFrequentValueClassifierBuilder
-
- trainClassifier(File, String...) - Method in class org.cleartk.ml.jar.JarClassifierBuilder
-
- trainClassifier(File, String...) - Method in class org.cleartk.ml.viterbi.ViterbiClassifierBuilder
-
- trainingDataFile - Variable in class org.cleartk.ml.baseline.OutcomeOnlyDataWriter
-
- trainingDataFile - Variable in class org.cleartk.ml.jar.EncodingDirectoryDataWriter
-
- trainingDataWriter - Variable in class org.cleartk.ml.baseline.OutcomeOnlyDataWriter
-
- trainingDataWriter - Variable in class org.cleartk.ml.jar.EncodingDirectoryDataWriter
-
- transform(Instance<OUTCOME_T>) - Method in class org.cleartk.ml.feature.selection.FeatureSelectionExtractor
-
- transform(Instance<OUTCOME_T>) - Method in class org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
-
- transform(Feature) - Method in class org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor
-
- transform(Feature) - Method in class org.cleartk.ml.feature.transform.extractor.TfidfExtractor
-
- transform(Feature) - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor
-
- transform(Instance<OUTCOME_T>) - Method in class org.cleartk.ml.feature.transform.OneToOneTrainableExtractor_ImplBase
-
- transform(Feature) - Method in class org.cleartk.ml.feature.transform.OneToOneTrainableExtractor_ImplBase
-
- transform(Instance<OUTCOME_T>) - Method in interface org.cleartk.ml.feature.transform.TrainableExtractor
-
Transforms all features handled by this extractor.
- TransformableFeature - Class in org.cleartk.ml.feature.transform
-
Abstract base class for transformable features.
- TransformableFeature(String, List<Feature>) - Constructor for class org.cleartk.ml.feature.transform.TransformableFeature
-
- TreebankFormatParser - Class in org.cleartk.util.treebank
-
This class was written to be a stand alone parser for the Penn Treebank data.
- TreebankFormatParser() - Constructor for class org.cleartk.util.treebank.TreebankFormatParser
-
- TreebankNode - Class in org.cleartk.util.treebank
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- TreebankNode() - Constructor for class org.cleartk.util.treebank.TreebankNode
-
- TreebankObject - Interface in org.cleartk.util.treebank
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- TreeFeature - Class in org.cleartk.ml
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- TreeFeature(Object) - Constructor for class org.cleartk.ml.TreeFeature
-
- TreeFeature(String, Object) - Constructor for class org.cleartk.ml.TreeFeature
-
- TYPE_REGEX - Static variable in class org.cleartk.util.treebank.TreebankFormatParser
-
used to identify the type of a consituent in a treebank parse tree.
- TypePathExtractor<T extends Annotation> - Class in org.cleartk.ml.feature.extractor
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- TypePathExtractor(Class<T>, String, boolean, boolean, boolean) - Constructor for class org.cleartk.ml.feature.extractor.TypePathExtractor
-
This extractor creates features from attributes of an annotation.
- TypePathExtractor(Class<T>, String) - Constructor for class org.cleartk.ml.feature.extractor.TypePathExtractor
-
calls this(type, typePath, false, false, true, jCas)
- TypePathFeature - Class in org.cleartk.ml.feature
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- TypePathFeature(String, Object, String, String) - Constructor for class org.cleartk.ml.feature.TypePathFeature
-
- TypePathFeature(String, Object, String) - Constructor for class org.cleartk.ml.feature.TypePathFeature
-
- value - Variable in class org.cleartk.ml.baseline.SingleOutcomeClassifierBuilder
-
- value - Variable in class org.cleartk.ml.Feature
-
- value - Variable in class org.cleartk.ml.util.featurevector.FeatureVector.Entry
-
- valueOf(String) - Static method in enum org.cleartk.ml.feature.function.CapitalTypeFeatureFunction.CapitalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cleartk.ml.feature.function.CharacterCategoryPatternFunction.PatternType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cleartk.ml.feature.function.CharacterNgramFeatureFunction.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cleartk.ml.feature.function.FeatureFunctionExtractor.BaseFeatures
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cleartk.ml.feature.function.NumericTypeFeatureFunction.NumericType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.CombineScoreMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.cleartk.util.ae.UriToXmiCasAnnotator.XmlScheme
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.cleartk.ml.feature.function.CapitalTypeFeatureFunction.CapitalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cleartk.ml.feature.function.CharacterCategoryPatternFunction.PatternType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cleartk.ml.feature.function.CharacterNgramFeatureFunction.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cleartk.ml.feature.function.FeatureFunctionExtractor.BaseFeatures
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cleartk.ml.feature.function.NumericTypeFeatureFunction.NumericType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.CombineScoreMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.cleartk.util.ae.UriToXmiCasAnnotator.XmlScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.cleartk.util.collection.CompressedStringBiMap
-
- variance() - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanVarianceRunningStat
-
- variancePop() - Method in class org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanVarianceRunningStat
-
- ViewUriUtil - Class in org.cleartk.util
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- ViewUriUtil() - Constructor for class org.cleartk.util.ViewUriUtil
-
- viterbi(List<List<Feature>>) - Method in class org.cleartk.ml.viterbi.ViterbiClassifier
-
This implementation of Viterbi requires at most stackSize * sequenceLength calls to the
classifier.
- ViterbiClassifier<OUTCOME_TYPE> - Class in org.cleartk.ml.viterbi
-
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- ViterbiClassifier(Classifier<OUTCOME_TYPE>, OutcomeFeatureExtractor[]) - Constructor for class org.cleartk.ml.viterbi.ViterbiClassifier
-
- ViterbiClassifierBuilder<OUTCOME_TYPE> - Class in org.cleartk.ml.viterbi
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- ViterbiClassifierBuilder() - Constructor for class org.cleartk.ml.viterbi.ViterbiClassifierBuilder
-
- ViterbiDataWriter<OUTCOME_TYPE> - Class in org.cleartk.ml.viterbi
-
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- ViterbiDataWriter(File, OutcomeFeatureExtractor[]) - Constructor for class org.cleartk.ml.viterbi.ViterbiDataWriter
-
- ViterbiDataWriterFactory<OUTCOME_TYPE> - Class in org.cleartk.ml.viterbi
-
Copyright (c) 2009-2010, Regents of the University of Colorado
All rights reserved.
- ViterbiDataWriterFactory() - Constructor for class org.cleartk.ml.viterbi.ViterbiDataWriterFactory
-