| Name | Description | Type | Package | Framework |
| Alphabet | A mapping between integers and objects where the mapping in each direction is efficient. | Class | cc.mallet.types | Mallet |
|
| AlphabetCarrying | An interface for objects that contain one or more Alphabets. | Interface | cc.mallet.types | Mallet |
|
| AlphabetFactory | | Class | cc.mallet.types | Mallet |
|
| ArrayListSequence | See Also:Serialized FormFields inherited from class java. | Class | cc.mallet.types | Mallet |
|
| ArraySequence | | Class | cc.mallet.types | Mallet |
|
| AugmentableFeatureVector | See Also:Serialized FormFields inherited from class cc. | Class | cc.mallet.types | Mallet |
|
| CachedMetric | Stores a hash for each object being compared for efficient computation. | Interface | cc.mallet.types | Mallet |
|
| ChainedInstanceIterator | Under development, and not sure we actually want to have a class list this. | Class | cc.mallet.types | Mallet |
|
| ConstantMatrix | | Interface | cc.mallet.types | Mallet |
|
| CrossValidationIterator | An iterator which splits an InstanceList into n-folds and iterates over the folds for use in n-fold cross-validation. | Class | cc.mallet.types | Mallet |
|
| DenseMatrix | | Class | cc.mallet.types | Mallet |
|
| DenseVector | See Also:Serialized FormFields inherited from class cc. | Class | cc.mallet.types | Mallet |
|
| Dirichlet | Various useful functions related to Dirichlet distributions. | Class | cc.mallet.types | Mallet |
|
| Dirichlet .Estimator | Constructor SummaryDirichlet. | Class | cc.mallet.types.Dirichlet | Mallet |
|
| Dirichlet .MethodOfMomentsEstimator | Constructor SummaryDirichlet. | Class | cc.mallet.types.Dirichlet | Mallet |
|
| ExpGain | | Class | cc.mallet.types | Mallet |
|
| ExpGain .Factory | Constructor SummaryExpGain. | Class | cc.mallet.types.ExpGain | Mallet |
|
| FeatureConjunction | | Class | cc.mallet.types | Mallet |
|
| FeatureConjunction .List | See Also:Serialized FormConstructor SummaryFeatureConjunction. | Class | cc.mallet.types.FeatureConjunction | Mallet |
|
| FeatureCounter | Efficient, compact, incremental counting of features in an alphabet. | Class | cc.mallet.types | Mallet |
|
| FeatureCounts | | Class | cc.mallet.types | Mallet |
|
| FeatureCounts .Factory | Constructor SummaryFeatureCounts. | Class | cc.mallet.types.FeatureCounts | Mallet |
|
| FeatureInducer | See Also:Serialized FormConstructor SummaryFeatureInducer(RankedFeatureVector. | Class | cc.mallet.types | Mallet |
|
| FeatureSelection | | Class | cc.mallet.types | Mallet |
|
| FeatureSelector | Constructor SummaryFeatureSelector(RankedFeatureVector. | Class | cc.mallet.types | Mallet |
|
| FeatureSequence | An implementation of Sequence that ensures that every Object in the sequence has the same class. | Class | cc.mallet.types | Mallet |
|
| FeatureSequenceWithBigrams | A FeatureSequence with a parallel record of bigrams, kept in a separate dictionaryAuthor:Andrew McCallumSee Also:Serialized Form | Class | cc.mallet.types | Mallet |
|
| FeatureVector | A subset of an Alphabet in which each element of the subset has an associated value. | Class | cc.mallet.types | Mallet |
|
| FeatureVectorSequence | | Class | cc.mallet.types | Mallet |
|
| GainRatio | List of features along with their thresholds sorted in descending order of the ratio of (1) information gained by splitting instances on the | Class | cc.mallet.types | Mallet |
|
| GradientGain | | Class | cc.mallet.types | Mallet |
|
| GradientGain .Factory | Constructor SummaryGradientGain. | Class | cc.mallet.types.GradientGain | Mallet |
|
| HashedSparseVector | See Also:Serialized FormFields inherited from class cc. | Class | cc.mallet.types | Mallet |
|
| IDSorter | This class is contains a comparator for use in sorting integers that have associated floating point values. | Class | cc.mallet.types | Mallet |
|
| IndexedSparseVector | See Also:Serialized FormFields inherited from class cc. | Class | cc.mallet.types | Mallet |
|
| InfoGain | | Class | cc.mallet.types | Mallet |
|
| InfoGain .Factory | Constructor SummaryInfoGain. | Class | cc.mallet.types.InfoGain | Mallet |
|
| Instance | A machine learning "example" to be used in training, testing or performance of various machine learning algorithms. | Class | cc.mallet.types | Mallet |
|
| InstanceList | A list of machine learning instances, typically used for training or testing of a machine learning algorithm. | Class | cc.mallet.types | Mallet |
|
| InstanceListTUI | | Class | cc.mallet.types | Mallet |
|
| InvertedIndex | | Class | cc.mallet.types | Mallet |
|
| KLGain | | Class | cc.mallet.types | Mallet |
|
| Label | | Class | cc.mallet.types | Mallet |
|
| LabelAlphabet | A mapping from arbitrary objects (usually String's) to integers (and corresponding Label objects) and back. | Class | cc.mallet.types | Mallet |
|
| Labeler | | Interface | cc.mallet.types | Mallet |
|
| Labeling | A distribution over possible labels for an instance. | Interface | cc.mallet.types | Mallet |
|
| Labelings | A collection of labelings, either for a multi-label problem (all labels are part of the same label dictionary), or a factorized | Class | cc.mallet.types | Mallet |
|
| Labels | Usually some distribution over possible labels for an instance. | Class | cc.mallet.types | Mallet |
|
| LabelSequence | | Class | cc.mallet.types | Mallet |
|
| LabelsSequence | A simple Sequence implementation where all of the elements must be Labels. | Class | cc.mallet.types | Mallet |
|
| LabelVector | | Class | cc.mallet.types | Mallet |
|
| LogNumber | | Class | cc.mallet.types | Mallet |
|
| Matrix | | Interface | cc.mallet.types | Mallet |
|
| Matrix2 | See Also:Serialized FormFields inherited from class cc. | Class | cc.mallet.types | Mallet |
|
| Matrixn | number of dimensions. | Class | cc.mallet.types | Mallet |
|
| MatrixOps | A class of static utility functions for manipulating arrays ofConstructor SummaryMatrixOps() | Class | cc.mallet.types | Mallet |
|
| Metric | | Interface | cc.mallet.types | Mallet |
|
| Minkowski | | Class | cc.mallet.types | Mallet |
|
| MultiInstanceList | An implementation of InstanceList that logically combines multiple instance lists so that they appear as one list without copying the original lists. | Class | cc.mallet.types | Mallet |
|
| Multinomial | A probability distribution over a set of features represented as a FeatureVector. | Class | cc.mallet.types | Mallet |
|
| Multinomial .Estimator | A hierarchy of classes used to produce estimates of probabilities, in the form of a Multinomial, from counts associated with the elements | Class | cc.mallet.types.Multinomial | Mallet |
|
| Multinomial .LaplaceEstimator | An MEstimator with m set to 1. | Class | cc.mallet.types.Multinomial | Mallet |
|
| Multinomial .Logged | A Multinomial in which the values associated with each feature index fi is Math. | Class | cc.mallet.types.Multinomial | Mallet |
|
| Multinomial .MAPEstimator | Unimplemented, but the MEstimators are. | Class | cc.mallet.types.Multinomial | Mallet |
|
| Multinomial .MEstimator | An Estimator in which probability estimates in a Multinomial are generated by adding a constant m (specified at construction time) | Class | cc.mallet.types.Multinomial | Mallet |
|
| Multinomial .MLEstimator | An MEstimator with m set to 0. | Class | cc.mallet.types.Multinomial | Mallet |
|
| NormalizedDotProductMetric | 1 - [ / sqrt (*)] aka 1 - cosine similarity | Class | cc.mallet.types | Mallet |
|
| NullLabel | Object that carries a LabelAlphabet. | Class | cc.mallet.types | Mallet |
|
| PagedInstanceList | An InstanceList which avoids OutOfMemoryErrors by saving Instances to disk when there is not enough memory to create a new | Class | cc.mallet.types | Mallet |
|
| PartiallyRankedFeatureVector | | Class | cc.mallet.types | Mallet |
|
| PartiallyRankedFeatureVector .Factory | | Interface | cc.mallet.types.PartiallyRankedFeatureVector | Mallet |
|
| PartiallyRankedFeatureVector .PerLabelFactory | | Interface | cc.mallet.types.PartiallyRankedFeatureVector | Mallet |
|
| PerLabelFeatureCounts | | Class | cc.mallet.types | Mallet |
|
| PerLabelFeatureCounts .Factory | Constructor SummaryPerLabelFeatureCounts. | Class | cc.mallet.types.PerLabelFeatureCounts | Mallet |
|
| PerLabelInfoGain | | Class | cc.mallet.types | Mallet |
|
| PerLabelInfoGain .Factory | Constructor SummaryPerLabelInfoGain. | Class | cc.mallet.types.PerLabelInfoGain | Mallet |
|
| PropertyHolder | | Interface | cc.mallet.types | Mallet |
|
| RankedFeatureVector | | Class | cc.mallet.types | Mallet |
|
| RankedFeatureVector .Factory | | Interface | cc.mallet.types.RankedFeatureVector | Mallet |
|
| RankedFeatureVector .PerLabelFactory | | Interface | cc.mallet.types.RankedFeatureVector | Mallet |
|
| ROCData | Tracks ROC data for instances in Trial results. | Class | cc.mallet.types | Mallet |
|
| Sequence | | Interface | cc.mallet.types | Mallet |
|
| SequencePair | | Class | cc.mallet.types | Mallet |
|
| SequencePairAlignment | | Class | cc.mallet.types | Mallet |
|
| SingleInstanceIterator | | Class | cc.mallet.types | Mallet |
|
| SparseMatrixn | number of dimensions. | Class | cc.mallet.types | Mallet |
|
| SparseVector | A vector that allocates memory only for non-zero values. | Class | cc.mallet.types | Mallet |
|
| StringEditFeatureVectorSequence | | Class | cc.mallet.types | Mallet |
|
| StringEditVector | See Also:Serialized FormConstructor SummaryStringEditVector() | Class | cc.mallet.types | Mallet |
|
| StringKernel | Computes a similarity metric between two strings, based on counts of common subsequences of characters. | Class | cc.mallet.types | Mallet |
|
| TestAlphabet | Created: Nov 24, 2004Version:$Id: TestAlphabet. | Class | cc.mallet.types.tests | Mallet |
|
| TestAugmentableFeatureVector | Created: Dec 30, 2004Version:$Id: TestAugmentableFeatureVector. | Class | cc.mallet.types.tests | Mallet |
|
| TestFeatureSequence | Constructor SummaryTestFeatureSequence(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestFeatureVector | Constructor SummaryTestFeatureVector(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestHashedSparseVector | Constructor SummaryTestHashedSparseVector(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestIndexedSparseVector | Constructor SummaryTestIndexedSparseVector(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestInstanceListWeights | Constructor SummaryTestInstanceListWeights()Methods inherited from class java. | Class | cc.mallet.types.tests | Mallet |
|
| TestLabelAlphabet | Created: Nov 24, 2004Version:$Id: TestLabelAlphabet. | Class | cc.mallet.types.tests | Mallet |
|
| TestLabelsSequence | Created: Sep 21, 2004Version:$Id: TestLabelsSequence. | Class | cc.mallet.types.tests | Mallet |
|
| TestLabelVector | Constructor SummaryTestLabelVector(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestMatrix | Constructor SummaryTestMatrix(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestMatrixn | Created: Aug 30, 2004Version:$Id: TestMatrixn. | Class | cc.mallet.types.tests | Mallet |
|
| TestMultinomial | Constructor SummaryTestMultinomial(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestPagedInstanceList | Created: Apr 19, 2005Version:$Id: TestPagedInstanceList. | Class | cc.mallet.types.tests | Mallet |
|
| TestRankedFeatureVector | Constructor SummaryTestRankedFeatureVector(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestSerializable | Static utility for testing serializable classes in MALLET. | Class | cc.mallet.types.tests | Mallet |
|
| TestSparseMatrixn | Created: Aug 30, 2004Version:$Id: TestSparseMatrixn. | Class | cc.mallet.types.tests | Mallet |
|
| TestSparseVector | Constructor SummaryTestSparseVector(java. | Class | cc.mallet.types.tests | Mallet |
|
| TestToken | Constructor SummaryTestToken(java. | Class | cc.mallet.types.tests | Mallet |
|
| Token | A representation of a piece of text, usually a single word, to which we can attach properties. | Class | cc.mallet.types | Mallet |
|
| TokenSequence | A representation of a piece of text, usually a single word, to which we can attach properties. | Class | cc.mallet.types | Mallet |
|
| Vector | | Interface | cc.mallet.types | Mallet |