Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
_
M
m
- Variable in class idl.tmt.documentparsing.filters.
HtmlTagsFilter
m
- Variable in class idl.tmt.documentparsing.filters.
WordFilter
m_initializer
- Variable in class idl.tmt.clusterers.
EnhancedEM
Initializer object responsibe for initializing EM model
m_initialNumClusters
- Variable in class idl.tmt.clusterers.
EnhancedEM
the initial number of clusters requested by the user--- -1 if xval is to be used to find the number of clusters
m_loglikely
- Variable in class idl.tmt.clusterers.
EnhancedEM
the loglikelihood of the data
m_max_clusterers_to_build
- Variable in class idl.tmt.clusterers.
EnhancedEM
maxumum clusterers to build when seeking the best one.
m_max_iterations
- Variable in class idl.tmt.clusterers.
EnhancedEM
maximum iterations to perform
m_maxValues
- Variable in class idl.tmt.clusterers.
EnhancedEM
attribute max values
m_minStdDev
- Variable in class idl.tmt.clusterers.
EnhancedEM
default minimum standard deviation
m_minValues
- Variable in class idl.tmt.clusterers.
EnhancedEM
attribute min values
m_modelNormal
- Variable in class idl.tmt.clusterers.
EnhancedEM
hold the normal estimators for each cluster
m_normConst
- Static variable in class idl.tmt.clusterers.
EnhancedEM
Constant for normal distribution.
m_num_attribs
- Variable in class idl.tmt.clusterers.
EnhancedEM
number of attributes
m_num_clusters
- Variable in class idl.tmt.clusterers.
EnhancedEM
number of clusters selected by the user or cross validation
m_num_instances
- Variable in class idl.tmt.clusterers.
EnhancedEM
number of training instances
m_priors
- Variable in class idl.tmt.clusterers.
EnhancedEM
the prior probabilities for clusters
m_rr
- Variable in class idl.tmt.clusterers.
EnhancedEM
random numbers and seed
m_rseed
- Variable in class idl.tmt.clusterers.
EnhancedEM
m_theInstances
- Variable in class idl.tmt.clusterers.
EnhancedEM
training instances
m_verbose
- Variable in class idl.tmt.clusterers.
EnhancedEM
Verbose?
m_weights
- Variable in class idl.tmt.clusterers.
EnhancedEM
hold the weights of each instance for each cluster
m()
- Method in class idl.tmt.documentparsing.filters.
Stemmer
M(Instances)
- Method in class idl.tmt.clusterers.
EnhancedEM
The M step of the EM algorithm.
Main
- class idl.tmt.
Main
.
main entrypoint for command-line Text Mining Toolkit.
Main()
- Constructor for class idl.tmt.
Main
main(String[])
- Static method in class idl.tmt.testing.
RandomTester
main(String[])
- Static method in class idl.tmt.testing.
StandAloneIndexer
main(String[])
- Static method in class idl.tmt.testing.
StandAloneCompleteIndexer
main(String[])
- Static method in class idl.tmt.testing.
ClusterTest
main(String[])
- Static method in class idl.tmt.testing.
StandaloneRBInputGenerator
main(String[])
- Static method in class idl.tmt.testing.
IndexedCollectionTest
main(String[])
- Static method in class idl.tmt.testing.
StandAloneClusterer
main(String[])
- Static method in class idl.tmt.testing.
SimpleTester
main(String[])
- Static method in class idl.tmt.testing.
HTMLClusterEvaluator
main(String[])
- Static method in class idl.tmt.
Main
main(String[])
- Static method in class idl.tmt.
ConfigurationDigester
main(String[])
- Static method in class idl.tmt.clusterers.
EnhancedEM
Main method for testing this class.
main(String[])
- Static method in class idl.tmt.util.
ArrayUtils
main(String[])
- Static method in class idl.tmt.documentparsing.filters.
Stemmer
Test program for demonstrating the Stemmer.
makesMatrixDense()
- Method in class idl.tmt.representation.transformations.
MatrixRowNormalizer
makesMatrixDense()
- Method in class idl.tmt.representation.transformations.
StopListFilter
makesMatrixDense()
- Method in class idl.tmt.representation.transformations.
TermOccurrenceFilter
makesMatrixDense()
- Method in interface idl.tmt.representation.transformations.
CollectionTransformation
Indicates whether the modification to the collection by this transformation makes the underlying matrix a dense matrix.
makesMatrixDense()
- Method in class idl.tmt.representation.transformations.
BinarizeAllTermsTransformation
makesMatrixDense()
- Method in class idl.tmt.representation.transformations.
TfIdfWeighter
makesMatrixDense()
- Method in class idl.tmt.representation.transformations.
MatrixColumnCenterer
matrix
- Variable in class idl.tmt.representation.
IndexedCollection
matrix
- Variable in class idl.tmt.representation.matrix.
DenseMatrixReader
matrix
- Variable in class idl.tmt.representation.matrix.
SparseMatrixReader
MatrixColumnCenterer
- class idl.tmt.representation.transformations.
MatrixColumnCenterer
.
Centers the term documennt matrix's columns around their mean
MatrixColumnCenterer()
- Constructor for class idl.tmt.representation.transformations.
MatrixColumnCenterer
MatrixManipulator
- class idl.tmt.representation.matrix.
MatrixManipulator
.
Provides access to basic linear algebraic matrix operations, on one or more matrices.
MatrixManipulator()
- Constructor for class idl.tmt.representation.matrix.
MatrixManipulator
matrixMult(DoubleMatrix2D, DoubleMatrix2D)
- Method in class idl.tmt.representation.matrix.
MatrixManipulator
MatrixNormalizer
- class idl.tmt.representation.matrix.
MatrixNormalizer
.
Provides basic functionality for centering and normalizing the columns of a colt matrix.
MatrixNormalizer(DoubleMatrix2D)
- Constructor for class idl.tmt.representation.matrix.
MatrixNormalizer
MatrixRowNormalizer
- class idl.tmt.representation.transformations.
MatrixRowNormalizer
.
Normalizes the term document matrix's columns to unit length
MatrixRowNormalizer()
- Constructor for class idl.tmt.representation.transformations.
MatrixRowNormalizer
matrixSum(DoubleMatrix2D, DoubleMatrix2D)
- Method in class idl.tmt.representation.matrix.
MatrixManipulator
MatrixUtils
- class idl.tmt.util.
MatrixUtils
.
Created on Apr 16, 2004
MatrixUtils()
- Constructor for class idl.tmt.util.
MatrixUtils
maxClusters
- Variable in class idl.tmt.representation.
TmtClustering
maxDelimChar
- Variable in class idl.tmt.documentparsing.
TextDocumentParser
maxIterations
- Variable in class idl.tmt.representation.
TmtClustering
maxIterationsTipText()
- Method in class idl.tmt.clusterers.
EnhancedEM
Returns the tip text for this property
MetaTextRepresentationBuilder
- class idl.tmt.representation.
MetaTextRepresentationBuilder
.
Creates a document representation based on the text contained in the META html tag's content attribute.
MetaTextRepresentationBuilder()
- Constructor for class idl.tmt.representation.
MetaTextRepresentationBuilder
MetaTextRepresentationBuilder(boolean, TermList, Filter)
- Constructor for class idl.tmt.representation.
MetaTextRepresentationBuilder
Creates a new MetaTextRepresentationBuilder with the specified term list & filter.
MetaTextRepresentationBuilder(int)
- Constructor for class idl.tmt.representation.
MetaTextRepresentationBuilder
Creates a new MetaTextRepresentationBuilder.
MetaTextRepresentationBuilder(int, TermList, Filter)
- Constructor for class idl.tmt.representation.
MetaTextRepresentationBuilder
MIN_DOCS_PER_CLUSTER
- Static variable in class idl.tmt.testing.
StandaloneRBInputGenerator
MIN_PROBABILITY
- Static variable in class idl.tmt.testing.
StandaloneRBInputGenerator
minClusters
- Variable in class idl.tmt.representation.
TmtClustering
minLength
- Variable in class idl.tmt.documentparsing.filters.
LengthFilter
minOccurrences
- Variable in class idl.tmt.representation.transformations.
TermOccurrenceFilter
minStdDevTipText()
- Method in class idl.tmt.clusterers.
EnhancedEM
Returns the tip text for this property
modifyable
- Variable in class idl.tmt.representation.
TermList
MultiMapDocumentIDMap
- class idl.tmt.documentsource.webcrawl.
MultiMapDocumentIDMap
.
Provides the mapping between documents (local Files) and document ID's.
MultiMapDocumentIDMap(HashMap, HashMap, URLMapper)
- Constructor for class idl.tmt.documentsource.webcrawl.
MultiMapDocumentIDMap
Creates a new MultiMapDocumentIDMap.
MultiMapURLMapper
- class idl.tmt.documentsource.webcrawl.
MultiMapURLMapper
.
This class supports the URLMapper interface, two internal Maps Created on Feb 27, 2004
MultiMapURLMapper.URLWrapper
- class idl.tmt.documentsource.webcrawl.
MultiMapURLMapper.URLWrapper
.
Class to mask the URL's hashCode method.
MultiMapURLMapper.URLWrapper(MultiMapURLMapper, URL)
- Constructor for class idl.tmt.documentsource.webcrawl.
MultiMapURLMapper.URLWrapper
MultiMapURLMapper(String)
- Constructor for class idl.tmt.documentsource.webcrawl.
MultiMapURLMapper
myClusterer
- Variable in class idl.tmt.representation.
TmtClustering
myClustering
- Variable in class idl.tmt.util.
FrequentTermsUtil
myCollection
- Variable in class idl.tmt.representation.
TmtClustering
myCollection
- Variable in class idl.tmt.util.
FrequentTermsUtil
myCollectionName
- Variable in class idl.tmt.util.
DocumentIndexWriter
myCollectionName
- Variable in class idl.tmt.util.
InvertedIndexWriter
myInstances
- Variable in class idl.tmt.util.
FrequentTermsUtil
myMatrix
- Variable in class idl.tmt.representation.
BagOfWordsRepresentationBuilder
myMatrix
- Variable in class idl.tmt.util.
DocumentIndexWriter
myMatrix
- Variable in class idl.tmt.util.
InvertedIndexWriter
mySVD
- Variable in class idl.tmt.representation.matrix.
TmtMatrix
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
_