- factor(int, int[]) - Static method in class jnt.FFT.Factorize
-
Return the prime factors of n.
- factorize(MatrixFile, int) - Method in class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationMultiplicative
-
- factorize(SparseMatrix, int) - Method in class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationMultiplicative
-
- factorize(MatrixFile, int) - Method in class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
-
- factorize(SparseMatrix, int) - Method in class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
-
- factorize(SparseMatrix, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibC
-
- factorize(MatrixFile, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibC
-
- factorize(SparseMatrix, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibJ
-
- factorize(MatrixFile, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibJ
-
- factorize(SparseMatrix, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionMatlab
-
- factorize(MatrixFile, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionMatlab
-
- factorize(SparseMatrix, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionOctave
-
- factorize(MatrixFile, int) - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionOctave
-
- factorize(SparseMatrix, int) - Method in interface edu.ucla.sspace.matrix.MatrixFactorization
-
- factorize(MatrixFile, int) - Method in interface edu.ucla.sspace.matrix.MatrixFactorization
-
- Factorize - Class in jnt.FFT
-
Supplies static methods for factoring integers needed by various FFT classes.
- Factorize() - Constructor for class jnt.FFT.Factorize
-
- Fanmod - Class in edu.ucla.sspace.graph
-
A complete re-implementation of the
FANMOD
tool for finding motifs in graphs.
- Fanmod() - Constructor for class edu.ucla.sspace.graph.Fanmod
-
Creates a new Fanmod instance
- Fanmod.FrequencyAndZScoreFilter - Class in edu.ucla.sspace.graph
-
- Fanmod.FrequencyAndZScoreFilter(int, double) - Constructor for class edu.ucla.sspace.graph.Fanmod.FrequencyAndZScoreFilter
-
- Fanmod.FrequencyFilter - Class in edu.ucla.sspace.graph
-
- Fanmod.FrequencyFilter(double) - Constructor for class edu.ucla.sspace.graph.Fanmod.FrequencyFilter
-
- Fanmod.MotifFilter - Interface in edu.ucla.sspace.graph
-
An interface for performing some computation on a subgraph's frequency
information to deicide whether its occurrences constitute it being a
motif.
- Fanmod.Result - Class in edu.ucla.sspace.graph
-
The result of computing a motif's distribution in the graph and null
model
- Fanmod.Result(int, double, double, double) - Constructor for class edu.ucla.sspace.graph.Fanmod.Result
-
- Fanmod.ZScoreFilter - Class in edu.ucla.sspace.graph
-
- Fanmod.ZScoreFilter(double) - Constructor for class edu.ucla.sspace.graph.Fanmod.ZScoreFilter
-
- FastFourierTransform - Class in edu.ucla.sspace.fft
-
Computes FFT's of DoubleVector
s.
- FastFourierTransform() - Constructor for class edu.ucla.sspace.fft.FastFourierTransform
-
- FastStreamingKMeans - Class in edu.ucla.sspace.clustering
-
An implementation of Shindler's streaming K Means algorithm.
- FastStreamingKMeans() - Constructor for class edu.ucla.sspace.clustering.FastStreamingKMeans
-
- FILE_FORMAT_DESCRIPTION - Static variable in class edu.ucla.sspace.mains.OptionDescriptions
-
- FileBasedTemporalSemanticSpace - Class in edu.ucla.sspace.temporal
-
A
TemporalSemanticSpace
created from the serialized output of another
TemporalSemanticSpace
after it has finished processing.
- FileBasedTemporalSemanticSpace(String) - Constructor for class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
- FileBasedTemporalSemanticSpace(File) - Constructor for class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
- FileBasedTemporalSemanticSpace(String, TemporalSemanticSpaceUtils.TSSpaceFormat) - Constructor for class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
- FileBasedTemporalSemanticSpace(File, TemporalSemanticSpaceUtils.TSSpaceFormat) - Constructor for class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
- FileDocument - Class in edu.ucla.sspace.text
-
A Document
implementation backed by a File
whose contents are
used for the document text.
- FileDocument(String) - Constructor for class edu.ucla.sspace.text.FileDocument
-
Constructs a Document
based on the contents of the provide file,
where the contests are read from disk.
- FileDocument(String, boolean) - Constructor for class edu.ucla.sspace.text.FileDocument
-
Constructs a Document
based on the contents of the provide file,
optionally caching those contents in memory to allow reading the file
multiple times.
- FileListDocumentIterator - Class in edu.ucla.sspace.text
-
An iterator implementation that returns
Document
instances given a
file that contains list of files.
- FileListDocumentIterator(String) - Constructor for class edu.ucla.sspace.text.FileListDocumentIterator
-
Creates an Iterator
over the files listed in the provided file.
- FileListTemporalDocumentIterator - Class in edu.ucla.sspace.text
-
An iterator implementation that returns
TemporalDocument
instances
given a file that contains list of files and their creation time stamps, each
on a separate line.
- FileListTemporalDocumentIterator(String) - Constructor for class edu.ucla.sspace.text.FileListTemporalDocumentIterator
-
Creates an Iterator
over the files listed in the provided file.
- FileResourceFinder - Class in edu.ucla.sspace.util
-
- FileResourceFinder() - Constructor for class edu.ucla.sspace.util.FileResourceFinder
-
- FileTransformer - Interface in edu.ucla.sspace.matrix
-
An interface for transforming matrix files of a particular format.
- fileTransformer(MatrixIO.Format) - Static method in class edu.ucla.sspace.matrix.MatrixIO
-
- Filterable - Interface in edu.ucla.sspace.common
-
A marker interface that indicates that this class supports selectively
filtering which words have their semantics retained.
- FilteredDependencyIterator - Class in edu.ucla.sspace.dependency
-
A traversal class for iterating over a dependency tree of Relation
s.
- FilteredDependencyIterator(DependencyTreeNode, DependencyPathAcceptor) - Constructor for class edu.ucla.sspace.dependency.FilteredDependencyIterator
-
- FilteredDependencyIterator(DependencyTreeNode, DependencyPathAcceptor, int) - Constructor for class edu.ucla.sspace.dependency.FilteredDependencyIterator
-
Creates a new
DependencyIterator
that will return all
DependencyPath
instances rooted at
startNode
that are validated
by the provided acceptor and whose length are under the maximum length
- FilteredIterator - Class in edu.ucla.sspace.text
-
An iterator over all the tokens in a stream that uses a
TokenFilter
to
remove invalid tokens.
- FilteredIterator(String, TokenFilter) - Constructor for class edu.ucla.sspace.text.FilteredIterator
-
Creates a filtered iterator using the string as a source of tokens
- FilteredIterator(BufferedReader, TokenFilter) - Constructor for class edu.ucla.sspace.text.FilteredIterator
-
Creates a filtered iterator using the reader as a source of tokens
- FilteredIterator(Iterator<String>, TokenFilter) - Constructor for class edu.ucla.sspace.text.FilteredIterator
-
Creates a filtered iterator using provided iterator as the source of
tokens
- finalize() - Method in class edu.ucla.sspace.matrix.OnDiskMatrix
-
Upon finalize, deletes all of the backing files.
- finalizeReport() - Method in interface edu.ucla.sspace.wordsi.AssignmentReporter
-
Finalizes the assignment report.
- finalizeReport() - Method in class edu.ucla.sspace.wordsi.psd.PseudoWordReporter
-
Finalizes the assignment report.
- finalizeReport() - Method in class edu.ucla.sspace.wordsi.semeval.SemEvalReporter
-
Finalizes the assignment report.
- find(G) - Method in class edu.ucla.sspace.graph.isomorphism.TypedIsomorphicGraphIndexer
-
Returns the index for the item or a negative value corresponding to the
index the object would have been assigned if it had been added.
- find(T) - Method in class edu.ucla.sspace.util.HashIndexer
-
Returns the index for the item or a negative value corresponding to the
index the object would have been assigned if it had been added.
- find(T) - Method in interface edu.ucla.sspace.util.Indexer
-
Returns the index for the item or a negative value corresponding to the
index the object would have been assigned if it had been added.
- find(T) - Method in class edu.ucla.sspace.util.ObjectIndexer
-
Returns the index for the item or a negative value corresponding to the
index the object would have been assigned if it had been added.
- find_among(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
-
- find_among_b(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
-
- findIsomorphism(Graph<? extends Edge>, Graph<? extends Edge>) - Method in class edu.ucla.sspace.graph.isomorphism.AbstractIsomorphismTester
-
Returns an isomorphic mapping from the vertices in g1
to the
vertices in g2
, or an empty Map
if no such mapping
exists.
- findIsomorphism(Graph<? extends Edge>, Graph<? extends Edge>) - Method in interface edu.ucla.sspace.graph.isomorphism.IsomorphismTester
-
Returns an isomorphic mapping from the vertices in g1
to the
vertices in g2
, or an empty Map
if no such mapping
exists.
- findMotifs(Multigraph<T, E>, boolean, int, int, Fanmod.MotifFilter) - Method in class edu.ucla.sspace.graph.Fanmod
-
Finds motifs in the input graph according to the specified parameters.
- findMotifs(Graph<E>, int, int, Fanmod.MotifFilter) - Method in class edu.ucla.sspace.graph.Fanmod
-
Finds motifs in the input graph according to the specified parameters.
- findXmlFiles(ChildesParser, boolean, File) - Static method in class edu.ucla.sspace.tools.ChildesParser
-
Recursively finds any xml documents to parse.
- finish() - Method in class edu.ucla.sspace.matrix.ClutoDenseMatrixBuilder
-
Indicates that no further data will be added to the matrix and any
remaining matrix meta-data should be written and flushed to disk.
- finish() - Method in class edu.ucla.sspace.matrix.ClutoSparseMatrixBuilder
-
Indicates that no further data will be added to the matrix and any
remaining matrix meta-data should be written and flushed to disk.
- finish() - Method in class edu.ucla.sspace.matrix.MatlabSparseMatrixBuilder
-
Indicates that no further data will be added to the matrix and any
remaining matrix meta-data should be written and flushed to disk.
- finish() - Method in interface edu.ucla.sspace.matrix.MatrixBuilder
-
Indicates that no further data will be added to the matrix and any
remaining matrix meta-data should be written and flushed to disk.
- finish() - Method in class edu.ucla.sspace.matrix.SvdlibcSparseBinaryMatrixBuilder
-
Indicates that no further data will be added to the matrix and any
remaining matrix meta-data should be written and flushed to disk.
- finish() - Method in class edu.ucla.sspace.tools.ChildesParser
-
Finalizes the writing of documents.
- FinkelsteinEtAl353WordSimilarityEvaluation - Class in edu.ucla.sspace.evaluation
-
A collection of human similarity judgements of word pairs gathered by
Finkelstein et al.
- FinkelsteinEtAl353WordSimilarityEvaluation(String) - Constructor for class edu.ucla.sspace.evaluation.FinkelsteinEtAl353WordSimilarityEvaluation
-
Constructs this word similarity evaluation test using the WS353 data file
refered to by the provided name.
- FinkelsteinEtAl353WordSimilarityEvaluation(File) - Constructor for class edu.ucla.sspace.evaluation.FinkelsteinEtAl353WordSimilarityEvaluation
-
Constructs this word similarity evaluation test using the provide WS353
data file.
- finnishStemmer - Class in org.tartarus.snowball.ext
-
This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script.
- finnishStemmer() - Constructor for class org.tartarus.snowball.ext.finnishStemmer
-
- first() - Method in interface edu.ucla.sspace.dependency.DependencyPath
-
Returns the first node in the path, which is closest to the root.
- first() - Method in class edu.ucla.sspace.dependency.SimpleDependencyPath
-
Returns the first node in the path, which is closest to the root.
- firstKey() - Method in interface edu.ucla.sspace.util.SortedMultiMap
-
Returns a
Set
view of the mappings contained in this map.
- firstKey() - Method in class edu.ucla.sspace.util.TreeMultiMap
-
Returns a
Set
view of the mappings contained in this map.
- firstRelation() - Method in interface edu.ucla.sspace.dependency.DependencyPath
-
Returns the relation that connects the first and second nodes in the
path, which are closest to the root.
- firstRelation() - Method in class edu.ucla.sspace.dependency.SimpleDependencyPath
-
Returns the relation that connects the first and second nodes in the
path, which are closest to the root.
- FixedDurationTemporalRandomIndexing - Class in edu.ucla.sspace.tri
-
A
TemporalSemanticSpace
class that optimizes a special case of
TemporalRandomIndexing
where the documents are in sorted order and the
duration of a semantic partition is fixed.
- FixedDurationTemporalRandomIndexing() - Constructor for class edu.ucla.sspace.tri.FixedDurationTemporalRandomIndexing
-
Creates an instance of FixedDurationTemporalRandomIndexing
using
the system properties to configure the behavior.
- FixedDurationTemporalRandomIndexing(Properties) - Constructor for class edu.ucla.sspace.tri.FixedDurationTemporalRandomIndexing
-
Creates an instance of FixedDurationTemporalRandomIndexing
using
the provided properties to configure the behavior.
- FixedDurationTemporalRandomIndexingMain - Class in edu.ucla.sspace.mains
-
- FlatPathWeight - Class in edu.ucla.sspace.dependency
-
- FlatPathWeight() - Constructor for class edu.ucla.sspace.dependency.FlatPathWeight
-
- flip() - Method in interface edu.ucla.sspace.graph.Edge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- flip() - Method in class edu.ucla.sspace.graph.LabeledEdge
-
- flip() - Method in class edu.ucla.sspace.graph.SimpleDirectedEdge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- flip() - Method in class edu.ucla.sspace.graph.SimpleDirectedTypedEdge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- flip() - Method in class edu.ucla.sspace.graph.SimpleEdge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- flip() - Method in class edu.ucla.sspace.graph.SimpleTypedEdge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- flip() - Method in class edu.ucla.sspace.graph.SimpleWeightedDirectedTypedEdge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- flip() - Method in class edu.ucla.sspace.graph.SimpleWeightedEdge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- flip() - Method in class edu.ucla.sspace.graph.SimpleWeightedTypedEdge
-
Returns a copy of this edge with the from
and to
vertices swapped.
- formAssignments(Collection<Set<Integer>>, int) - Static method in class edu.ucla.sspace.clustering.NeighborChainAgglomerativeClustering
-
Returns the
Assignments
corresponding to the set of clusters and
number of data points.
- frenchStemmer - Class in org.tartarus.snowball.ext
-
This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script.
- frenchStemmer() - Constructor for class org.tartarus.snowball.ext.frenchStemmer
-
- from - Variable in class edu.ucla.sspace.clustering.LinkClustering.Edge
-
- from() - Method in interface edu.ucla.sspace.graph.Edge
-
Returns the index of the tail vertex
- from() - Method in class edu.ucla.sspace.graph.LabeledEdge
-
- from() - Method in class edu.ucla.sspace.graph.SimpleDirectedEdge
-
Returns the index of the tail vertex
- from() - Method in class edu.ucla.sspace.graph.SimpleDirectedTypedEdge
-
Returns the index of the tail vertex
- from() - Method in class edu.ucla.sspace.graph.SimpleEdge
-
Returns the index of the tail vertex
- from() - Method in class edu.ucla.sspace.graph.SimpleTypedEdge
-
Returns the index of the tail vertex
- from() - Method in class edu.ucla.sspace.graph.SimpleWeightedDirectedTypedEdge
-
Returns the index of the tail vertex
- from() - Method in class edu.ucla.sspace.graph.SimpleWeightedEdge
-
Returns the index of the tail vertex
- from() - Method in class edu.ucla.sspace.graph.SimpleWeightedTypedEdge
-
Returns the index of the tail vertex
- frontier - Variable in class edu.ucla.sspace.dependency.BreadthFirstPathIterator
-
The paths that have been expanded from the starting node but have not yet
been returned.
- frontier - Variable in class edu.ucla.sspace.dependency.DependencyIterator
-
The paths that have been expanded from the starting node but have not yet
been returned.