Serialized Form
Package cc.mallet.classify |
weakClassifiers
Classifier[] weakClassifiers
alphas
double[] alphas
serialVersionUID: 1L
weakClassifiers
Classifier[] weakClassifiers
alphas
double[] alphas
baggedClassifiers
Classifier[] baggedClassifiers
weights
double[] weights
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
m_weights
double[][] m_weights
serialVersionUID: 1L
m_epsilon
double m_epsilon
m_delta
double m_delta
m_maxIterations
int m_maxIterations
m_coolingRate
double m_coolingRate
m_weights
double[][] m_weights
- Array of weights, one for each class and feature, initialized to 1.
For each class, there is an additional default "feature" weight
that is set to 1 in every example (it remains constant; this is
used to prevent the instance from having 0 dot product with a class).
classifier
BalancedWinnow classifier
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
m_root
C45.Node m_root
serialVersionUID: 1L
m_gainRatio
GainRatio m_gainRatio
m_ilist
InstanceList m_ilist
m_instIndices
int[] m_instIndices
m_dataDict
Alphabet m_dataDict
m_minNumInsts
int m_minNumInsts
m_parent
C45.Node m_parent
m_leftChild
C45.Node m_leftChild
m_rightChild
C45.Node m_rightChild
instance
Instance instance
classifier
Classifier classifier
labeling
Labeling labeling
instancePipe
Pipe instancePipe
ensemble
Classifier[] ensemble
weights
double[] weights
underlyingClassifier
Classifier underlyingClassifier
confidencePredictingClassifier
Classifier confidencePredictingClassifier
totalCorrect
double totalCorrect
totalIncorrect
double totalIncorrect
totalIncorrectIncorrect
double totalIncorrectIncorrect
totalIncorrectCorrect
double totalIncorrectCorrect
numCorrectInstances
int numCorrectInstances
numIncorrectInstances
int numIncorrectInstances
numConfidenceCorrect
int numConfidenceCorrect
numFalsePositive
int numFalsePositive
numFalseNegative
int numFalseNegative
serialVersionUID: 1L
root
DecisionTree.Node root
addFeaturesClassEntropyThreshold
double addFeaturesClassEntropyThreshold
serialVersionUID: 1L
featureIndex
int featureIndex
infoGain
double infoGain
ilist
InstanceList ilist
dictionary
Alphabet dictionary
labelEntropy
double labelEntropy
labeling
Labeling labeling
parent
DecisionTree.Node parent
child0
DecisionTree.Node child0
child1
DecisionTree.Node child1
name
java.lang.String name
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
parameters
double[] parameters
defaultFeatureIndex
int defaultFeatureIndex
featureSelection
FeatureSelection featureSelection
perClassFeatureSelection
FeatureSelection[] perClassFeatureSelection
serialVersionUID: 1L
normalize
boolean normalize
useValues
boolean useValues
constraintsFile
java.lang.String constraintsFile
numIterations
int numIterations
maxIterations
int maxIterations
temperature
double temperature
gaussianPriorVariance
double gaussianPriorVariance
constraints
java.util.ArrayList<E> constraints
trainingList
InstanceList trainingList
classifier
MaxEnt classifier
ge
MaxEntOptimizableByGE ge
opt
Optimizer opt
serialVersionUID: 1L
l2
boolean l2
normalize
boolean normalize
useValues
boolean useValues
constraintsFile
java.lang.String constraintsFile
numIterations
int numIterations
maxIterations
int maxIterations
temperature
double temperature
gaussianPriorVariance
double gaussianPriorVariance
constraints
java.util.ArrayList<E> constraints
trainingList
InstanceList trainingList
classifier
MaxEnt classifier
ge
MaxEntOptimizableByGE ge
opt
Optimizer opt
serialVersionUID: 1L
l1Weight
double l1Weight
numIterations
int numIterations
gaussianPriorVariance
double gaussianPriorVariance
l1Weight
double l1Weight
maximizerClass
java.lang.Class<T> maximizerClass
trainingSet
InstanceList trainingSet
initialClassifier
MaxEnt initialClassifier
optimizable
MaxEntOptimizableByLabelLikelihood optimizable
optimizer
Optimizer optimizer
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
parameters
double[] parameters
defaultFeatureIndex
int defaultFeatureIndex
featureSelection
FeatureSelection featureSelection
perClassFeatureSelection
FeatureSelection[] perClassFeatureSelection
numGetValueCalls
int numGetValueCalls
numGetValueGradientCalls
int numGetValueGradientCalls
numIterations
int numIterations
usingMultiConditionalTraining
boolean usingMultiConditionalTraining
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
maximizerClass
java.lang.Class<T> maximizerClass
generativeWeighting
double generativeWeighting
mt
cc.mallet.classify.MCMaxEntTrainer.MaximizableTrainer mt
initialClassifier
MCMaxEnt initialClassifier
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prior
Multinomial.Logged prior
p
Multinomial.Logged[] p
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
featureEstimator
Multinomial.Estimator featureEstimator
priorEstimator
Multinomial.Estimator priorEstimator
me
Multinomial.Estimator[] me
pe
Multinomial.Estimator pe
docLengthNormalization
double docLengthNormalization
classifier
NaiveBayes classifier
instancePipe
Pipe instancePipe
dataAlphabet
Alphabet dataAlphabet
targetAlphabet
Alphabet targetAlphabet
serialVersionUID: 1L
numLabels
int numLabels
parameters
double[][] parameters
constraints
java.util.ArrayList<E> constraints
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
classifier
Classifier classifier
weights
double[][] weights
- array of weights, one for each feature, initialized to 1
theta
double theta
- threshold for sum of wi*xi in formulating guess
Package cc.mallet.classify.evaluate |
top
int top
bottom
int bottom
left
int left
right
int right
titleHeight
int titleHeight
labelWidth
int labelWidth
fm
java.awt.FontMetrics fm
padding
int padding
title
java.lang.String title
xLabel
java.lang.String xLabel
yLabel
java.lang.String yLabel
xLabelHeight
int xLabelHeight
yLabelWidth
int yLabelWidth
min
int min
max
int max
xmin
int xmin
xmax
int xmax
legend
Graph.Legend legend
items
java.util.Vector<E> items
increment
int increment
position
int position
Package cc.mallet.cluster |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
instancePipe
Pipe instancePipe
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
numLabels
int numLabels
labels
int[] labels
instances
InstanceList instances
serialVersionUID: 1L
clusterings
Clustering[] clusterings
serialVersionUID: 1L
stoppingThreshold
double stoppingThreshold
- Converged when merge score is below this value.
converged
boolean converged
- True if should stop clustering.
scoreCache
PairwiseMatrix scoreCache
- Cache for calls to
NeighborhoodEvaluator
. In some
experiments, reduced running time by nearly half.
serialVersionUID: 1L
doPostConvergenceMerges
boolean doPostConvergenceMerges
- If true, perform greedy agglomerative clustering on the clusters
at the end of convergence. This may alleviate the greediness of
the byDensity clustering algorithm.
unclusteredInstances
gnu.trove.TIntArrayList unclusteredInstances
- Integers representing the Instance indices that have not yet been placed in a cluster.
instanceBeingClustered
int instanceBeingClustered
- Index of an Instance in the cluster currently being created.
random
java.util.Random random
- Randomness to order instanceBeingClustered.
evaluator
NeighborEvaluator evaluator
serialVersionUID: 1L
randinator
java.util.Random randinator
metric
Metric metric
numClusters
int numClusters
emptyAction
int emptyAction
clusterMeans
java.util.ArrayList<E> clusterMeans
serialVersionUID: 1L
fieldAlph
Alphabet fieldAlph
valueAlph
Alphabet valueAlph
field2values
gnu.trove.TIntObjectHashMap<V> field2values
Package cc.mallet.cluster.neighbor_evaluator |
serialVersionUID: 1L
newCluster
int[] newCluster
- Instance indices in the new, merged cluster.
oldClusters
int[][] oldClusters
- Instance indices in the old, pre-merged clusters.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
classifier
Classifier classifier
- The Classifier used to assign a score to each
Neighbor
.
scoringLabel
java.lang.String scoringLabel
- The label corresponding to a positive instance (e.g. "YES").
serialVersionUID: 1L
singleLink
boolean singleLink
- If single link is true, then the score of clusters A and B is the score of the link between the two medoids.
combiningStrategy
MedoidEvaluator.CombiningStrategy combiningStrategy
- How to combine a set of pairwise scores (e.g. mean, max, ...)... [currently not supported in this class]
mergeFirst
boolean mergeFirst
- If true, score all edges involved in a merge. If false, only
score the edges that croess the boundaries of the clusters being
merged.
scoreCache
PairwiseMatrix scoreCache
- Cache for calls to getScore. In some experiments, reduced running
time by nearly half.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
original
Clustering original
modified
Clustering modified
alphabet
Alphabet alphabet
serialVersionUID: 1L
combiningStrategy
PairwiseEvaluator.CombiningStrategy combiningStrategy
- How to combine a set of pairwise scores (e.g. mean, max, ...).
mergeFirst
boolean mergeFirst
- If true, score all edges involved in a merge. If false, only
score the edges that croess the boundaries of the clusters being
merged.
scoreCache
PairwiseMatrix scoreCache
- Cache for calls to getScore. In some experiments, reduced running
time by nearly half.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
random
Randoms random
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Package cc.mallet.cluster.tui |
serialVersionUID: 1L
exactMatchFields
int[] exactMatchFields
approxMatchFields
int[] approxMatchFields
substringMatchFields
int[] substringMatchFields
approxMatchThreshold
double approxMatchThreshold
Package cc.mallet.cluster.util |
serialVersionUID: 1L
vals
double[][] vals
Package cc.mallet.extract |
serialVersionUID: -8726127297313150023L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
confidenceEstimator
ExtractionConfidenceEstimator confidenceEstimator
underlyingFilter
TokenizationFilter underlyingFilter
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
crf
CRF crf
tokenizationPipe
Pipe tokenizationPipe
featurePipe
Pipe featurePipe
backgroundTag
java.lang.String backgroundTag
filter
TokenizationFilter filter
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
input
Tokenization input
predictedLabels
Sequence<E> predictedLabels
target
LabelSequence target
extractedSpans
LabeledSpans extractedSpans
targetSpans
LabeledSpans targetSpans
document
java.lang.Object document
backgroundTag
Label backgroundTag
name
java.lang.String name
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
span
Span span
label
Label label
isBackground
boolean isBackground
confidence
double confidence
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
document
java.lang.Object document
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
document
java.lang.CharSequence document
start
int start
end
int end
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
document
java.lang.CharSequence document
confidenceEstimator
TransducerConfidenceEstimator confidenceEstimator
featurePipe
Pipe featurePipe
Package cc.mallet.extract.pipe |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList<E> states
initialStates
java.util.ArrayList<E> initialStates
name2state
java.util.HashMap<K,V> name2state
parameters
CRF.Factors parameters
globalFeatureSelection
FeatureSelection globalFeatureSelection
featureSelections
FeatureSelection[] featureSelections
featureInducers
java.util.ArrayList<E> featureInducers
weightsValueChangeStamp
int weightsValueChangeStamp
weightsStructureChangeStamp
int weightsStructureChangeStamp
cachedNumParametersStamp
int cachedNumParametersStamp
numParameters
int numParameters
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
weightAlphabet
Alphabet weightAlphabet
weights
SparseVector[] weights
defaultWeights
double[] defaultWeights
weightsFrozen
boolean[] weightsFrozen
initialWeights
double[] initialWeights
finalWeights
double[] finalWeights
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
index
int index
destinationNames
java.lang.String[] destinationNames
destinations
CRF.State[] destinations
weightsIndices
int[][] weightsIndices
labels
java.lang.String[] labels
crf
CRF crf
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
source
CRF.State source
index
int index
nextIndex
int nextIndex
weights
double[] weights
input
FeatureVector input
crf
CRF crf
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
crf
CRF crf
trainingSet
InstanceList trainingSet
numBatches
int numBatches
expectations
java.util.List<E> expectations
constraints
CRF.Factors constraints
cachedValue
double[] cachedValue
cachedGradient
java.util.List<E> cachedGradient
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
trainingSet
InstanceList trainingSet
cachedValue
double cachedValue
cachedGradient
double[] cachedGradient
infiniteValues
java.util.BitSet infiniteValues
crf
CRF crf
constraints
CRF.Factors constraints
expectations
CRF.Factors expectations
cachedValueWeightsStamp
int cachedValueWeightsStamp
cachedGradientWeightsStamp
int cachedGradientWeightsStamp
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
trainingSet
InstanceList trainingSet
cachedValue
double cachedValue
cachedGradie
double[] cachedGradie
infiniteValues
java.util.BitSet infiniteValues
crf
CRF crf
opts
Optimizable.ByGradientValue[] opts
serialVersionUID: 1L
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList<E> states
initialStates
java.util.ArrayList<E> initialStates
name2state
java.util.HashMap<K,V> name2state
initialStateCounts
Multinomial.Estimator initialStateCounts
finalStateCounts
Multinomial.Estimator finalStateCounts
trainable
boolean trainable
serialVersionUID: 1L
name
java.lang.String name
index
int index
initialWeight
double initialWeight
finalWeight
double finalWeight
transitions
FeatureTransducer.Transition[] transitions
input2transitions
gnu.trove.TIntObjectHashMap<V> input2transitions
transitionCounts
Multinomial.Estimator transitionCounts
transducer
FeatureTransducer transducer
index
int index
transition
FeatureTransducer.Transition transition
source
FeatureTransducer.State source
input
int input
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList<E> states
initialStates
java.util.ArrayList<E> initialStates
name2state
java.util.HashMap<K,V> name2state
transitionEstimator
Multinomial.Estimator[] transitionEstimator
emissionEstimator
Multinomial.Estimator[] emissionEstimator
initialEstimator
Multinomial.Estimator initialEstimator
transitionMultinomial
Multinomial[] transitionMultinomial
emissionMultinomial
Multinomial[] emissionMultinomial
initialMultinomial
Multinomial initialMultinomial
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
index
int index
initialWeight
double initialWeight
finalWeight
double finalWeight
destinationNames
java.lang.String[] destinationNames
destinations
HMM.State[] destinations
labels
java.lang.String[] labels
hmm
HMM hmm
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
source
HMM.State source
index
int index
nextIndex
int nextIndex
inputPos
int inputPos
weights
double[] weights
inputSequence
FeatureSequence inputSequence
inputFeature
java.lang.Integer inputFeature
hmm
HMM hmm
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
trainingSet
InstanceList trainingSet
sum
double sum
infiniteValues
java.util.BitSet infiniteValues
serialVersionUID: -2059308802200728625L
bw
int bw
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
sumLatticeFactory
SumLatticeFactory sumLatticeFactory
maxLatticeFactory
MaxLatticeFactory maxLatticeFactory
inputPipe
Pipe inputPipe
- A pipe that should produce a Sequence in the "data" slot, (and possibly one in the "target" slot also
outputPipe
Pipe outputPipe
- A pipe that should expect the Transducer's output sequence in the "target" slot,
and should produce something printable in the "source" slot that
indicates the results of transduction.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Package cc.mallet.fst.confidence |
serialVersionUID: 1L
string2stateIndex
java.util.HashMap<K,V> string2stateIndex
string2stateIndex
java.util.HashMap<K,V> string2stateIndex
meTrainer
MaxEntTrainer meTrainer
meClassifier
MaxEnt meClassifier
pipe
Pipe pipe
correct
java.lang.String correct
incorrect
java.lang.String incorrect
generator
java.util.Random generator
model
Transducer model
segmentConfidences
java.util.Vector<E> segmentConfidences
Package cc.mallet.fst.semi_supervised |
serialVersionUID: 1L
cachedValueWeightsStamp
int cachedValueWeightsStamp
cachedGradientWeightsStamp
int cachedGradientWeightsStamp
expectations
CRF.Factors expectations
incrementor
Transducer.Incrementor incrementor
data
InstanceList data
crf
CRF crf
scalingFactor
double scalingFactor
cachedValue
double cachedValue
cachedGradient
double[] cachedGradient
Package cc.mallet.fst.semi_supervised.pr |
serialVersionUID: 1L
source
CRF.State source
index
int index
nextIndex
int nextIndex
weights
double[] weights
input
java.lang.Object input
serialVersionUID: 1L
cacheStale
boolean cacheStale
numParameters
int numParameters
numThreads
int numThreads
trainingSet
InstanceList trainingSet
cachedValue
double cachedValue
cachedGradient
double[] cachedGradient
crf
CRF crf
executor
java.util.concurrent.ThreadPoolExecutor executor
cachedDots
double[][][][] cachedDots
model
PRAuxiliaryModel model
serialVersionUID: 1L
cachedValueWeightsStamp
int cachedValueWeightsStamp
cachedGradientWeightsStamp
int cachedGradientWeightsStamp
numParameters
int numParameters
numThreads
int numThreads
weight
double weight
gaussianPriorVariance
double gaussianPriorVariance
cachedValue
double cachedValue
cachedGradient
double[] cachedGradient
initialProbList
java.util.List<E> initialProbList
finalProbList
java.util.List<E> finalProbList
transitionProbList
java.util.List<E> transitionProbList
trainingSet
InstanceList trainingSet
crf
CRF crf
constraints
CRF.Factors constraints
expectations
CRF.Factors expectations
executor
java.util.concurrent.ThreadPoolExecutor executor
auxModel
PRAuxiliaryModel auxModel
serialVersionUID: 1L
numParameters
int numParameters
parameters
double[][] parameters
constraints
java.util.ArrayList<E> constraints
baseModel
CRF baseModel
Package cc.mallet.fst.tests |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Package cc.mallet.grmm.examples |
lvl1
int lvl1
lvl2
int lvl2
Package cc.mallet.grmm.inference |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
normalizeBeliefs
boolean normalizeBeliefs
threshold
double threshold
useCaching
boolean useCaching
messager
AbstractBeliefPropagation.MessageStrategy messager
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
damping
double damping
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
inLogSpace
boolean inLogSpace
propagator
cc.mallet.grmm.inference.JunctionTreePropagation propagator
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
maxIter
int maxIter
rand
java.util.Random rand
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
maxIter
int maxIter
rand
java.util.Random rand
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
N
int N
sampler
Sampler sampler
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
factory
TRP.TreeFactory factory
terminator
TRP.TerminationCondition terminator
random
java.util.Random random
serialVersionUID: -7461763414516915264L
delta
double delta
cterminator
TRP.ConvergenceTerminator cterminator
iterminator
TRP.IterationTerminator iterminator
msg
java.lang.String msg
current
int current
max
int max
lst
java.util.List<E> lst
it
java.util.Iterator<E> it
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Package cc.mallet.grmm.inference.gbp |
regioner
RegionGraphGenerator regioner
sender
MessageStrategy sender
useInertia
boolean useInertia
inertiaWeight
double inertiaWeight
oldMessages
cc.mallet.grmm.inference.gbp.MessageArray oldMessages
newMessages
cc.mallet.grmm.inference.gbp.MessageArray newMessages
rg
cc.mallet.grmm.inference.gbp.RegionGraph rg
mdl
FactorGraph mdl
Package cc.mallet.grmm.learning |
serialVersionUID: 2865175696692468236L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
templates
ACRF.Template[] templates
fixedPtls
java.util.List<E> fixedPtls
graphProcessor
ACRF.GraphPostProcessor graphProcessor
inputAlphabet
Alphabet inputAlphabet
globalInferencer
Inferencer globalInferencer
viterbi
Inferencer viterbi
defaultFeatureIndex
int defaultFeatureIndex
inputPipe
Pipe inputPipe
cacheUnrolledGraphs
boolean cacheUnrolledGraphs
gaussianPriorVariance
double gaussianPriorVariance
doSizeScale
boolean doSizeScale
serialVersionUID: 8944142287103225874L
factor
int factor
trainData
InstanceList trainData
cachedValue
double cachedValue
cachedGradient
double[] cachedGradient
infiniteValues
java.util.BitSet infiniteValues
cachedValueStale
boolean cachedValueStale
cachedGradientStale
boolean cachedGradientStale
numParameters
int numParameters
totalNodes
int totalNodes
inferencer
Inferencer inferencer
constraints
SparseVector[][] constraints
expectations
SparseVector[][] expectations
defaultConstraints
SparseVector[] defaultConstraints
defaultExpectations
SparseVector[] defaultExpectations
gradCallNo
int gradCallNo
serialVersionUID: 1L
factor0
int factor0
factor1
int factor1
serialVersionUID: -727618747254644076L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
unsupportedWeightsAdded
boolean unsupportedWeightsAdded
weights
SparseVector[] weights
assignmentsPresent
java.util.BitSet assignmentsPresent
supportedOnly
boolean supportedOnly
index
int index
defaultWeights
SparseVector defaultWeights
trainable
boolean trainable
serialVersionUID: 1L
factor
int factor
allVars
java.util.List<E> allVars
- Array of Variables containing all nodes in model.
cliques
java.util.List<E> cliques
- Array containing all instantiated cliques (UnrolledClique) in the model.
numSlices
int numSlices
- The number of Label objects in each Labels object
isCached
boolean isCached
instance
Instance instance
fvs
FeatureVectorSequence fvs
assignment
Assignment assignment
outputAlphabets
LabelAlphabet[] outputAlphabets
acrf
ACRF acrf
allTemplates
java.util.List<E> allTemplates
isFactorsAdded
boolean isFactorsAdded
uvsMap
gnu.trove.THashMap<K,V> uvsMap
lastResids
double[] lastResids
observedVars
gnu.trove.TObjectIntHashMap<K> observedVars
tmpl
ACRF.Template tmpl
fv
FeatureVector fv
vars
Variable[] vars
factor
Factor factor
graph
ACRF.UnrolledGraph graph
lastChange
double lastChange
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
labelDicts
java.util.ArrayList<E> labelDicts
numLabels
int numLabels
includeTokenText
boolean includeTokenText
textFeaturePrefix
java.lang.String textFeaturePrefix
featuresIncludeToken
boolean featuresIncludeToken
labelsAtEnd
boolean labelsAtEnd
acrf
ACRF acrf
trainData
InstanceList trainData
templates
ACRF.Template[] templates
fixedTmpls
ACRF.Template[] fixedTmpls
infiniteValues
java.util.BitSet infiniteValues
numParameters
int numParameters
gaussianPriorVariance
double gaussianPriorVariance
constraints
SparseVector[][] constraints
expectations
SparseVector[][] expectations
defaultConstraints
SparseVector[] defaultConstraints
defaultExpectations
SparseVector[] defaultExpectations
numInBatch
int numInBatch
acrf
ACRF acrf
trainData
InstanceList trainData
templates
ACRF.Template[] templates
fixedTmpls
ACRF.Template[] fixedTmpls
infiniteValues
java.util.BitSet infiniteValues
numParameters
int numParameters
gaussianPriorVariance
double gaussianPriorVariance
constraints
SparseVector[][] constraints
expectations
SparseVector[][] expectations
defaultConstraints
SparseVector[] defaultConstraints
defaultExpectations
SparseVector[] defaultExpectations
Package cc.mallet.grmm.learning.extract |
acrf
ACRF acrf
tokPipe
Pipe tokPipe
featurePipe
Pipe featurePipe
slice
int slice
backgroundTag
java.lang.String backgroundTag
filter
TokenizationFilter filter
Package cc.mallet.grmm.learning.templates |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
factor
int factor
distinguishEndpts
boolean distinguishEndpts
wordFeaturesOnly
boolean wordFeaturesOnly
excludeAdjacent
boolean excludeAdjacent
binner
SimilarTokensTemplate.FeatureVectorBinner binner
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
findWordPtn1
java.util.regex.Pattern findWordPtn1
findWordPtn2
java.util.regex.Pattern findWordPtn2
findWordExcludePtn
java.util.regex.Pattern findWordExcludePtn
wordIncludePattern
java.util.regex.Pattern wordIncludePattern
Package cc.mallet.grmm.types |
vars
VarSet vars
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
universe
Universe universe
- Maps all of the Variable objects of this distribution
to an integer that says which dimension in the probs
matrix correspands to that var.
vars
VarSet vars
numVars
int numVars
- Number of variables in this potential.
reorderingMap
int[] reorderingMap
sizesAsPassed
int[] sizesAsPassed
sizesAsSorted
int[] sizesAsSorted
probs
Matrix probs
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
scale
double scale
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
map
gnu.trove.TObjectIntHashMap<K> map
entries
java.util.ArrayList<E> entries
growthStopped
boolean growthStopped
theta1
Variable theta1
theta2
Variable theta2
var
Variable var
sigma
double sigma
x1
Variable x1
x2
Variable x2
theta
double theta
var
Variable var
serialVersionUID: -2934945791792969816L
c
double c
subFactor
DiscreteFactor subFactor
parents
VarSet parents
child
Variable child
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
allCpts
java.util.Map<K,V> allCpts
graph
org._3pq.jgrapht.DirectedGraph graph
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
factors
java.util.List<E> factors
clique2ptl
gnu.trove.THashMap<K,V> clique2ptl
- Set of clique potential for this graph.
Ordinarily will map Cliques to DiscretePotentials.
universe
Universe universe
projectionMap
gnu.trove.TIntIntHashMap projectionMap
my2global
int[] my2global
factorsAlphabet
BidirectionalIntObjectMap factorsAlphabet
numNodes
int numNodes
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
verts
gnu.trove.THashSet<E> verts
vertsList
java.util.ArrayList<E> vertsList
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
cachedWeight
int cachedWeight
mean
no.uib.cipr.matrix.Vector mean
variance
no.uib.cipr.matrix.Matrix variance
alpha
Variable alpha
xs
VarSet xs
vars
Variable[][] vars
width
int width
height
int height
edges
java.util.Set<E> edges
var
Variable var
min
double min
max
double max
val
double val
var
Variable var
mean
double mean
variance
double variance
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
variableAlphabet
BidirectionalIntObjectMap variableAlphabet
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
label
java.lang.String label
outcomes
LabelAlphabet outcomes
universe
Universe universe
index
int index
Package cc.mallet.grmm.util |
id
int id
idx2var
Variable[][] idx2var
lblseq
LabelsSequence lblseq
var2label
java.util.Map<K,V> var2label
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
backing
gnu.trove.TIntObjectHashMap<V> backing
slice
int slice
Package cc.mallet.optimize |
serialVersionUID: 1L
m_predRanks2add
int[] m_predRanks2add
m_tokenClassifiers
AddClassifierTokenPredictions.TokenClassifiers m_tokenClassifiers
m_binary
boolean m_binary
m_inProduction
boolean m_inProduction
m_dataAlphabet
Alphabet m_dataAlphabet
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
m_numCV
int m_numCV
m_randSeed
int m_randSeed
m_trainer
ClassifierTrainer<C extends Classifier> m_trainer
m_tokenClassifier
Classifier m_tokenClassifier
m_table
java.util.HashMap<K,V> m_table
conjunctions
FeatureConjunction.List conjunctions
pipes
java.util.ArrayList<E> pipes
- Deprecated.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
n
int n
distinguishBorders
boolean distinguishBorders
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
lexer
CharSequenceLexer lexer
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
regex
java.util.regex.Pattern regex
replacement
java.lang.String replacement
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
regex
java.util.regex.Pattern regex
groupIndex
int groupIndex
lexer
CharSequenceLexer lexer
numberFeatures
int numberFeatures
fileFilter
java.io.FileFilter fileFilter
labelPattern
java.util.regex.Pattern labelPattern
serialVersionUID: 1L
counter
FeatureCounter counter
serialVersionUID: 1L
counter
FeatureCounter counter
numInstances
int numInstances
binary
boolean binary
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
binary
boolean binary
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 2L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
encoding
java.lang.String encoding
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
minCount
int minCount
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
lexer
CharSequenceLexer lexer
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- This gets called after readObject; it lets the object decide whether
to return itself or return a previously read in version.
We use a hashMap of instanceIds to determine if we have already read
in this object.
- Throws:
java.io.ObjectStreamException
dataAlphabet
Alphabet dataAlphabet
targetAlphabet
Alphabet targetAlphabet
dataAlphabetResolved
boolean dataAlphabetResolved
targetAlphabetResolved
boolean targetAlphabetResolved
targetProcessing
boolean targetProcessing
instanceId
java.rmi.dgc.VMID instanceId
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
stream
java.io.PrintStream stream
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
sgmlPattern
java.util.regex.Pattern sgmlPattern
lexer
CharSequenceLexer lexer
backgroundTag
java.lang.String backgroundTag
allowedTags
java.util.Set<E> allowedTags
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
pipes
java.util.ArrayList<E> pipes
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
sgmlPattern
java.util.regex.Pattern sgmlPattern
lexer
CharSequenceLexer lexer
backgroundTag
java.lang.String backgroundTag
saveSource
boolean saveSource
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
setTokensAsFeatures
boolean setTokensAsFeatures
serialVersionUID: 1L
stoplist
java.util.HashSet<E> stoplist
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
lexer
CharSequenceLexer lexer
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
delim
java.lang.String delim
serialVersionUID: 1L
totalNanos
long totalNanos
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -461155063551297878L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
backgroundLabel
java.lang.String backgroundLabel
offset
boolean offset
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
augmentable
boolean augmentable
binary
boolean binary
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
biDictionary
Alphabet biDictionary
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
augmentable
boolean augmentable
binary
boolean binary
growAlphabet
boolean growAlphabet
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
regex
java.util.regex.Pattern regex
dataGroup
int dataGroup
targetGroup
int targetGroup
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
gramSizes
int[] gramSizes
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
realValued
boolean realValued
specifyFeatureNames
boolean specifyFeatureNames
nameValueSeparator
java.lang.String nameValueSeparator
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
markDeletions
boolean markDeletions
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
stoplist
java.util.HashSet<E> stoplist
caseSensitive
boolean caseSensitive
markDeletions
boolean markDeletions
Package cc.mallet.pipe.tests |
Package cc.mallet.pipe.tsf |
regex
java.util.regex.Pattern regex
feature
java.lang.String feature
normalizeByCharLength
boolean normalizeByCharLength
countIsBinary
boolean countIsBinary
regex
java.util.regex.Pattern regex
feature
java.lang.String feature
offsets
int[] offsets
normalizeByMatchCount
boolean normalizeByMatchCount
feature
java.lang.String feature
regex
java.util.regex.Pattern regex
moreSpecificRegex
java.util.regex.Pattern moreSpecificRegex
normalizeByRegexMatches
boolean normalizeByRegexMatches
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
namePrefix
java.lang.String namePrefix
namePrefixLeft
java.lang.String namePrefixLeft
leftBoundary
int leftBoundary
rightBoundary
int rightBoundary
featureRegex
java.util.regex.Pattern featureRegex
includeBeginEndBoundaries
boolean includeBeginEndBoundaries
includeCurrentToken
boolean includeCurrentToken
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
namePrefix
java.lang.String namePrefix
firstMentionName
java.lang.String firstMentionName
featureRegex
java.util.regex.Pattern featureRegex
filterRegex
java.util.regex.Pattern filterRegex
includeFiltered
boolean includeFiltered
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
lexicon
gnu.trove.THashSet<E> lexicon
ignoreCase
boolean ignoreCase
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
conjunctions
int[][] conjunctions
includeOriginalSingletons
boolean includeOriginalSingletons
featureRegex
java.util.regex.Pattern featureRegex
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
thisFeatureName
java.lang.String thisFeatureName
featurePatterns
java.util.regex.Pattern[] featurePatterns
offsets
int[] offsets
isNonNegated
boolean[] isNonNegated
tagAllTimesteps
boolean tagAllTimesteps
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
conjunctions
int[][] conjunctions
includeOriginalSingletons
boolean includeOriginalSingletons
propertyKey
java.lang.String propertyKey
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
regex
java.util.regex.Pattern regex
feature
java.lang.String feature
writer
java.io.PrintWriter writer
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
backgroundTag
java.lang.String backgroundTag
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
featureName
java.lang.String featureName
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
matchingRegex
java.util.regex.Pattern matchingRegex
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
gramSizes
int[] gramSizes
distinguishBorders
boolean distinguishBorders
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
prefixLength
int prefixLength
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
suffixLength
int suffixLength
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prefix
java.lang.String prefix
gramSizes
int[] gramSizes
distinguishBorders
boolean distinguishBorders
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
ignoreCase
boolean ignoreCase
lexicon
cc.mallet.pipe.tsf.TrieLexiconMembership.TrieLexicon lexicon
Package cc.mallet.share.casutton.ner |
serialVersionUID: -7326674871670572522L
saveSource
boolean saveSource
doConjunctions
boolean doConjunctions
doTags
boolean doTags
doPhrases
boolean doPhrases
doSpelling
boolean doSpelling
doDigitCollapses
boolean doDigitCollapses
doDowncasing
boolean doDowncasing
Package cc.mallet.share.mccallum.ner |
saveSource
boolean saveSource
doConjunctions
boolean doConjunctions
doTags
boolean doTags
doPhrases
boolean doPhrases
doSpelling
boolean doSpelling
doDigitCollapses
boolean doDigitCollapses
doDowncasing
boolean doDowncasing
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Package cc.mallet.share.upenn.ner |
left
int left
right
int right
name
java.lang.String name
bins
int[] bins
binNames
java.lang.String[] binNames
name
java.lang.String name
lexicon
java.util.Set<E> lexicon
ignoreCase
boolean ignoreCase
min
int min
max
int max
name
java.lang.String name
regex
java.util.regex.Pattern regex
min
int min
max
int max
Package cc.mallet.share.weili.ner.enron |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
saveSource
boolean saveSource
headerPersonNames
java.util.HashSet<E> headerPersonNames
serialVersionUID: 1L
dmrParameters
MaxEnt dmrParameters
numFeatures
int numFeatures
defaultFeatureIndex
int defaultFeatureIndex
parameterPipe
Pipe parameterPipe
alphaCache
double[][] alphaCache
alphaSumCache
double[] alphaSumCache
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deprecated.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
numTopics
int numTopics
- Deprecated.
alpha
double alpha
- Deprecated.
beta
double beta
- Deprecated.
tAlpha
double tAlpha
- Deprecated.
vBeta
double vBeta
- Deprecated.
ilist
InstanceList ilist
- Deprecated.
topics
int[][] topics
- Deprecated.
numTypes
int numTypes
- Deprecated.
numTokens
int numTokens
- Deprecated.
docTopicCounts
int[][] docTopicCounts
- Deprecated.
typeTopicCounts
int[][] typeTopicCounts
- Deprecated.
tokensPerTopic
int[] tokensPerTopic
- Deprecated.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deprecated.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
data
java.util.ArrayList<E> data
- Deprecated.
alphabet
Alphabet alphabet
- Deprecated.
topicAlphabet
LabelAlphabet topicAlphabet
- Deprecated.
numTopics
int numTopics
- Deprecated.
numTypes
int numTypes
- Deprecated.
alpha
double[] alpha
- Deprecated.
alphaSum
double alphaSum
- Deprecated.
beta
double beta
- Deprecated.
betaSum
double betaSum
- Deprecated.
smoothingOnlyMass
double smoothingOnlyMass
- Deprecated.
cachedCoefficients
double[] cachedCoefficients
- Deprecated.
topicTermCount
int topicTermCount
- Deprecated.
betaTopicCount
int betaTopicCount
- Deprecated.
smoothingOnlyCount
int smoothingOnlyCount
- Deprecated.
testing
InstanceList testing
- Deprecated.
oneDocTopicCounts
int[] oneDocTopicCounts
- Deprecated.
typeTopicCounts
gnu.trove.TIntIntHashMap[] typeTopicCounts
- Deprecated.
tokensPerTopic
int[] tokensPerTopic
- Deprecated.
docLengthCounts
int[] docLengthCounts
- Deprecated.
topicDocCounts
int[][] topicDocCounts
- Deprecated.
iterationsSoFar
int iterationsSoFar
- Deprecated.
numIterations
int numIterations
- Deprecated.
burninPeriod
int burninPeriod
- Deprecated.
saveSampleInterval
int saveSampleInterval
- Deprecated.
optimizeInterval
int optimizeInterval
- Deprecated.
showTopicsInterval
int showTopicsInterval
- Deprecated.
wordsPerTopic
int wordsPerTopic
- Deprecated.
outputModelInterval
int outputModelInterval
- Deprecated.
outputModelFilename
java.lang.String outputModelFilename
- Deprecated.
saveStateInterval
int saveStateInterval
- Deprecated.
stateFilename
java.lang.String stateFilename
- Deprecated.
random
Randoms random
- Deprecated.
formatter
java.text.NumberFormat formatter
- Deprecated.
printLogLikelihood
boolean printLogLikelihood
- Deprecated.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
instance
Instance instance
model
LDAHyper model
topicSequence
LabelSequence topicSequence
topicDistribution
Labeling topicDistribution
test
java.util.ArrayList<E> test
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
numTopics
int numTopics
topicMask
int topicMask
topicBits
int topicBits
alpha
double[] alpha
alphaSum
double alphaSum
beta
double beta
betaSum
double betaSum
smoothingOnlyMass
double smoothingOnlyMass
cachedCoefficients
double[] cachedCoefficients
typeTopicCounts
int[][] typeTopicCounts
tokensPerTopic
int[] tokensPerTopic
random
Randoms random
data
java.util.ArrayList<E> data
alphabet
Alphabet alphabet
topicAlphabet
LabelAlphabet topicAlphabet
maxTopic
int maxTopic
numTopics
int numTopics
numTypes
int numTypes
alpha
double alpha
gamma
double gamma
beta
double beta
betaSum
double betaSum
typeTopicCounts
gnu.trove.TIntIntHashMap[] typeTopicCounts
tokensPerTopic
gnu.trove.TIntIntHashMap tokensPerTopic
docsPerTopic
gnu.trove.TIntIntHashMap docsPerTopic
totalDocTopics
int totalDocTopics
showTopicsInterval
int showTopicsInterval
wordsPerTopic
int wordsPerTopic
random
Randoms random
formatter
java.text.NumberFormat formatter
printLogLikelihood
boolean printLogLikelihood
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
data
java.util.ArrayList<E> data
alphabet
Alphabet alphabet
topicAlphabet
LabelAlphabet topicAlphabet
numTopics
int numTopics
topicMask
int topicMask
topicBits
int topicBits
numTypes
int numTypes
totalTokens
int totalTokens
alpha
double[] alpha
alphaSum
double alphaSum
beta
double beta
betaSum
double betaSum
usingSymmetricAlpha
boolean usingSymmetricAlpha
typeTopicCounts
int[][] typeTopicCounts
tokensPerTopic
int[] tokensPerTopic
docLengthCounts
int[] docLengthCounts
topicDocCounts
int[][] topicDocCounts
numIterations
int numIterations
burninPeriod
int burninPeriod
saveSampleInterval
int saveSampleInterval
optimizeInterval
int optimizeInterval
temperingInterval
int temperingInterval
showTopicsInterval
int showTopicsInterval
wordsPerTopic
int wordsPerTopic
saveStateInterval
int saveStateInterval
stateFilename
java.lang.String stateFilename
saveModelInterval
int saveModelInterval
modelFilename
java.lang.String modelFilename
randomSeed
int randomSeed
formatter
java.text.NumberFormat formatter
printLogLikelihood
boolean printLogLikelihood
typeTotals
int[] typeTotals
maxTypeCount
int maxTypeCount
numThreads
int numThreads
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
numLanguages
int numLanguages
data
java.util.ArrayList<E> data
topicAlphabet
LabelAlphabet topicAlphabet
numStopwords
int numStopwords
numTopics
int numTopics
testingIDs
java.util.HashSet<E> testingIDs
topicMask
int topicMask
topicBits
int topicBits
alphabets
Alphabet[] alphabets
vocabularySizes
int[] vocabularySizes
alpha
double[] alpha
alphaSum
double alphaSum
betas
double[] betas
betaSums
double[] betaSums
languageMaxTypeCounts
int[] languageMaxTypeCounts
languageSmoothingOnlyMasses
double[] languageSmoothingOnlyMasses
languageCachedCoefficients
double[][] languageCachedCoefficients
topicTermCount
int topicTermCount
betaTopicCount
int betaTopicCount
smoothingOnlyCount
int smoothingOnlyCount
oneDocTopicCounts
int[] oneDocTopicCounts
languageTypeTopicCounts
int[][][] languageTypeTopicCounts
languageTokensPerTopic
int[][] languageTokensPerTopic
docLengthCounts
int[] docLengthCounts
topicDocCounts
int[][] topicDocCounts
iterationsSoFar
int iterationsSoFar
numIterations
int numIterations
burninPeriod
int burninPeriod
saveSampleInterval
int saveSampleInterval
optimizeInterval
int optimizeInterval
showTopicsInterval
int showTopicsInterval
wordsPerTopic
int wordsPerTopic
saveModelInterval
int saveModelInterval
modelFilename
java.lang.String modelFilename
saveStateInterval
int saveStateInterval
stateFilename
java.lang.String stateFilename
random
Randoms random
formatter
java.text.NumberFormat formatter
printLogLikelihood
boolean printLogLikelihood
instances
Instance[] instances
topicSequences
LabelSequence[] topicSequences
topicDistribution
Labeling topicDistribution
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
data
java.util.ArrayList<E> data
alphabet
Alphabet alphabet
topicAlphabet
LabelAlphabet topicAlphabet
numTopics
int numTopics
numTypes
int numTypes
alpha
double alpha
alphaSum
double alphaSum
beta
double beta
betaSum
double betaSum
oneDocTopicCounts
int[] oneDocTopicCounts
typeTopicCounts
int[][] typeTopicCounts
tokensPerTopic
int[] tokensPerTopic
showTopicsInterval
int showTopicsInterval
wordsPerTopic
int wordsPerTopic
random
Randoms random
formatter
java.text.NumberFormat formatter
printLogLikelihood
boolean printLogLikelihood
instance
Instance instance
topicSequence
LabelSequence topicSequence
topicDistribution
Labeling topicDistribution
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
numTopics
int numTopics
topicMask
int topicMask
topicBits
int topicBits
numTypes
int numTypes
alpha
double[] alpha
beta
double beta
betaSum
double betaSum
typeTopicCounts
int[][] typeTopicCounts
tokensPerTopic
int[] tokensPerTopic
alphabet
Alphabet alphabet
random
Randoms random
smoothingOnlyMass
double smoothingOnlyMass
cachedCoefficients
double[] cachedCoefficients
Package cc.mallet.topics.tui |
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- This gets called after readObject; it lets the object decide whether
to return itself or return a previously read in version.
We use a hashMap of instanceIds to determine if we have already read
in this object.
- Throws:
java.io.ObjectStreamException
map
gnu.trove.TObjectIntHashMap<K> map
entries
java.util.ArrayList<E> entries
growthStopped
boolean growthStopped
entryClass
java.lang.Class<T> entryClass
instanceId
java.rmi.dgc.VMID instanceId
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
size
int size
maxSortedIndex
int maxSortedIndex
serialVersionUID: 234516468015114991L
nfolds
int nfolds
folds
InstanceList[] folds
index
int index
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
values
double[] values
hasInfinite
boolean hasInfinite
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
usingHyperbolicPrior
boolean usingHyperbolicPrior
hyperbolicSlope
double hyperbolicSlope
hyperbolicSharpness
double hyperbolicSharpness
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
dictionary
Alphabet dictionary
features
int[] features
negations
boolean[] negations
index
int index
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
conjunctions
java.util.ArrayList<E> conjunctions
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
ranker
RankedFeatureVector.Factory ranker
perLabelRanker
RankedFeatureVector.PerLabelFactory perLabelRanker
beam1
int beam1
beam2
int beam2
fcl
FeatureConjunction.List fcl
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
dictionary
Alphabet dictionary
selectedFeatures
java.util.BitSet selectedFeatures
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
dictionary
Alphabet dictionary
features
int[] features
length
int length
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
biDictionary
Alphabet biDictionary
biFeatures
int[] biFeatures
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
dictionary
Alphabet dictionary
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
sequence
FeatureVector[] sequence
alphabet
Alphabet alphabet
serialVersionUID: 1L
m_splitPoints
double[] m_splitPoints
m_baseEntropy
double m_baseEntropy
m_baseLabelDistribution
LabelVector m_baseLabelDistribution
m_numSplitPointsForBestFeature
int m_numSplitPointsForBestFeature
m_minNumInsts
int m_minNumInsts
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
index2location
gnu.trove.TIntIntHashMap index2location
maxIndex
int maxIndex
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
baseEntropy
double baseEntropy
baseLabelDistribution
LabelVector baseLabelDistribution
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
data
java.lang.Object data
target
java.lang.Object target
name
java.lang.Object name
source
java.lang.Object source
properties
PropertyList properties
locked
boolean locked
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
instWeights
java.util.HashMap<K,V> instWeights
featureSelection
FeatureSelection featureSelection
perLabelFeatureSelection
FeatureSelection[] perLabelFeatureSelection
pipe
Pipe pipe
dataAlphabet
Alphabet dataAlphabet
targetAlphabet
Alphabet targetAlphabet
dataClass
java.lang.Class<T> dataClass
targetClass
java.lang.Class<T> targetClass
nfolds
int nfolds
folds
InstanceList[] folds
index
int index
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
entry
java.lang.Object entry
dictionary
LabelAlphabet dictionary
index
int index
labels
java.util.ArrayList<E> labels
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
labels
Label[] labels
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
seq
Labels[] seq
nr
int nr
- Deprecated.
nc
int nc
- Deprecated.
serialVersionUID: 7963668115823191655L
numDimensions
int numDimensions
sizes
int[] sizes
serialVersionUID: -7177121200386974657L
lists
InstanceList[] lists
offsets
int[] offsets
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
dictionary
Alphabet dictionary
counts
double[] counts
size
int size
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
prior
Dirichlet prior
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
m
double m
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
instancesPerPage
int instancesPerPage
- number of instances to put in one page
swapDir
java.io.File swapDir
- directory to store swap files
inMemoryPageIds
int[] inMemoryPageIds
- array of page numbers that represent the in-memory pages
inMemoryPages
InstanceList[] inMemoryPages
- array of instance lists that represent the in-memory pages
dirty
java.util.BitSet dirty
- dirty.get(i) == true if in-memory bin i is dirty
size
int size
- Total number of instances in list, including those swapped out
collectGarbage
boolean collectGarbage
- recommend garbage collection after every swap out?
swapIns
int swapIns
- Total number of swap-ins
swapInTime
long swapInTime
- Total time spent in swap-ins
swapOuts
int swapOuts
- Total number of swap-outs
swapOutTime
long swapOutTime
- Total time spent in swap-ins
id
java.rmi.dgc.VMID id
- uniquely identifies this InstanceList. Used in creating
serialized page name for swap files.
noopPipe
Pipe noopPipe
- Avoids creating a new noop pipe for each page
numRanked
int numRanked
rankOrder
int[] rankOrder
sortedTo
int sortedTo
serialVersionUID: -2060194953037720640L
labelAlphabet
LabelAlphabet labelAlphabet
counts
int[][][] counts
- Matrix of class, threshold, [tp, fp, fn, tn]
thresholds
double[] thresholds
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
values
SparseVector values
numDimensions
int numDimensions
sizes
int[] sizes
singleSize
int singleSize
serialVersionUID: 2L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
indices
int[] indices
- If the vector is sparse, then both indices and values are
sparse. Indices into these arrays are called ``locations'' in
the below. The indices[] array maps locations to indices of the
(virtual) dense array that's being represented. value[] maps
locations to values.
values
double[] values
hasInfinite
boolean hasInfinite
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
string1Length
int string1Length
string2Length
int string2Length
string1
java.lang.String string1
string2
java.lang.String string2
string1Blocks
java.lang.String[] string1Blocks
string2Blocks
java.lang.String[] string2Blocks
string1Present
gnu.trove.TObjectIntHashMap<K> string1Present
string2Present
gnu.trove.TObjectIntHashMap<K> string2Present
lexicon
gnu.trove.TObjectIntHashMap<K> lexicon
block1Indices
int[] block1Indices
block2Indices
int[] block2Indices
delim
char delim
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
_delimiter
java.lang.String _delimiter
_string1
java.lang.String _string1
_string2
java.lang.String _string2
_match
int _match
normalizeCase
boolean normalizeCase
lambda
double lambda
n
int n
cache
boolean cache
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
text
java.lang.String text
properties
PropertyList properties
features
PropertyList features
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
properties
PropertyList properties
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
regex
java.util.regex.Pattern regex
matcher
java.util.regex.Matcher matcher
input
java.lang.CharSequence input
matchText
java.lang.String matchText
matchTextFresh
boolean matchTextFresh
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
data
double[] data
size
int size
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
next
PropertyList next
key
java.lang.String key
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
property
PropertyList property
nextProperty
PropertyList nextProperty
deletedKeys
java.util.HashSet<E> deletedKeys
nextCalled
boolean nextCalled
returnNumeric
boolean returnNumeric
returnObject
boolean returnObject
nextGaussian
double nextGaussian
haveNextGaussian
boolean haveNextGaussian