Serialized Form
-
Package cc.mallet.topics
-
Class cc.mallet.topics.DMRTopicModel extends cc.mallet.topics.LDAHyper implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alphaCache
double[][] alphaCache
-
alphaSumCache
double[] alphaSumCache
-
defaultFeatureIndex
int defaultFeatureIndex
-
dmrParameters
cc.mallet.classify.MaxEnt dmrParameters
-
numFeatures
int numFeatures
-
parameterPipe
cc.mallet.pipe.Pipe parameterPipe
-
-
Class cc.mallet.topics.LDA extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
alpha
double alpha
Deprecated. -
beta
double beta
Deprecated. -
docTopicCounts
int[][] docTopicCounts
Deprecated. -
ilist
cc.mallet.types.InstanceList ilist
Deprecated. -
numTokens
int numTokens
Deprecated. -
numTopics
int numTopics
Deprecated. -
numTypes
int numTypes
Deprecated. -
tAlpha
double tAlpha
Deprecated. -
tokensPerTopic
int[] tokensPerTopic
Deprecated. -
topics
int[][] topics
Deprecated. -
typeTopicCounts
int[][] typeTopicCounts
Deprecated. -
vBeta
double vBeta
Deprecated.
-
-
Class cc.mallet.topics.LDAHyper extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
alpha
double[] alpha
Deprecated. -
alphabet
cc.mallet.types.Alphabet alphabet
Deprecated. -
alphaSum
double alphaSum
Deprecated. -
beta
double beta
Deprecated. -
betaSum
double betaSum
Deprecated. -
betaTopicCount
int betaTopicCount
Deprecated. -
burninPeriod
int burninPeriod
Deprecated. -
cachedCoefficients
double[] cachedCoefficients
Deprecated. -
data
ArrayList<cc.mallet.topics.LDAHyper.Topication> data
Deprecated. -
docLengthCounts
int[] docLengthCounts
Deprecated. -
formatter
NumberFormat formatter
Deprecated. -
iterationsSoFar
int iterationsSoFar
Deprecated. -
numIterations
int numIterations
Deprecated. -
numTopics
int numTopics
Deprecated. -
numTypes
int numTypes
Deprecated. -
oneDocTopicCounts
int[] oneDocTopicCounts
Deprecated. -
optimizeInterval
int optimizeInterval
Deprecated. -
outputModelFilename
String outputModelFilename
Deprecated. -
outputModelInterval
int outputModelInterval
Deprecated. -
printLogLikelihood
boolean printLogLikelihood
Deprecated. -
random
cc.mallet.util.Randoms random
Deprecated. -
saveSampleInterval
int saveSampleInterval
Deprecated. -
saveStateInterval
int saveStateInterval
Deprecated. -
showTopicsInterval
int showTopicsInterval
Deprecated. -
smoothingOnlyCount
int smoothingOnlyCount
Deprecated. -
smoothingOnlyMass
double smoothingOnlyMass
Deprecated. -
stateFilename
String stateFilename
Deprecated. -
testing
cc.mallet.types.InstanceList testing
Deprecated. -
tokensPerTopic
int[] tokensPerTopic
Deprecated. -
topicAlphabet
cc.mallet.types.LabelAlphabet topicAlphabet
Deprecated. -
topicDocCounts
int[][] topicDocCounts
Deprecated. -
topicTermCount
int topicTermCount
Deprecated. -
typeTopicCounts
gnu.trove.TIntIntHashMap[] typeTopicCounts
Deprecated. -
wordsPerTopic
int wordsPerTopic
Deprecated.
-
-
Class cc.mallet.topics.LDAHyper.Topication extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
instance
cc.mallet.types.Instance instance
-
model
cc.mallet.topics.LDAHyper model
-
topicDistribution
cc.mallet.types.Labeling topicDistribution
-
topicSequence
cc.mallet.types.LabelSequence topicSequence
-
-
Class cc.mallet.topics.LDAStream extends cc.mallet.topics.LDAHyper implements Serializable
-
Serialized Fields
-
test
ArrayList<cc.mallet.topics.LDAHyper.Topication> test
-
-
-
Class cc.mallet.topics.MarginalProbEstimator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
alpha
double[] alpha
-
alphaSum
double alphaSum
-
beta
double beta
-
betaSum
double betaSum
-
cachedCoefficients
double[] cachedCoefficients
-
numTopics
int numTopics
-
random
cc.mallet.util.Randoms random
-
smoothingOnlyMass
double smoothingOnlyMass
-
tokensPerTopic
int[] tokensPerTopic
-
topicBits
int topicBits
-
topicMask
int topicMask
-
typeTopicCounts
int[][] typeTopicCounts
-
-
Class cc.mallet.topics.NPTopicModel extends Object implements Serializable
-
Serialized Fields
-
alpha
double alpha
-
alphabet
cc.mallet.types.Alphabet alphabet
-
beta
double beta
-
betaSum
double betaSum
-
data
ArrayList<cc.mallet.topics.TopicAssignment> data
-
docsPerTopic
gnu.trove.TIntIntHashMap docsPerTopic
-
formatter
NumberFormat formatter
-
gamma
double gamma
-
maxTopic
int maxTopic
-
numTopics
int numTopics
-
numTypes
int numTypes
-
printLogLikelihood
boolean printLogLikelihood
-
random
cc.mallet.util.Randoms random
-
showTopicsInterval
int showTopicsInterval
-
tokensPerTopic
gnu.trove.TIntIntHashMap tokensPerTopic
-
topicAlphabet
cc.mallet.types.LabelAlphabet topicAlphabet
-
totalDocTopics
int totalDocTopics
-
typeTopicCounts
gnu.trove.TIntIntHashMap[] typeTopicCounts
-
wordsPerTopic
int wordsPerTopic
-
-
-
Class cc.mallet.topics.ParallelTopicModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
alpha
double[] alpha
-
alphabet
cc.mallet.types.Alphabet alphabet
-
alphaSum
double alphaSum
-
beta
double beta
-
betaSum
double betaSum
-
burninPeriod
int burninPeriod
-
data
ArrayList<cc.mallet.topics.TopicAssignment> data
-
docLengthCounts
int[] docLengthCounts
-
formatter
NumberFormat formatter
-
maxTypeCount
int maxTypeCount
-
modelFilename
String modelFilename
-
numIterations
int numIterations
-
numThreads
int numThreads
-
numTopics
int numTopics
-
numTypes
int numTypes
-
optimizeInterval
int optimizeInterval
-
printLogLikelihood
boolean printLogLikelihood
-
randomSeed
int randomSeed
-
saveModelInterval
int saveModelInterval
-
saveSampleInterval
int saveSampleInterval
-
saveStateInterval
int saveStateInterval
-
showTopicsInterval
int showTopicsInterval
-
stateFilename
String stateFilename
-
temperingInterval
int temperingInterval
-
tokensPerTopic
int[] tokensPerTopic
-
topicAlphabet
cc.mallet.types.LabelAlphabet topicAlphabet
-
topicBits
int topicBits
-
topicDocCounts
int[][] topicDocCounts
-
topicMask
int topicMask
-
totalTokens
int totalTokens
-
typeTopicCounts
int[][] typeTopicCounts
-
typeTotals
int[] typeTotals
-
usingSymmetricAlpha
boolean usingSymmetricAlpha
-
wordsPerTopic
int wordsPerTopic
-
-
Class cc.mallet.topics.PolylingualTopicModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
alpha
double[] alpha
-
alphabets
cc.mallet.types.Alphabet[] alphabets
-
alphaSum
double alphaSum
-
betas
double[] betas
-
betaSums
double[] betaSums
-
betaTopicCount
int betaTopicCount
-
burninPeriod
int burninPeriod
-
data
ArrayList<cc.mallet.topics.PolylingualTopicModel.TopicAssignment> data
-
docLengthCounts
int[] docLengthCounts
-
formatter
NumberFormat formatter
-
iterationsSoFar
int iterationsSoFar
-
languageCachedCoefficients
double[][] languageCachedCoefficients
-
languageMaxTypeCounts
int[] languageMaxTypeCounts
-
languageSmoothingOnlyMasses
double[] languageSmoothingOnlyMasses
-
languageTokensPerTopic
int[][] languageTokensPerTopic
-
languageTypeTopicCounts
int[][][] languageTypeTopicCounts
-
modelFilename
String modelFilename
-
numIterations
int numIterations
-
numLanguages
int numLanguages
-
numStopwords
int numStopwords
-
numTopics
int numTopics
-
oneDocTopicCounts
int[] oneDocTopicCounts
-
optimizeInterval
int optimizeInterval
-
printLogLikelihood
boolean printLogLikelihood
-
random
cc.mallet.util.Randoms random
-
saveModelInterval
int saveModelInterval
-
saveSampleInterval
int saveSampleInterval
-
saveStateInterval
int saveStateInterval
-
showTopicsInterval
int showTopicsInterval
-
smoothingOnlyCount
int smoothingOnlyCount
-
stateFilename
String stateFilename
-
testingIDs
HashSet<String> testingIDs
-
topicAlphabet
cc.mallet.types.LabelAlphabet topicAlphabet
-
topicBits
int topicBits
-
topicDocCounts
int[][] topicDocCounts
-
topicMask
int topicMask
-
topicTermCount
int topicTermCount
-
vocabularySizes
int[] vocabularySizes
-
wordsPerTopic
int wordsPerTopic
-
-
Class cc.mallet.topics.PolylingualTopicModel.TopicAssignment extends Object implements Serializable
-
Serialized Fields
-
instances
cc.mallet.types.Instance[] instances
-
topicDistribution
cc.mallet.types.Labeling topicDistribution
-
topicSequences
cc.mallet.types.LabelSequence[] topicSequences
-
-
-
Class cc.mallet.topics.SimpleLDA extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
alpha
double alpha
-
alphabet
cc.mallet.types.Alphabet alphabet
-
alphaSum
double alphaSum
-
beta
double beta
-
betaSum
double betaSum
-
data
ArrayList<cc.mallet.topics.TopicAssignment> data
-
formatter
NumberFormat formatter
-
numTopics
int numTopics
-
numTypes
int numTypes
-
oneDocTopicCounts
int[] oneDocTopicCounts
-
printLogLikelihood
boolean printLogLikelihood
-
random
cc.mallet.util.Randoms random
-
showTopicsInterval
int showTopicsInterval
-
tokensPerTopic
int[] tokensPerTopic
-
topicAlphabet
cc.mallet.types.LabelAlphabet topicAlphabet
-
typeTopicCounts
int[][] typeTopicCounts
-
wordsPerTopic
int wordsPerTopic
-
-
Class cc.mallet.topics.TopicAssignment extends Object implements Serializable
-
Serialized Fields
-
instance
cc.mallet.types.Instance instance
-
topicDistribution
cc.mallet.types.Labeling topicDistribution
-
topicSequence
cc.mallet.types.LabelSequence topicSequence
-
-
-
Class cc.mallet.topics.TopicInferencer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
alpha
double[] alpha
-
alphabet
cc.mallet.types.Alphabet alphabet
-
beta
double beta
-
betaSum
double betaSum
-
cachedCoefficients
double[] cachedCoefficients
-
numTopics
int numTopics
-
numTypes
int numTypes
-
random
cc.mallet.util.Randoms random
-
smoothingOnlyMass
double smoothingOnlyMass
-
tokensPerTopic
int[] tokensPerTopic
-
topicBits
int topicBits
-
topicMask
int topicMask
-
typeTopicCounts
int[][] typeTopicCounts
-
-
-
Package cc.mallet.types
-
Class cc.mallet.types.Alphabet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class cc.mallet.types.ArrayListSequence extends ArrayList<E extends Object> implements Serializable
- serialVersionUID:
- 1L
-
Class cc.mallet.types.AugmentableFeatureVector extends cc.mallet.types.FeatureVector implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
maxSortedIndex
int maxSortedIndex
-
size
int size
-
-
Class cc.mallet.types.CrossValidationIterator extends Object implements Serializable
- serialVersionUID:
- 234516468015114991L
-
Serialized Fields
-
folds
cc.mallet.types.InstanceList[] folds
-
index
int index
-
nfolds
int nfolds
-
-
Class cc.mallet.types.DenseMatrix extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
hasInfinite
boolean hasInfinite
-
values
double[] values
-
-
Class cc.mallet.types.DenseVector extends cc.mallet.types.DenseMatrix implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class cc.mallet.types.ExpGain extends cc.mallet.types.RankedFeatureVector implements Serializable
-
Serialized Fields
-
hyperbolicSharpness
double hyperbolicSharpness
-
hyperbolicSlope
double hyperbolicSlope
-
usingHyperbolicPrior
boolean usingHyperbolicPrior
-
-
-
Class cc.mallet.types.FeatureConjunction extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dictionary
cc.mallet.types.Alphabet dictionary
-
features
int[] features
-
index
int index
-
name
String name
-
negations
boolean[] negations
-
-
Class cc.mallet.types.FeatureConjunction.List extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
conjunctions
ArrayList conjunctions
-
-
Class cc.mallet.types.FeatureCounts extends cc.mallet.types.RankedFeatureVector implements Serializable
-
Class cc.mallet.types.FeatureInducer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
beam1
int beam1
-
beam2
int beam2
-
fcl
cc.mallet.types.FeatureConjunction.List fcl
-
perLabelRanker
cc.mallet.types.RankedFeatureVector.PerLabelFactory perLabelRanker
-
ranker
cc.mallet.types.RankedFeatureVector.Factory ranker
-
-
Class cc.mallet.types.FeatureSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dictionary
cc.mallet.types.Alphabet dictionary
-
selectedFeatures
BitSet selectedFeatures
-
-
Class cc.mallet.types.FeatureSequence extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dictionary
cc.mallet.types.Alphabet dictionary
-
features
int[] features
-
length
int length
-
-
Class cc.mallet.types.FeatureSequenceWithBigrams extends cc.mallet.types.FeatureSequence implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
biDictionary
cc.mallet.types.Alphabet biDictionary
-
biFeatures
int[] biFeatures
-
-
Class cc.mallet.types.FeatureVector extends cc.mallet.types.SparseVector implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dictionary
cc.mallet.types.Alphabet dictionary
-
-
Class cc.mallet.types.FeatureVectorSequence extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
alphabet
cc.mallet.types.Alphabet alphabet
-
sequence
cc.mallet.types.FeatureVector[] sequence
-
-
Class cc.mallet.types.GainRatio extends cc.mallet.types.RankedFeatureVector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_baseEntropy
double m_baseEntropy
-
m_baseLabelDistribution
cc.mallet.types.LabelVector m_baseLabelDistribution
-
m_minNumInsts
int m_minNumInsts
-
m_numSplitPointsForBestFeature
int m_numSplitPointsForBestFeature
-
m_splitPoints
double[] m_splitPoints
-
-
Class cc.mallet.types.GradientGain extends cc.mallet.types.RankedFeatureVector implements Serializable
-
Class cc.mallet.types.HashedSparseVector extends cc.mallet.types.SparseVector implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
index2location
gnu.trove.TIntIntHashMap index2location
-
maxIndex
int maxIndex
-
-
Class cc.mallet.types.IndexedSparseVector extends cc.mallet.types.SparseVector implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class cc.mallet.types.InfoGain extends cc.mallet.types.RankedFeatureVector implements Serializable
-
Serialized Fields
-
baseEntropy
double baseEntropy
-
baseLabelDistribution
cc.mallet.types.LabelVector baseLabelDistribution
-
-
-
Class cc.mallet.types.Instance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class cc.mallet.types.InstanceList extends ArrayList<cc.mallet.types.Instance> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dataAlphabet
cc.mallet.types.Alphabet dataAlphabet
-
dataClass
Class dataClass
-
featureSelection
cc.mallet.types.FeatureSelection featureSelection
-
instWeights
HashMap<cc.mallet.types.Instance,Double> instWeights
-
perLabelFeatureSelection
cc.mallet.types.FeatureSelection[] perLabelFeatureSelection
-
pipe
cc.mallet.pipe.Pipe pipe
-
targetAlphabet
cc.mallet.types.Alphabet targetAlphabet
-
targetClass
Class targetClass
-
-
Class cc.mallet.types.InstanceList.CrossValidationIterator extends Object implements Serializable
-
Serialized Fields
-
folds
cc.mallet.types.InstanceList[] folds
-
index
int index
-
nfolds
int nfolds
-
-
-
Class cc.mallet.types.KLGain extends cc.mallet.types.RankedFeatureVector implements Serializable
-
Class cc.mallet.types.Label extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dictionary
cc.mallet.types.LabelAlphabet dictionary
-
entry
Object entry
-
index
int index
-
-
Class cc.mallet.types.LabelAlphabet extends cc.mallet.types.Alphabet implements Serializable
-
Serialized Fields
-
labels
ArrayList labels
-
-
-
Class cc.mallet.types.Labels extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
labels
cc.mallet.types.Label[] labels
-
-
Class cc.mallet.types.LabelSequence extends cc.mallet.types.FeatureSequence implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class cc.mallet.types.LabelsSequence extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
seq
cc.mallet.types.Labels[] seq
-
-
Class cc.mallet.types.LabelVector extends cc.mallet.types.RankedFeatureVector implements Serializable
-
Class cc.mallet.types.MalletAlphabetWrapper extends cc.mallet.types.Alphabet implements Serializable
- serialVersionUID:
- -7355254832346011464L
-
Class cc.mallet.types.Matrix2 extends cc.mallet.types.DenseMatrix implements Serializable
-
Serialized Fields
-
nc
int nc
Deprecated. -
nr
int nr
Deprecated.
-
-
-
Class cc.mallet.types.Matrixn extends cc.mallet.types.DenseMatrix implements Serializable
- serialVersionUID:
- 7963668115823191655L
-
Serialized Fields
-
numDimensions
int numDimensions
-
sizes
int[] sizes
-
-
Class cc.mallet.types.MultiInstanceList extends cc.mallet.types.InstanceList implements Serializable
- serialVersionUID:
- -7177121200386974657L
-
Serialized Fields
-
lists
cc.mallet.types.InstanceList[] lists
-
offsets
int[] offsets
-
-
Class cc.mallet.types.Multinomial extends cc.mallet.types.FeatureVector implements Serializable
- serialVersionUID:
- 1L
-
Class cc.mallet.types.Multinomial.Estimator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
counts
double[] counts
-
dictionary
cc.mallet.types.Alphabet dictionary
-
size
int size
-
-
Class cc.mallet.types.Multinomial.LaplaceEstimator extends cc.mallet.types.Multinomial.MEstimator implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class cc.mallet.types.Multinomial.Logged extends cc.mallet.types.Multinomial implements Serializable
- serialVersionUID:
- 1L
-
Class cc.mallet.types.Multinomial.MAPEstimator extends cc.mallet.types.Multinomial.Estimator implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
prior
cc.mallet.types.Dirichlet prior
-
-
Class cc.mallet.types.Multinomial.MEstimator extends cc.mallet.types.Multinomial.Estimator implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
m
double m
-
-
Class cc.mallet.types.Multinomial.MLEstimator extends cc.mallet.types.Multinomial.MEstimator implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class cc.mallet.types.PagedInstanceList extends cc.mallet.types.InstanceList implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
collectGarbage
boolean collectGarbage
-
dirty
BitSet dirty
-
id
VMID id
-
inMemoryPageIds
int[] inMemoryPageIds
-
inMemoryPages
cc.mallet.types.InstanceList[] inMemoryPages
-
instancesPerPage
int instancesPerPage
-
noopPipe
cc.mallet.pipe.Pipe noopPipe
-
size
int size
-
swapDir
File swapDir
-
swapIns
int swapIns
-
swapInTime
long swapInTime
-
swapOuts
int swapOuts
-
swapOutTime
long swapOutTime
-
-
Class cc.mallet.types.PartiallyRankedFeatureVector extends cc.mallet.types.RankedFeatureVector implements Serializable
-
Serialized Fields
-
numRanked
int numRanked
-
-
-
Class cc.mallet.types.RankedFeatureVector extends cc.mallet.types.FeatureVector implements Serializable
-
Serialized Fields
-
rankOrder
int[] rankOrder
-
sortedTo
int sortedTo
-
-
-
Class cc.mallet.types.ROCData extends Object implements Serializable
- serialVersionUID:
- -2060194953037720640L
-
Serialized Fields
-
counts
int[][][] counts
-
labelAlphabet
cc.mallet.types.LabelAlphabet labelAlphabet
-
thresholds
double[] thresholds
-
-
Class cc.mallet.types.SparseMatrixn extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
numDimensions
int numDimensions
-
singleSize
int singleSize
-
sizes
int[] sizes
-
values
cc.mallet.types.SparseVector values
-
-
Class cc.mallet.types.SparseVector extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
hasInfinite
boolean hasInfinite
-
indices
int[] indices
-
values
double[] values
-
-
Class cc.mallet.types.StringEditFeatureVectorSequence extends cc.mallet.types.FeatureVectorSequence implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
block1Indices
int[] block1Indices
-
block2Indices
int[] block2Indices
-
delim
char delim
-
lexicon
gnu.trove.TObjectIntHashMap lexicon
-
string1
String string1
-
string1Blocks
String[] string1Blocks
-
string1Length
int string1Length
-
string1Present
gnu.trove.TObjectIntHashMap string1Present
-
string2
String string2
-
string2Blocks
String[] string2Blocks
-
string2Length
int string2Length
-
string2Present
gnu.trove.TObjectIntHashMap string2Present
-
-
Class cc.mallet.types.StringEditVector extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class cc.mallet.types.StringKernel extends LinkedHashMap implements Serializable
-
Serialized Fields
-
cache
boolean cache
-
lambda
double lambda
-
n
int n
-
normalizeCase
boolean normalizeCase
-
-
-
Class cc.mallet.types.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
features
cc.mallet.util.PropertyList features
-
properties
cc.mallet.util.PropertyList properties
-
text
String text
-
-
Class cc.mallet.types.TokenSequence extends ArrayList<cc.mallet.types.Token> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
properties
cc.mallet.util.PropertyList properties
-
-
-
Package org.dice_research.topicmodeling.algorithm.mallet
-
Class org.dice_research.topicmodeling.algorithm.mallet.MalletCorpusWrapper extends cc.mallet.types.InstanceList implements Serializable
- serialVersionUID:
- 4482043375784081193L
-
Class org.dice_research.topicmodeling.algorithm.mallet.MalletLdaInferenceWrapper extends cc.mallet.topics.TopicInferencer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cachedCoefficients
double[] cachedCoefficients
-
smoothingOnlyMass
double smoothingOnlyMass
-
-
Class org.dice_research.topicmodeling.algorithm.mallet.MalletLdaWrapper extends Object implements Serializable
- serialVersionUID:
- 979333314591827173L
-
Serialized Fields
-
alphabet
MalletAlphabetWrapper alphabet
-
malletRegexToken
String malletRegexToken
-
seed
long seed
-
topicModel
MalletLdaWrapper.MalletLDATopicModeler topicModel
-
-
Class org.dice_research.topicmodeling.algorithm.mallet.MalletLdaWrapper.MalletLDATopicModeler extends cc.mallet.topics.ParallelTopicModel implements Serializable
- serialVersionUID:
- 6008315609404219023L
-
Serialized Fields
-
inferenceIterations
int inferenceIterations
-
iteration
int iteration
-
topicWeights
double[] topicWeights
-
vocabulary
org.dice_research.topicmodeling.utils.vocabulary.Vocabulary vocabulary
-
wordTopicWeights
double[][] wordTopicWeights
-
-