- G1Function - Class in edu.ucla.sspace.clustering.criterion
-
This
CriterionFunction
interprets the dataset as a set of vertices in
a graph and measures the best cuts of these vertices.
- G1Function() - Constructor for class edu.ucla.sspace.clustering.criterion.G1Function
-
- GAMMA_PROPERTY - Static variable in class edu.ucla.sspace.clustering.StreamingKMeans
-
A gamma value, see page 6 in the paper for details.
- GapStatistic - Class in edu.ucla.sspace.clustering
-
A
Clustering
implementation that iteratively computes the
k-means clustering of a data set and compares it to a random sample of
reference data points.
- GapStatistic() - Constructor for class edu.ucla.sspace.clustering.GapStatistic
-
- GaussianKernel - Class in edu.ucla.sspace.similarity
-
Returns the Gaussing kernel weighting of two vectors using a parameter to
weight the distance between the two vectors.
- GaussianKernel() - Constructor for class edu.ucla.sspace.similarity.GaussianKernel
-
- GaussianVectorGenerator - Class in edu.ucla.sspace.index
-
A Generator for vectors where each entry is from a guassian distribution
having some mean and standard deviation.
- GaussianVectorGenerator(int) - Constructor for class edu.ucla.sspace.index.GaussianVectorGenerator
-
Create a GaussianVectorGenerator
that uses the system properties
for setup.
- GaussianVectorGenerator(int, Properties) - Constructor for class edu.ucla.sspace.index.GaussianVectorGenerator
-
Create a GaussianVectorGenerator
which uses vectorLength
as the size of each generated Vector
.
- GeneralContextExtractor - Class in edu.ucla.sspace.wordsi
-
- GeneralContextExtractor(ContextGenerator, int, boolean) - Constructor for class edu.ucla.sspace.wordsi.GeneralContextExtractor
-
Creates a new GeneralContextExtracto
.
- GeneralizedOrssSeed - Class in edu.ucla.sspace.clustering.seeding
-
A utility class for selected k data points as seeds from a list of
n >> k data points using a general method for comparing the
similarity (distance) of data points.
- GeneralizedOrssSeed(SimilarityFunction) - Constructor for class edu.ucla.sspace.clustering.seeding.GeneralizedOrssSeed
-
- generate() - Method in class edu.ucla.sspace.clustering.CKVWSpectralClustering03.SpectralCutGenerator
-
Creates a new instance of type T
.
- generate() - Method in class edu.ucla.sspace.clustering.CKVWSpectralClustering06.SuperSpectralGenerator
-
Creates a new instance of type T
.
- generate() - Method in class edu.ucla.sspace.clustering.OnlineKMeans
-
Generates a new instance of a OnlineClustering
based on the
values used to construct this generator.
- generate() - Method in class edu.ucla.sspace.clustering.StreamingKMeans
-
Generates a new instance of a StreamingClustering
based on the
values used to construct this generator.
- generate() - Method in interface edu.ucla.sspace.index.DoubleVectorGenerator
-
Creates an VectorVector
with the provided length.
- generate() - Method in class edu.ucla.sspace.index.GaussianVectorGenerator
-
Generate a new random vector using a guassian distribution for each
value.
- generate() - Method in interface edu.ucla.sspace.index.IntegerVectorGenerator
-
Creates an VectorVector
with the provided length.
- generate() - Method in class edu.ucla.sspace.index.RandomIndexVectorGenerator
-
Creates an TernaryVector
with the provided length.
- generate() - Method in class edu.ucla.sspace.index.RandomOrthogonalVectorGenerator
-
- generate() - Method in interface edu.ucla.sspace.util.Generator
-
Creates a new instance of type T
.
- generateContext(DependencyTreeNode[], int) - Method in class edu.ucla.sspace.wordsi.AbstractOccurrenceDependencyContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- generateContext(Queue<String>, Queue<String>) - Method in interface edu.ucla.sspace.wordsi.ContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- generateContext(DependencyTreeNode[], int) - Method in interface edu.ucla.sspace.wordsi.DependencyContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- generateContext(Queue<String>, Queue<String>) - Method in class edu.ucla.sspace.wordsi.RandomIndexingContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- generateContext(DependencyTreeNode[], int) - Method in class edu.ucla.sspace.wordsi.RandomIndexingDependencyContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- generateContext(DependencyTreeNode[], int) - Method in class edu.ucla.sspace.wordsi.SelPrefDependencyContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- generateContext(Queue<String>, Queue<String>) - Method in class edu.ucla.sspace.wordsi.WordOccrrenceContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- generateContext(DependencyTreeNode[], int) - Method in class edu.ucla.sspace.wordsi.WordOccrrenceDependencyContextGenerator
-
Returns a
SparseDoubleVector
that represents the context composed
of the set of
prevWords
before the focus word and the set of
nextWords
after the focus word.
- Generator<T> - Interface in edu.ucla.sspace.util
-
An interface for classes which will maintain and generate new instances of
classes that require several parameters that will be used consistently
several times.
- generator - Variable in class edu.ucla.sspace.wordsi.DependencyContextExtractor
-
- GeneratorMap<T> - Class in edu.ucla.sspace.util
-
A Mapping from Strings to object instances created by a
Generator
.
- GeneratorMap(Generator<T>) - Constructor for class edu.ucla.sspace.util.GeneratorMap
-
- GeneratorMap(Generator<T>, Map<String, T>) - Constructor for class edu.ucla.sspace.util.GeneratorMap
-
- GenericEdgeSet<T extends Edge> - Class in edu.ucla.sspace.graph
-
An
EdgeSet
implementation that imposes no restrictions on the type of
edges that may be contained within.
- GenericEdgeSet(int) - Constructor for class edu.ucla.sspace.graph.GenericEdgeSet
-
- GenericGraph<T extends Edge> - Class in edu.ucla.sspace.graph
-
A graph that imposes no restriction on the types of edges that may connect
its vertices.
- GenericGraph() - Constructor for class edu.ucla.sspace.graph.GenericGraph
-
- GenericGraph(Graph<? extends T>) - Constructor for class edu.ucla.sspace.graph.GenericGraph
-
Creates a new GenericGraph
with a copy of all the edges and
vertices contained within g
- GenericMain - Class in edu.ucla.sspace.mains
-
- GenericMain() - Constructor for class edu.ucla.sspace.mains.GenericMain
-
- GenericMain(boolean) - Constructor for class edu.ucla.sspace.mains.GenericMain
-
- GenericTermDocumentVectorSpace - Class in edu.ucla.sspace.common
-
This base class centralizes much of the common text processing needed for
term-document based
SemanticSpace
s.
- GenericTermDocumentVectorSpace() - Constructor for class edu.ucla.sspace.common.GenericTermDocumentVectorSpace
-
Constructs the GenericTermDocumentVectorSpace
.
- GenericTermDocumentVectorSpace(boolean, BasisMapping<String, String>, MatrixBuilder) - Constructor for class edu.ucla.sspace.common.GenericTermDocumentVectorSpace
-
Constructs the GenericTermDocumentVectorSpace
using the provided
objects for processing.
- GenericWordsiMain - Class in edu.ucla.sspace.mains
-
A base implementation for Wordsi
executables.
- GenericWordsiMain() - Constructor for class edu.ucla.sspace.mains.GenericWordsiMain
-
- GenericWordSpace - Class in edu.ucla.sspace.gws
-
The most basic co-occurrence model that counts word co-occurrence within a
sliding window with no further processing.
- GenericWordSpace() - Constructor for class edu.ucla.sspace.gws.GenericWordSpace
-
Creates a new GenericWordSpace
instance using the current System
properties for configuration.
- GenericWordSpace(Properties) - Constructor for class edu.ucla.sspace.gws.GenericWordSpace
-
Creates a new GenericWordSpace
instance using the provided
properites for configuration.
- GenericWordSpace(int) - Constructor for class edu.ucla.sspace.gws.GenericWordSpace
-
Creates a new GenericWordSpace
with the provided window size that
ignores word order.
- GenericWordSpace(int, boolean) - Constructor for class edu.ucla.sspace.gws.GenericWordSpace
-
Creates a new GenericWordSpace
with the provided window size that
optionally includes word order.
- GenericWordSpace(int, BasisMapping<Duple<String, Integer>, String>) - Constructor for class edu.ucla.sspace.gws.GenericWordSpace
-
Creates a new GenericWordSpace
with the provided window size that
uses the specified basis mapping to map each co-occurrence at a specified
position to a dimension.
- GeometricWeighting - Class in edu.ucla.sspace.hal
-
A geometically-decreasing weighting scheme for specifying how a
HyperspaceAnalogueToLanguage
instance should weigh co-occurrences based on
the word distance.
- GeometricWeighting() - Constructor for class edu.ucla.sspace.hal.GeometricWeighting
-
- GermanStemmer - Class in edu.ucla.sspace.text
-
- GermanStemmer() - Constructor for class edu.ucla.sspace.text.GermanStemmer
-
- germanStemmer - 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.
- germanStemmer() - Constructor for class org.tartarus.snowball.ext.germanStemmer
-
- get(int) - Method in class edu.ucla.sspace.clustering.Assignments
-
- get(int, int) - Method in class edu.ucla.sspace.matrix.AbstractMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.ArrayMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.CellMaskedMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.DiagonalMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.GrowingSparseMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in interface edu.ucla.sspace.matrix.Matrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.OnDiskMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.RowScaledMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.SparseSymmetricMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.SymmetricMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.TransposedMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(int, int) - Method in class edu.ucla.sspace.matrix.YaleSparseMatrix
-
Returns the value of the Matrix
at the provided row and column.
- get(Object) - Method in class edu.ucla.sspace.util.ArrayMap
-
- get(Object) - Method in class edu.ucla.sspace.util.CharMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(char) - Method in class edu.ucla.sspace.util.CharMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(Object) - Method in class edu.ucla.sspace.util.GeneratorMap
-
Returns a T
for the given term, if no mapping for
term
then a new vaue is generated, stored, and returned.
- get(int) - Method in class edu.ucla.sspace.util.GrowableArrayList
-
- get(Object) - Method in class edu.ucla.sspace.util.HashBiMap
- get(Object) - Method in class edu.ucla.sspace.util.HashMultiMap
-
Returns the set of values mapped to this key or null
of the key
is not mapped to any values
- get(Object) - Method in class edu.ucla.sspace.util.IntegerMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(int) - Method in class edu.ucla.sspace.util.IntegerMap
-
Returns the value of this array at the index.
- get(Object) - Method in interface edu.ucla.sspace.util.MultiMap
-
Returns the set of values mapped to this key or null
of the key
is not mapped to any values
- get(int) - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
-
Returns the set of values mapped to this key or null
of the key
is not mapped to any values
- get(Object) - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
-
Returns the set of values mapped to this key or null
of the key
is not mapped to any values
- get(int) - Method in interface edu.ucla.sspace.util.primitive.IntIntMultiMap
-
Returns the set of values mapped to this key or null
of the key
is not mapped to any values
- get(int) - Method in interface edu.ucla.sspace.util.SparseArray
-
Returns the value of this array at the index.
- get(int) - Method in class edu.ucla.sspace.util.SparseDoubleArray
-
Returns the value of this array at the index.
- get(int) - Method in class edu.ucla.sspace.util.SparseHashArray
-
Returns the value of this array at the index.
- get(int) - Method in class edu.ucla.sspace.util.SparseIntArray
-
Returns the value of this array at the index.
- get(int) - Method in class edu.ucla.sspace.util.SparseIntHashArray
-
Returns the value of this array at the index.
- get(int) - Method in class edu.ucla.sspace.util.SparseLongArray
-
Returns the value of this array at the index.
- get(Object) - Method in class edu.ucla.sspace.util.TreeMultiMap
-
Returns the set of values mapped to this key or null
of the key
is not mapped to any values
- get(Object) - Method in class edu.ucla.sspace.util.TrieMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(int) - Method in class edu.ucla.sspace.vector.AmortizedSparseVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.AtomicSparseVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.AtomicVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.CompactSparseIntegerVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.CompactSparseVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.DenseDynamicMagnitudeVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.DenseIntVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.DenseVector
-
Returns the value of this vector at the given index.
- get(int) - Method in interface edu.ucla.sspace.vector.DoubleVector
-
Returns the value of this vector at the given index.
- get(int) - Method in interface edu.ucla.sspace.vector.IntegerVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.MaskedDoubleVectorView
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.ScaledDoubleVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.SparseHashDoubleVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.SparseHashIntegerVector
-
Returns the value of this vector at the given index.
- get(int) - Method in class edu.ucla.sspace.vector.TernaryVector
-
Returns the value of this vector at the given index.
- getAcceptedWords() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
-
Returns a set of strings that the Wordsi
implementations should
represent, or null
, which signifies that all words should be
represented.
- getAcceptor() - Method in class edu.ucla.sspace.mains.DVWordsiMain
-
- getAdjacencyList(int) - Method in class edu.ucla.sspace.graph.AbstractGraph
-
Returns the set of edges connected to the provided vertex or an empty set
if vertex
is not in this graph.
- getAdjacencyList(int) - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
-
Returns the set of edges connected to the provided vertex or an empty set
if vertex
is not in this graph.
- getAdjacencyList(int) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
-
Returns the set of typed edges connected to the vertex.
- getAdjacencyList(int) - Method in interface edu.ucla.sspace.graph.DynamicGraph
-
Returns the set of edges connected to the provided vertex.
- getAdjacencyList(int) - Method in interface edu.ucla.sspace.graph.Graph
-
Returns the set of edges connected to the provided vertex or an empty set
if vertex
is not in this graph.
- getAdjacencyList(int) - Method in class edu.ucla.sspace.graph.GraphAdaptor
-
Returns the set of edges connected to the provided vertex or an empty set
if vertex
is not in this graph.
- getAdjacencyList(int) - Method in interface edu.ucla.sspace.graph.Multigraph
-
Returns the set of typed edges connected to the vertex.
- getAdjacencyList(int) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
-
Returns the set of typed edges connected to the vertex.
- getAdjacencyList(int) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
-
Returns the set of typed edges connected to the vertex.
- getAdjacencyList(int) - Method in interface edu.ucla.sspace.graph.WeightedGraph
-
Returns the set of edges connected to the provided vertex.
- getAlgorithmSpecifics() - Method in class edu.ucla.sspace.mains.DependencyVectorSpaceMain
-
Returns a string describing algorithm-specific options and behaviods.
- getAlgorithmSpecifics() - Method in class edu.ucla.sspace.mains.GenericMain
-
Returns a string describing algorithm-specific options and behaviods.
- getAlgorithmSpecifics() - Method in class edu.ucla.sspace.mains.HALMain
-
Returns a string describing algorithm-specific options and behaviods.
- getAlgorithmSpecifics() - Method in class edu.ucla.sspace.mains.IsaMain
-
Prints the instructions on how to execute this program to standard out.
- getAlgorithmSpecifics() - Method in class edu.ucla.sspace.mains.LpcsMain
-
Returns a string describing algorithm-specific options and behaviods.
- getAlgorithmSpecifics() - Method in class edu.ucla.sspace.mains.LpsaMain
-
Returns a string describing algorithm-specific options and behaviods.
- getAlgorithmSpecifics() - Method in class edu.ucla.sspace.mains.LSAMain
-
Returns a string describing algorithm-specific options and behaviods.
- getAndAdd(int, int, double) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Return the value stored at (row
, col
), and add delta
to the same index.
- getAndAdd(int, int, double) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Return the value stored at (row
, col
), and add delta
to the same index.
- getAndAdd(int, int, double) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Return the value stored at (row
, col
), and add delta
to the same index.
- getAndAdd(int, int, double) - Method in interface edu.ucla.sspace.matrix.AtomicMatrix
-
Return the value stored at (row
, col
), and add delta
to the same index.
- getAndAdd(int, int, double) - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
-
Return the value stored at (row
, col
), and add delta
to the same index.
- getAndAdd(int, int, double) - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
-
Return the value stored at (row
, col
), and add delta
to the same index.
- getAndAdd(int, double) - Method in class edu.ucla.sspace.vector.AtomicSparseVector
- getAndAdd(int, double) - Method in class edu.ucla.sspace.vector.AtomicVector
- getAssociationScore(String, String) - Method in class edu.ucla.sspace.text.TermAssociationFinder
-
- getBackingVector() - Method in class edu.ucla.sspace.vector.ScaledDoubleVector
-
Returns the vector whose values are scaled by this instance
- getBaseSense(String, SparseDoubleVector) - Method in class edu.ucla.sspace.mains.LexSubWordsiMain.LexSubWordsi
-
- getBooleanOption(char) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the boolean value associated with the shortName
option.
- getBooleanOption(char, boolean) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getBooleanOption(String) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the boolean value associated with the optionName
option.
- getBooleanOption(String, boolean) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the optionName
, or defaultValue
if no value was found during parsing.
- getBuilder() - Method in class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationMultiplicative
-
- getBuilder() - Method in class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
-
- getBuilder() - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibC
-
- getBuilder() - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibJ
-
- getBuilder() - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionMatlab
-
- getBuilder() - Method in class edu.ucla.sspace.matrix.factorization.SingularValueDecompositionOctave
-
- getBuilder() - Method in interface edu.ucla.sspace.matrix.MatrixFactorization
-
- getCentroids() - Method in class edu.ucla.sspace.clustering.Assignments
-
Returns an array of dense centroid vectors of each discovered cluster
which are scaled according the the number of data points asisgned to that
cluster.
- getCluster(int) - Method in interface edu.ucla.sspace.clustering.OnlineClustering
-
Returns the
Cluster
with id
clusterIndex
.
- getCluster(int) - Method in class edu.ucla.sspace.clustering.OnlineKMeans.OnlineKMeansClustering
-
Returns the
Cluster
with id
clusterIndex
.
- getCluster(int) - Method in class edu.ucla.sspace.clustering.StreamingKMeans.StreamingKMeansClustering
-
Returns the
Cluster
with id
clusterIndex
.
- getClusters() - Method in interface edu.ucla.sspace.clustering.OnlineClustering
-
- getClusters() - Method in class edu.ucla.sspace.clustering.OnlineKMeans.OnlineKMeansClustering
-
- getClusters() - Method in class edu.ucla.sspace.clustering.StreamingKMeans.StreamingKMeansClustering
-
- getColumn(int) - Method in class edu.ucla.sspace.matrix.AbstractMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.ArrayMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.CellMaskedMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.DiagonalMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.GrowingSparseMatrix
-
Returns the entire column.
- getColumn(int) - Method in interface edu.ucla.sspace.matrix.Matrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.OnDiskMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.RowScaledMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.TransposedMatrix
-
Returns the entire column.
- getColumn(int) - Method in class edu.ucla.sspace.matrix.YaleSparseMatrix
-
Returns the entire column.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.AbstractMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.ArrayMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.CellMaskedMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.CellMaskedSparseMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.DiagonalMatrix
-
Returns the column as a sparse vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.GrowingSparseMatrix
-
- getColumnVector(int) - Method in interface edu.ucla.sspace.matrix.Matrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.OnDiskMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.RowScaledMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.RowScaledSparseMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.SparseHashMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in interface edu.ucla.sspace.matrix.SparseMatrix
-
Returns the column as a sparse vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.SparseOnDiskMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.SparseRowMaskedMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.SparseSymmetricMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.SymmetricMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
-
Returns the column as a sparse vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.TransposedMatrix
-
Returns the column as a vector.
- getColumnVector(int) - Method in class edu.ucla.sspace.matrix.YaleSparseMatrix
-
Returns the column as a sparse vector.
- getColumnVectorUnsafe(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Returns an immutable view of the columns's data as a non-atomic vector,
which may present an inconsistent view of the data if this matrix is
being concurrently modified.
- getColumnVectorUnsafe(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Provides non-atomic access to the data at the specified column, which may
present an inconsistent view of the data if this matrix is being
concurrently modified.
- getColumnVectorUnsafe(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Returns an immutable view of the columns's data as a non-atomic vector,
which may present an inconsistent view of the data if this matrix is
being concurrently modified.
- getConnectionSimilarity(Graph<E>, int, int, int) - Method in class edu.ucla.sspace.graph.LinkClustering
-
Computes the similarity of the two edges as the Jaccard index of the
neighbors of two impost nodes.
- getConnectionSimilarity(Graph<E>, int, int, int) - Method in class edu.ucla.sspace.graph.WeightedLinkClustering
-
- getContextGenerator() - Method in class edu.ucla.sspace.mains.DVRIWordsiMain
- getContextGenerator() - Method in class edu.ucla.sspace.mains.DVWCWordsiMain
- getContextGenerator() - Method in class edu.ucla.sspace.mains.DVWordsiMain
-
- getContextGenerator() - Method in class edu.ucla.sspace.mains.SelPrefWordsiMain
- getCorrectAnswer() - Method in interface edu.ucla.sspace.evaluation.MultipleChoiceQuestion
-
Returns the index of the correct answer in the list of options.
- getCorrectAnswer() - Method in class edu.ucla.sspace.evaluation.SimpleMultipleChoiceQuestion
-
Returns the index of the correct answer in the list of options.
- getCount(G) - Method in class edu.ucla.sspace.graph.isomorphism.IsomorphicGraphCounter
-
Returns the count for graphs that are isomorphic to the provided graph.
- getCount(G) - Method in class edu.ucla.sspace.graph.isomorphism.TypedIsomorphicGraphCounter
-
Returns the count for graphs that are isomorphic to the provided graph.
- getCount(T) - Method in interface edu.ucla.sspace.util.Counter
-
Returns the number of times the specified object has been seen by this
counter.
- getCount(T) - Method in class edu.ucla.sspace.util.IndexedCounter
-
Returns the number of times the specified object has been seen by this
counter.
- getCount(T) - Method in class edu.ucla.sspace.util.ObjectCounter
-
Returns the number of times the specified object has been seen by this
counter.
- getCount(Pair<T>) - Method in class edu.ucla.sspace.util.PairCounter
-
Returns the number of times the specified pair of objects has been seen
by this counter.
- getCount(T, T) - Method in class edu.ucla.sspace.util.PairCounter
-
Returns the number of times the specified pair of objects has been seen
by this counter.
- getCue() - Method in interface edu.ucla.sspace.evaluation.NormedPrimingQuestion
-
Returns the priming cue.
- getCue() - Method in class edu.ucla.sspace.evaluation.SimpleNormedPrimingQuestion
-
Returns the priming cue.
- getCurrent() - Method in class org.tartarus.snowball.SnowballProgram
-
Get the current string.
- getDays() - Method in class edu.ucla.sspace.util.TimeSpan
-
Returns the day component of this time span.
- getDefaultExtractor() - Static method in class edu.ucla.sspace.dependency.DependencyExtractorManager
-
Returns the default extractor used by this manager.
- getDimension(T) - Method in interface edu.ucla.sspace.basis.BasisMapping
-
Returns the dimension number corresponding to the provided feature.
- getDimension(String) - Method in class edu.ucla.sspace.basis.StringBasisMapping
-
Returns the dimension number corresponding to the provided feature.
- getDimension(DependencyPath) - Method in class edu.ucla.sspace.dv.PathBasedBasisMapping
-
Returns the dimension number corresponding to the term at the end of the
provided path.
- getDimension(DependencyPath) - Method in class edu.ucla.sspace.dv.RelationBasedBasisMapping
-
Returns the dimension number corresponding to the term at the end of the
provided path.
- getDimension(DependencyPath) - Method in class edu.ucla.sspace.dv.RelationPathBasisMapping
-
Returns the dimension number corresponding to the term at the end of the
provided path.
- getDimension(DependencyPath) - Method in class edu.ucla.sspace.dv.WordBasedBasisMapping
-
Returns the dimension number corresponding to the term at the end of the
provided path.
- getDimension(Duple<String, Integer>) - Method in class edu.ucla.sspace.gws.WordBasisMapping
-
Returns the dimension number corresponding to the provided feature.
- getDimension(Duple<String, Integer>) - Method in class edu.ucla.sspace.gws.WordOrderBasisMapping
-
Returns the dimension number corresponding to the provided feature.
- getDimensionDescription(int) - Method in class edu.ucla.sspace.basis.AbstractBasisMapping
-
Returns a description of the specified dimension.
- getDimensionDescription(int) - Method in interface edu.ucla.sspace.basis.BasisMapping
-
Returns a description of the specified dimension.
- getDimensionDescription(int) - Method in interface edu.ucla.sspace.common.DimensionallyInterpretableSemanticSpace
-
Returns a description of what features with which the specified dimension
corresponds.
- getDimensionDescription(int) - Method in class edu.ucla.sspace.dv.DependencyVectorSpace
-
Returns a description of the dependency path feature to which the
provided dimension is mapped.
- getDimensionDescription(int) - Method in class edu.ucla.sspace.dv.PathBasedBasisMapping
-
Returns the path mapped to the provided dimension.
- getDimensionDescription(int) - Method in class edu.ucla.sspace.dv.RelationPathBasisMapping
-
Returns the path mapped to the provided dimension.
- getDimensionDescription(int) - Method in class edu.ucla.sspace.gws.GenericWordSpace
-
Returns a description of what features with which the specified dimension
corresponds.
- getDimensionInternal(K) - Method in class edu.ucla.sspace.basis.AbstractBasisMapping
-
Returns an integer corresponding to key
.
- getDocumentDescriptors(Vector) - Method in class edu.ucla.sspace.esa.ExplicitSemanticAnalysis
-
Returns a
SparseArray
containing document labels for any non zero
value in the given
Vector
.
- getDocumentIterator() - Method in class edu.ucla.sspace.mains.GenericMain
-
Returns the iterator for all of the documents specified on the command
line or throws an Error
if no documents are specified.
- getDocumentIterator() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
-
- getDocumentIterator() - Method in class edu.ucla.sspace.mains.GrefenstetteMain
-
- getDocumentVector(int) - Method in class edu.ucla.sspace.lsa.LatentSemanticAnalysis
-
Returns the semantics of the document as represented by a numeric vector.
- getDoubleOption(char) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the double value associated with the shortName
option.
- getDoubleOption(char, double) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getDoubleOption(String) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the double value associated with the optionName
option.
- getDoubleOption(String, double) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getEdge(int, int) - Method in interface edu.ucla.sspace.graph.DynamicGraph
-
Returns the Edge
instance connecting the two vertices or null
if the vertices are not connected.
- getEdges(int, int) - Method in class edu.ucla.sspace.graph.AbstractGraph
-
Returns the Edge
instances connecting the two vertices or an
empty set if the vertices are not connected.
- getEdges(int, int) - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
-
Returns the Edge
instances connecting the two vertices or an
empty set if the vertices are not connected.
- getEdges(int, int) - Method in interface edu.ucla.sspace.graph.DirectedGraph
-
Returns the Edge
instances connecting the two vertices or an
empty set if the vertices are not connected.
- getEdges(int, int) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
-
Returns the set of
TypedEdge
instances that connect the two
vertices.
- getEdges(int, int, Set<T>) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
- getEdges(int) - Method in interface edu.ucla.sspace.graph.EdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(int) - Method in class edu.ucla.sspace.graph.GenericEdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(int, int) - Method in interface edu.ucla.sspace.graph.Graph
-
Returns the Edge
instances connecting the two vertices or an
empty set if the vertices are not connected.
- getEdges(int, int) - Method in class edu.ucla.sspace.graph.GraphAdaptor
-
Returns the Edge
instances connecting the two vertices or an
empty set if the vertices are not connected.
- getEdges(int, int) - Method in interface edu.ucla.sspace.graph.Multigraph
-
Returns the set of
TypedEdge
instances that connect the two
vertices.
- getEdges(int) - Method in class edu.ucla.sspace.graph.SparseDirectedEdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(T) - Method in class edu.ucla.sspace.graph.SparseDirectedTypedEdgeSet
- getEdges(int) - Method in class edu.ucla.sspace.graph.SparseDirectedTypedEdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(int, Set<T>) - Method in class edu.ucla.sspace.graph.SparseDirectedTypedEdgeSet
- getEdges(T) - Method in class edu.ucla.sspace.graph.SparseTypedEdgeSet
- getEdges(int) - Method in class edu.ucla.sspace.graph.SparseTypedEdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(int, Set<T>) - Method in class edu.ucla.sspace.graph.SparseTypedEdgeSet
- getEdges(int) - Method in class edu.ucla.sspace.graph.SparseUndirectedEdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(T) - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
- getEdges(Set<T>) - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
- getEdges(int) - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(int, Set<T>) - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
- getEdges(int) - Method in class edu.ucla.sspace.graph.SparseWeightedEdgeSet
-
Returns the set of
Edge
instances that connect the root vertex
with this vertex or an empty set if no such edges exist.
- getEdges(int, int) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
-
Returns the set of
TypedEdge
instances that connect the two
vertices.
- getEdges(int, int, Set<T>) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
- getEdges(int, int) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
-
Returns the set of
TypedEdge
instances that connect the two
vertices.
- getEdges(int, int, Set<T>) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
- getEdges(int, int) - Method in interface edu.ucla.sspace.graph.WeightedGraph
-
Returns the Edge
instances connecting the two vertices or an
empty set if the vertices are not connected.
- getEdgeSet(int) - Method in class edu.ucla.sspace.graph.AbstractGraph
-
Returns the set of edges assocated with the vertex, or null
if
this vertex is not in this graph.
- getEdgeSimilarity(SparseMatrix, LinkClustering.Edge, LinkClustering.Edge) - Method in class edu.ucla.sspace.clustering.LinkClustering
-
Computes the similarity of the two edges as the Jaccard index of the
neighbors of two impost nodes.
- getElementIndices() - Method in class edu.ucla.sspace.util.IntegerMap
-
Returns the indices of the array that contain non-null
values.
- getElementIndices() - Method in interface edu.ucla.sspace.util.SparseArray
-
Returns the indices of the array that contain non-null
values.
- getElementIndices() - Method in class edu.ucla.sspace.util.SparseDoubleArray
-
Returns the indices of the array that contain non-0
values.
- getElementIndices() - Method in class edu.ucla.sspace.util.SparseHashArray
-
Returns the indices of the array that contain non-0
values.
- getElementIndices() - Method in class edu.ucla.sspace.util.SparseIntArray
-
Returns the indices of the array that contain non-0
values.
- getElementIndices() - Method in class edu.ucla.sspace.util.SparseIntHashArray
-
Returns the indices of the array that contain non-0
values.
- getElementIndices() - Method in class edu.ucla.sspace.util.SparseLongArray
-
Returns the indices of the array that contain non-0
values.
- getExternalFunction() - Method in class edu.ucla.sspace.clustering.criterion.H1Function
-
- getExternalFunction() - Method in class edu.ucla.sspace.clustering.criterion.H2Function
-
- getExternalFunction() - Method in class edu.ucla.sspace.clustering.criterion.HybridBaseFunction
-
- getExtractor(String) - Static method in class edu.ucla.sspace.dependency.DependencyExtractorManager
-
Returns the extractor with the specified name.
- getExtractor() - Method in class edu.ucla.sspace.mains.DVWordsiMain
-
Returns a
ContextExtractor
, which will be responsible for
creating context vectors for documents.
- getExtractor() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
-
Returns a
ContextExtractor
, which will be responsible for
creating context vectors for documents.
- getExtractor() - Method in class edu.ucla.sspace.mains.PreComputedWordsiMain
-
Returns a
ContextExtractor
, which will be responsible for
creating context vectors for documents.
- getExtractor() - Method in class edu.ucla.sspace.mains.RIWordsiMain
-
Returns a
ContextExtractor
, which will be responsible for
creating context vectors for documents.
- getExtractor() - Method in class edu.ucla.sspace.mains.TopicWordsiMain
-
Returns a
ContextExtractor
, which will be responsible for
creating context vectors for documents.
- getExtractor() - Method in class edu.ucla.sspace.mains.WCWordsiMain
-
Returns a
ContextExtractor
, which will be responsible for
creating context vectors for documents.
- getFactorization(SVD.Algorithm) - Static method in class edu.ucla.sspace.matrix.SVD
-
- getFastestAvailableFactorization() - Static method in class edu.ucla.sspace.matrix.SVD
-
Returns the fastest
MatrixFactorization
implementation of
Singular Value Decomposition available, or
null
if no
implementation is available.
- getFeature(DependencyTreeNode, int) - Method in class edu.ucla.sspace.wordsi.AbstractOccurrenceDependencyContextGenerator
-
Returns a string representing the
DependencyTreeNode
which is
dist
nodes away from the focus word currently being processed.
- getFeature(DependencyTreeNode, int) - Method in class edu.ucla.sspace.wordsi.OccurrenceDependencyContextGenerator
-
Returns a string with the node's word plus it's distance from the focus
word, with a hyphen between the two.
- getFeature(DependencyTreeNode, int) - Method in class edu.ucla.sspace.wordsi.OrderingDependencyContextGenerator
-
Returns a string with the node's word plus it's distance from the focus
word, with a hyphen between the two.
- getFeature(DependencyTreeNode, int) - Method in class edu.ucla.sspace.wordsi.PartOfSpeechDependencyContextGenerator
-
Returns a string with the node's word plus it's part of speech, with a
hyphen between the two.
- getFile() - Method in class edu.ucla.sspace.common.SemanticSpaceWriter
-
Returns the file containing the SemanticSpace
- getFile() - Method in class edu.ucla.sspace.matrix.ClutoDenseMatrixBuilder
-
Returns the file containing the matrix data after all data has finished
being written.
- getFile() - Method in class edu.ucla.sspace.matrix.ClutoSparseMatrixBuilder
-
Returns the file containing the matrix data after all data has finished
being written.
- getFile() - Method in class edu.ucla.sspace.matrix.MatlabSparseMatrixBuilder
-
Returns the file containing the matrix data after all data has finished
being written.
- getFile() - Method in interface edu.ucla.sspace.matrix.MatrixBuilder
-
Returns the file containing the matrix data after all data has finished
being written.
- getFile() - Method in class edu.ucla.sspace.matrix.MatrixFile
-
Returns file containing the matrix data
- getFile() - Method in class edu.ucla.sspace.matrix.SvdlibcSparseBinaryMatrixBuilder
-
Returns the file containing the matrix data after all data has finished
being written.
- getFirstWord() - Method in class edu.ucla.sspace.evaluation.SimpleWordSimilarity
-
Returns the first word in the pair.
- getFirstWord() - Method in interface edu.ucla.sspace.evaluation.WordSimilarity
-
Returns the first word in the pair.
- getFormat() - Method in class edu.ucla.sspace.matrix.MatrixFile
-
Returns the format of the matrix
- getFrequency(G) - Method in class edu.ucla.sspace.graph.isomorphism.IsomorphicGraphCounter
-
Returns the frequency of this object relative to the counts of all other
objects.
- getFrequency(G) - Method in class edu.ucla.sspace.graph.isomorphism.TypedIsomorphicGraphCounter
-
Returns the frequency of this object relative to the counts of all other
objects.
- getFrequency(T) - Method in interface edu.ucla.sspace.util.Counter
-
Returns the frequency of this object relative to the counts of all other
objects.
- getFrequency(T) - Method in class edu.ucla.sspace.util.IndexedCounter
-
Returns the frequency of this object relative to the counts of all other
objects.
- getFrequency(T) - Method in class edu.ucla.sspace.util.ObjectCounter
-
Returns the frequency of this object relative to the counts of all other
objects.
- getFrequency(Pair<T>) - Method in class edu.ucla.sspace.util.PairCounter
-
Returns the frequency of this object pair relative to the counts of all other
object pair.
- getGraph1() - Method in interface edu.ucla.sspace.graph.isomorphism.State
-
Returns the first graph being matched
- getGraph1() - Method in class edu.ucla.sspace.graph.isomorphism.TypedVF2State
-
Returns the first graph being matched
- getGraph1() - Method in class edu.ucla.sspace.graph.isomorphism.VF2State
-
Returns the first graph being matched
- getGraph2() - Method in interface edu.ucla.sspace.graph.isomorphism.State
-
Returns the first graph being matched
- getGraph2() - Method in class edu.ucla.sspace.graph.isomorphism.TypedVF2State
-
Returns the first graph being matched
- getGraph2() - Method in class edu.ucla.sspace.graph.isomorphism.VF2State
-
Returns the first graph being matched
- getHighestScore() - Method in class edu.ucla.sspace.evaluation.AbstractWordAssociationTest
-
Returns the highest score possible for human judgments.
- getHighestScore() - Method in class edu.ucla.sspace.evaluation.DeeseAntonymEvaluation
-
Returns the highest score possible for human judgments.
- getHours() - Method in class edu.ucla.sspace.util.TimeSpan
-
Returns the hour component of this time span.
- getIndex(int) - Method in class edu.ucla.sspace.vector.MaskedDoubleVectorView
-
Returns the new index for a given column, or -1 if the column is not
mapped.
- getIndexFromMap(int[], int) - Method in class edu.ucla.sspace.matrix.CellMaskedMatrix
-
Returns the new index value for a given index from a given mapping.
- getInstance(int) - Method in class jnt.FFT.ComplexDoubleFFT
-
Creates an instance of a subclass of ComplexDoubleFFT appropriate for data
of n elements.
- getInstance(int) - Method in class jnt.FFT.ComplexFloatFFT
-
Creates an instance of a subclass of ComplexFloatFFT appropriate for data
of n elements.
- getInternalFunction() - Method in class edu.ucla.sspace.clustering.criterion.H1Function
-
- getInternalFunction() - Method in class edu.ucla.sspace.clustering.criterion.H2Function
-
- getInternalFunction() - Method in class edu.ucla.sspace.clustering.criterion.HybridBaseFunction
-
- getIntOption(char) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the int value associated with the shortName
option.
- getIntOption(char, int) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getIntOption(String) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the int value associated with the optionName
option.
- getIntOption(String, int) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getKMeansObjective() - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Returns the K-Means objective score of the entire data set, i.e.
- getKMeansObjective(double, double, int, int[], int, int[]) - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Returns the K-Means objective computed over the two regions computed over
the data set.
- getKMeansObjective() - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Returns the K-Means objective score of the entire data set, i.e.
- getKMeansObjective(double, double, int, int[], int, int[]) - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Returns the K-Means objective computed over the two regions computed over
the data set.
- getLeastSimilarValue() - Method in class edu.ucla.sspace.evaluation.FinkelsteinEtAl353WordSimilarityEvaluation
-
Returns the numeric similarity judgement that is equivalent to two words
being completely dissimilar (i.e.
- getLeastSimilarValue() - Method in class edu.ucla.sspace.evaluation.RubensteinGoodenoughWordSimilarityEvaluation
-
Returns the numeric similarity judgement that is equivalent to two words
being completely dissimilar (i.e.
- getLeastSimilarValue() - Method in interface edu.ucla.sspace.evaluation.WordSimilarityEvaluation
-
Returns the numeric similarity judgement that is equivalent to two words
being completely dissimilar (i.e.
- getLeftCut() - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Returns the data set in the first (left) region.
- getLeftCut() - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Returns the data set in the first (left) region.
- getLeftReordering() - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Return the ordering of the first region with respect to the original data
set.
- getLeftReordering() - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Return the ordering of the first region with respect to the original data
set.
- getLongOption(char) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the long value associated with the shortName
option.
- getLongOption(char, long) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getLongOption(String) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the long value associated with the optionName
option.
- getLongOption(String, long) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getLowestScore() - Method in class edu.ucla.sspace.evaluation.AbstractWordAssociationTest
-
Returns the lowest score possible for human judgments.
- getLowestScore() - Method in class edu.ucla.sspace.evaluation.DeeseAntonymEvaluation
-
Returns the lowest score possible for human judgments.
- getMapping() - Method in class edu.ucla.sspace.basis.AbstractBasisMapping
-
Returns the internal mapping from keys to indices.
- getMatrixBuilderForSVD() - Static method in class edu.ucla.sspace.matrix.Matrices
-
- getMatrixBuilderForSVD(boolean) - Static method in class edu.ucla.sspace.matrix.Matrices
-
Deprecated.
- getMatrixFile() - Method in class edu.ucla.sspace.matrix.ClutoDenseMatrixBuilder
- getMatrixFile() - Method in class edu.ucla.sspace.matrix.ClutoSparseMatrixBuilder
- getMatrixFile() - Method in class edu.ucla.sspace.matrix.MatlabSparseMatrixBuilder
- getMatrixFile() - Method in interface edu.ucla.sspace.matrix.MatrixBuilder
-
- getMatrixFile() - Method in class edu.ucla.sspace.matrix.SvdlibcSparseBinaryMatrixBuilder
- getMatrixFileIterator(File, MatrixIO.Format) - Static method in class edu.ucla.sspace.matrix.MatrixIO
-
Returns an iterator over the matrix entries in the data file.
- getMatrixFormat() - Method in class edu.ucla.sspace.matrix.ClutoDenseMatrixBuilder
-
Returns the data format for the matrix file.
- getMatrixFormat() - Method in class edu.ucla.sspace.matrix.ClutoSparseMatrixBuilder
-
Returns {@link MatrixIO#Format.CLUTO_SPARSE.
- getMatrixFormat() - Method in class edu.ucla.sspace.matrix.MatlabSparseMatrixBuilder
-
- getMatrixFormat() - Method in interface edu.ucla.sspace.matrix.MatrixBuilder
-
Returns the data format for the matrix file.
- getMatrixFormat() - Method in class edu.ucla.sspace.matrix.SvdlibcSparseBinaryMatrixBuilder
-
- getMergedObjective(double, double) - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Returns the score for the relaxed correlation objective over the entire
data set, undivided.
- getMergedObjective(double, double) - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Returns the score for the relaxed correlation objective over the entire
data set, undivided.
- getMethod(Similarity.SimType) - Static method in class edu.ucla.sspace.common.Similarity
-
- getMonths() - Method in class edu.ucla.sspace.util.TimeSpan
-
Returns the month component of this time span.
- getMostSimilar(String, SemanticSpace, int, Similarity.SimType) - Method in class edu.ucla.sspace.common.WordComparator
-
Compares the provided word to all other words in the provided
SemanticSpace
and return the specified number of words that were most
similar according to the specified similarity measure.
- getMostSimilar(Matrix, int, int, Similarity.SimType) - Method in class edu.ucla.sspace.matrix.RowComparator
-
Compares the specified row to all other rows, returning the k-nearest
rows according to the similarity metric.
- getMostSimilar(Matrix, int, int, SimilarityFunction) - Method in class edu.ucla.sspace.matrix.RowComparator
-
Compares the specified row to all other rows, returning the k-nearest
rows according to the similarity metric.
- getMostSimilar(String, int) - Method in interface edu.ucla.sspace.util.NearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(Set<String>, int) - Method in interface edu.ucla.sspace.util.NearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(Vector, int) - Method in interface edu.ucla.sspace.util.NearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(String, int) - Method in class edu.ucla.sspace.util.PartitioningNearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(Set<String>, int) - Method in class edu.ucla.sspace.util.PartitioningNearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(Vector, int) - Method in class edu.ucla.sspace.util.PartitioningNearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(String, int) - Method in class edu.ucla.sspace.util.SimpleNearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(Set<String>, int) - Method in class edu.ucla.sspace.util.SimpleNearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilar(Vector, int) - Method in class edu.ucla.sspace.util.SimpleNearestNeighborFinder
-
Finds the k most similar words in the semantic space according to
the cosine similarity, returning a mapping from their similarity to the
word itself.
- getMostSimilarValue() - Method in class edu.ucla.sspace.evaluation.FinkelsteinEtAl353WordSimilarityEvaluation
-
Returns the numeric similarity judgement that is equivalent to two words
being completely similar (i.e.
- getMostSimilarValue() - Method in class edu.ucla.sspace.evaluation.RubensteinGoodenoughWordSimilarityEvaluation
-
Returns the numeric similarity judgement that is equivalent to two words
being completely similar (i.e.
- getMostSimilarValue() - Method in interface edu.ucla.sspace.evaluation.WordSimilarityEvaluation
-
Returns the numeric similarity judgement that is equivalent to two words
being completely similar (i.e.
- getNeighbors(int) - Method in class edu.ucla.sspace.graph.AbstractGraph
-
Returns the set of vertices that are connected to the specified vertex,
or an empty set if the vertex is not in this graph.
- getNeighbors(int) - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
-
Returns the set of vertices that are connected to the specified vertex,
or an empty set if the vertex is not in this graph.
- getNeighbors(int) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
-
Returns the set of vertices that are connected to the specified vertex,
or an empty set if the vertex is not in this graph.
- getNeighbors(int) - Method in interface edu.ucla.sspace.graph.Graph
-
Returns the set of vertices that are connected to the specified vertex,
or an empty set if the vertex is not in this graph.
- getNeighbors(int) - Method in class edu.ucla.sspace.graph.GraphAdaptor
-
Returns the set of vertices that are connected to the specified vertex,
or an empty set if the vertex is not in this graph.
- getNeighbors(int) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
-
Returns the set of vertices that are connected to the specified vertex,
or an empty set if the vertex is not in this graph.
- getNeighbors(int) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
-
Returns the set of vertices that are connected to the specified vertex,
or an empty set if the vertex is not in this graph.
- getNewCentroidScore(int, DoubleVector) - Method in class edu.ucla.sspace.clustering.criterion.BaseFunction
-
Returns the new score for the cluster centroid indexed by newCentroidIndex
when dataPoint
is added to it.
- getNewCentroidScore(int, DoubleVector) - Method in class edu.ucla.sspace.clustering.criterion.E1Function
-
Returns the new score for the cluster centroid indexed by newCentroidIndex
when dataPoint
is added to it.
- getNewCentroidScore(int, DoubleVector) - Method in class edu.ucla.sspace.clustering.criterion.G1Function
-
- getNewCentroidScore(int, DoubleVector) - Method in class edu.ucla.sspace.clustering.criterion.I1Function
-
Returns the new score for the cluster centroid indexed by newCentroidIndex
when dataPoint
is added to it.
- getNewCentroidScore(int, DoubleVector) - Method in class edu.ucla.sspace.clustering.criterion.I2Function
-
Returns the new score for the cluster centroid indexed by newCentroidIndex
when dataPoint
is added to it.
- getNode(int) - Method in interface edu.ucla.sspace.dependency.DependencyPath
-
Returns the node location at the specified position along the path.
- getNode(int) - Method in class edu.ucla.sspace.dependency.SimpleDependencyPath
-
Returns the node location at the specified position along the path.
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.AmortizedSparseVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.AtomicSparseVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.CompactSparseIntegerVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.CompactSparseVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.MaskedSparseDoubleVectorView
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.ScaledSparseDoubleVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.SparseHashDoubleVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.SparseHashIntegerVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.SparseHashVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in interface edu.ucla.sspace.vector.SparseVector
-
Returns all the indices whose values are non-zero
- getNonZeroIndices() - Method in class edu.ucla.sspace.vector.TernaryVector
-
Returns all the indices whose values are non-zero
- getObjectInstance(String) - Static method in class edu.ucla.sspace.util.ReflectionUtil
-
Returns an arbitrary object instance based on a class name.
- getObjectOption(char, T) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns a class instance of the class specified associated with optionName
, or defaultValue
if there is no value for the
argument.
- getObjectOption(String, T) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns a class instance of the class specified associated with optionName
, or defaultValue
if there is no value for the
argument.
- getOldCentroidScore(DoubleVector, int, int) - Method in class edu.ucla.sspace.clustering.criterion.BaseFunction
-
Returns the new score for the cluster centroid represented by altCurrentCentroid
with the new altClusterSize
.
- getOldCentroidScore(DoubleVector, int, int) - Method in class edu.ucla.sspace.clustering.criterion.E1Function
-
Returns the new score for the cluster centroid represented by altCurrentCentroid
with the new altClusterSize
.
- getOldCentroidScore(DoubleVector, int, int) - Method in class edu.ucla.sspace.clustering.criterion.G1Function
-
Returns the new score for the cluster centroid represented by altCurrentCentroid
with the new altClusterSize
.
- getOldCentroidScore(DoubleVector, int, int) - Method in class edu.ucla.sspace.clustering.criterion.I1Function
-
Returns the new score for the cluster centroid represented by altCurrentCentroid
with the new altClusterSize
.
- getOldCentroidScore(DoubleVector, int, int) - Method in class edu.ucla.sspace.clustering.criterion.I2Function
-
Returns the new score for the cluster centroid represented by altCurrentCentroid
with the new altClusterSize
.
- getOptions() - Method in interface edu.ucla.sspace.evaluation.MultipleChoiceQuestion
-
Returns a list of options to the prompt question.
- getOptions() - Method in class edu.ucla.sspace.evaluation.SimpleMultipleChoiceQuestion
-
Returns a list of options to the prompt question.
- getOriginalVector() - Method in class edu.ucla.sspace.vector.MaskedDoubleVectorView
-
Returns the original vector that this view is wrapping.
- getPairs() - Method in class edu.ucla.sspace.evaluation.FinkelsteinEtAl353WordSimilarityEvaluation
-
Returns a collection of human similarity judgements for word pairs.
- getPairs() - Method in class edu.ucla.sspace.evaluation.RubensteinGoodenoughWordSimilarityEvaluation
-
Returns a collection of human similarity judgements for word pairs.
- getPairs() - Method in interface edu.ucla.sspace.evaluation.WordSimilarityEvaluation
-
Returns a collection of human similarity judgements for word pairs.
- getPermutations() - Method in class edu.ucla.sspace.dri.DependencyRandomIndexing
-
- getPositionalArg(int) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the argument that was provided at the position based on the
original ordering.
- getPositionalArgs() - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the positional arguments in the order they were provided.
- getPrimaryKey(DependencyTreeNode) - Method in class edu.ucla.sspace.wordsi.DependencyContextExtractor
-
Returns the token for the primary key, i.e.
- getPrimitive(int) - Method in class edu.ucla.sspace.util.SparseDoubleArray
-
Retrieves the value at specified index or 0 if no value had been
specified.
- getPrimitive(int) - Method in class edu.ucla.sspace.util.SparseIntArray
-
Retrieve the value at specified index or 0 if no value had been
specified.
- getPrimitive(int) - Method in class edu.ucla.sspace.util.SparseLongArray
-
Retrieve the value at specified index or 0 if no value had been
specified.
- getPrompt() - Method in interface edu.ucla.sspace.evaluation.MultipleChoiceQuestion
-
Returns the question prompt.
- getPrompt() - Method in class edu.ucla.sspace.evaluation.SimpleMultipleChoiceQuestion
-
Returns the question prompt.
- getProperty(String) - Method in class edu.ucla.sspace.util.Properties
-
Returns the string property associated with propName
- getProperty(String, String) - Method in class edu.ucla.sspace.util.Properties
-
Returns the string property associated with propName
, or defaultValue
if there is no property.
- getProperty(String, int) - Method in class edu.ucla.sspace.util.Properties
-
Returns the integer value of the property associated with propName
,
or defaultValue
if there is no property.
- getProperty(String, double) - Method in class edu.ucla.sspace.util.Properties
-
Returns the double value of the property associated with propName
,
or defaultValue
if there is no property.
- getProperty(String, T) - Method in class edu.ucla.sspace.util.Properties
-
Returns a class instance of the property associated with propName
,
or defaultValue
if there is no property.
- getPseudoWordMap() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
-
Returns a mapping from real tokens to their pseudo word tokens, or null
if the -P
option is not specified.
- getQuestions() - Method in class edu.ucla.sspace.evaluation.ESLSynonymEvaluation
-
Returns a collection of multiple choice questions that can be used to
evaluate a
SemanticSpace
.
- getQuestions() - Method in class edu.ucla.sspace.evaluation.ToeflSynonymEvaluation
-
Returns a collection of multiple choice questions that can be used to
evaluate a
SemanticSpace
.
- getQuestions() - Method in interface edu.ucla.sspace.evaluation.WordChoiceEvaluation
-
Returns a collection of multiple choice questions that can be used to
evaluate a
SemanticSpace
.
- getRealRow(int) - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
-
Returns the row in the backing matrix that the virtualRow
value
is mapped to in the row-masked matrix.
- getRelation(int) - Method in interface edu.ucla.sspace.dependency.DependencyPath
-
Returns the relation connecting the node at the specified position to the
next node.
- getRelation(int) - Method in class edu.ucla.sspace.dependency.SimpleDependencyPath
-
Returns the relation connecting the node at the specified position to the
next node.
- getRemainingTasks(Object) - Method in class edu.ucla.sspace.util.WorkQueue
-
Returns the number of tasks that need to be completed before the group
associated with the key is complete.
- getRightCut() - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Returns the data set in the second (right) region.
- getRightCut() - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Returns the data set in the second (right) region.
- getRightReordering() - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Return the ordering of the second region with respect to the original
data set.
- getRightReordering() - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Return the ordering of the second region with respect to the original
data set.
- getRoot() - Method in interface edu.ucla.sspace.graph.EdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRoot() - Method in class edu.ucla.sspace.graph.GenericEdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRoot() - Method in class edu.ucla.sspace.graph.SparseDirectedEdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRoot() - Method in class edu.ucla.sspace.graph.SparseDirectedTypedEdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRoot() - Method in class edu.ucla.sspace.graph.SparseTypedEdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRoot() - Method in class edu.ucla.sspace.graph.SparseUndirectedEdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRoot() - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRoot() - Method in class edu.ucla.sspace.graph.SparseWeightedEdgeSet
-
Returns the vertex to which all edges in this set are connected.
- getRow(int) - Method in class edu.ucla.sspace.matrix.AbstractMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.ArrayMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.CellMaskedMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.DiagonalMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.GrowingSparseMatrix
-
Returns the entire row.
- getRow(int) - Method in interface edu.ucla.sspace.matrix.Matrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.OnDiskMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.RowScaledMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.TransposedMatrix
-
Returns the entire row.
- getRow(int) - Method in class edu.ucla.sspace.matrix.YaleSparseMatrix
-
Returns the entire row.
- getRowIndex(String) - Method in class edu.ucla.sspace.util.SemanticSpaceMatrix
-
Returns the row to which the provided term is mapped or null
if
the term is not mapped to any row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.AbstractMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.ArrayMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.CellMaskedMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.CellMaskedSparseMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.DiagonalMatrix
-
Returns the row as a sparse vector.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.GrowingSparseMatrix
-
- getRowVector(int) - Method in interface edu.ucla.sspace.matrix.Matrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.OnDiskMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.RowScaledMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.RowScaledSparseMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.SparseHashMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in interface edu.ucla.sspace.matrix.SparseMatrix
-
Returns the row as a sparse vector.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.SparseOnDiskMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.SparseRowMaskedMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.SparseSymmetricMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.SymmetricMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
-
Returns the row as a sparse vector.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.TransposedMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVector(int) - Method in class edu.ucla.sspace.matrix.YaleSparseMatrix
-
Returns the row as a sparse vector.
- getRowVector(int) - Method in class edu.ucla.sspace.util.SemanticSpaceMatrix
-
Returns a DoubleVector
for an entire row.
- getRowVectorUnsafe(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
-
Returns an immutable view of the row's data as a non-atomic vector, which
may present an inconsistent view of the data if this matrix is being
concurrently modified.
- getRowVectorUnsafe(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
-
Provides non-atomic access to the data at the specified row, which may
present an inconsistent view of the data if this matrix is being
concurrently modified.
- getRowVectorUnsafe(int) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
-
Returns an immutable view of the row's data as a non-atomic vector, which
may present an inconsistent view of the data if this matrix is being
concurrently modified.
- getScalar() - Method in class edu.ucla.sspace.vector.ScaledDoubleVector
-
Returns the scalar multiple used by this instance to change the values of
the backing vector
- getSecondaryKey(DependencyTreeNode, String) - Method in class edu.ucla.sspace.wordsi.DependencyContextExtractor
-
Returns the token for the secondary key.
- getSecondaryKey(DependencyTreeNode, String) - Method in class edu.ucla.sspace.wordsi.semeval.SemEvalDependencyContextExtractor
-
Returns the word of the focusNode
- getSecondWord() - Method in class edu.ucla.sspace.evaluation.SimpleWordSimilarity
-
Returns the second word in the pair.
- getSecondWord() - Method in interface edu.ucla.sspace.evaluation.WordSimilarity
-
Returns the second word in the pair.
- getSimilarity(Similarity.SimType, double[], double[]) - Static method in class edu.ucla.sspace.common.Similarity
-
Calculates the similarity of the two vectors using the provided
similarity measure.
- getSimilarity(Similarity.SimType, T, T) - Static method in class edu.ucla.sspace.common.Similarity
-
Calculates the similarity of the two vectors using the provided
similarity measure.
- getSimilarity() - Method in class edu.ucla.sspace.evaluation.SimpleWordSimilarity
-
Returns the human similarity judgement for the two words.
- getSimilarity() - Method in interface edu.ucla.sspace.evaluation.WordSimilarity
-
Returns the human similarity judgement for the two words.
- getSimilarityFunction(Similarity.SimType) - Static method in class edu.ucla.sspace.common.Similarity
-
- getSolution(int) - Method in class edu.ucla.sspace.clustering.LinkClustering
-
Returns the clustering solution after the specified number of merge
steps.
- getSolutionDensity(int) - Method in class edu.ucla.sspace.clustering.LinkClustering
-
Returns the partition density of the clustering solution.
- getSpace() - Method in class edu.ucla.sspace.mains.BeagleMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.CoalsMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.DependencyRandomIndexingMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.DependencyVectorSpaceMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.ESAMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.GenericMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.GrefenstetteMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.GwsMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.HALMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.IsaMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.LpcsMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.LpsaMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.LSAMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.PLSAMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.PurandareMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.RandomIndexingMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.ReflectiveRandomIndexingMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.StructuredVectorSpaceMain
-
- getSpace() - Method in class edu.ucla.sspace.mains.VsmMain
-
- getSpace() - Method in class edu.ucla.sspace.tools.BasisMaker
-
- getSpace() - Method in class edu.ucla.sspace.tools.DependencyBasisMaker
-
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.BeagleMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.CoalsMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.DependencyRandomIndexingMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.DependencyVectorSpaceMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.DVRIWordsiMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.DVWordsiMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.ESAMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.GenericMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.GwsMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.HALMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.IsaMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.LpcsMain
-
Returns the format as the default
format of a LocalityPreservingCooccurrenceSpace
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.LpsaMain
-
Returns the format as the default
format of a LocalityPreservingSemanticAnalysis
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.LSAMain
-
Returns the format as the default
format of a LatentSemanticAnalysis
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.PLSAMain
-
Returns the format as the default
format of a LatentSemanticAnalysis
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.PreComputedWordsiMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.PurandareMain
-
Returns the sparse_binary
format as
the default format of a PurandareFirstOrder
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.RandomIndexingMain
-
Returns the format as
the default format of a RandomIndexing
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.ReflectiveRandomIndexingMain
-
Returns the format as
the default format of a ReflectiveRandomIndexing
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.RIWordsiMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.StructuredVectorSpaceMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.TopicWordsiMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.VsmMain
-
Returns the format as the
default format of a VectorSpaceModel
space.
- getSpaceFormat() - Method in class edu.ucla.sspace.mains.WCWordsiMain
-
Returns the format
in which the
finished SemanticSpace
should be saved.
- getSpaceName() - Method in class edu.ucla.sspace.beagle.Beagle
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.coals.Coals
-
- getSpaceName() - Method in class edu.ucla.sspace.common.CachingOnDiskSemanticSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.common.OnDiskSemanticSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in interface edu.ucla.sspace.common.SemanticSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.common.StaticSemanticSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.common.VectorMapSemanticSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.dri.DependencyRandomIndexing
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.dv.DependencyVectorSpace
-
Returns "DependencyVectorSpace
" plus this instance's
configuration of a basis mapping, path weighting and path acceptor.
- getSpaceName() - Method in class edu.ucla.sspace.esa.ExplicitSemanticAnalysis
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.grefenstette.Grefenstette
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.gws.GenericWordSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.isa.IncrementalSemanticAnalysis
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.lsa.LatentSemanticAnalysis
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.nonlinear.LocalityPreservingCooccurrenceSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.nonlinear.LocalityPreservingSemanticAnalysis
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.purandare.PurandareFirstOrder
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.ri.RandomIndexing
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.rri.ReflectiveRandomIndexing
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.svs.StructuredVectorSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.tools.BasisMaker.OccurrenceCounter
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.tools.DependencyBasisMaker.OccurrenceCounter
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.tri.FixedDurationTemporalRandomIndexing
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.vsm.VectorSpaceModel
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSpaceName() - Method in class edu.ucla.sspace.wordsi.BaseWordsi
-
Returns a unique string describing the name and configuration of this
algorithm.
- getSparseCentroids() - Method in class edu.ucla.sspace.clustering.Assignments
-
Returns an array of sparse centroid vectors of each discovered cluster
which are scaled according the the number of data points asisgned to that
cluster.
- getSplitObjective(double, double, int, int[], int, int[]) - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Returns the score for the relaxed correlation objective when the data
matrix is divided into multiple clusters.
- getSplitObjective(double, double, int, int[], int, int[]) - Method in interface edu.ucla.sspace.clustering.EigenCut
-
Returns the score for the relaxed correlation objective when the data
matrix is divided into multiple clusters.
- getStatistic(int, double, double) - Method in class edu.ucla.sspace.graph.Fanmod.FrequencyAndZScoreFilter
-
- getStatistic(int, double, double) - Method in class edu.ucla.sspace.graph.Fanmod.FrequencyFilter
-
- getStatistic(int, double, double) - Method in interface edu.ucla.sspace.graph.Fanmod.MotifFilter
-
Returns the value used by this filter to identify whether a subgraph
is a motif, which could be the Z-score, for example.
- getStatistic(int, double, double) - Method in class edu.ucla.sspace.graph.Fanmod.ZScoreFilter
-
- getStrength(int) - Method in interface edu.ucla.sspace.evaluation.NormedPrimingQuestion
-
Returns the i
th target strength assicated with the cue.
- getStrength(int) - Method in class edu.ucla.sspace.evaluation.SimpleNormedPrimingQuestion
-
Returns the i
th target strength assicated with the cue.
- getStringOption(char) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the String value associated with the shortName
option.
- getStringOption(char, String) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the shortName
, or defaultValue
if no value was found during parsing.
- getStringOption(String) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the boolean value associated with the optionName
option.
- getStringOption(String, String) - Method in class edu.ucla.sspace.common.ArgOptions
-
Returns the value associated with the optionName
, or defaultValue
if no value was found during parsing.
- getTarget(int) - Method in interface edu.ucla.sspace.evaluation.NormedPrimingQuestion
-
Returns the i
th target assicated with the cue.
- getTarget(int) - Method in class edu.ucla.sspace.evaluation.SimpleNormedPrimingQuestion
-
Returns the i
th target assicated with the cue.
- getTest() - Method in class edu.ucla.sspace.text.TermAssociationFinder
-
- getTimeSteps(String) - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns the time steps in which the provided word occurs (optional
operation).
- getTimeSteps(String) - Method in interface edu.ucla.sspace.temporal.TemporalSemanticSpace
-
Returns the time steps in which the provided word occurs (optional
operation).
- getTimeSteps(String) - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Not supported
- getTokenCounts() - Method in class edu.ucla.sspace.tools.DepTokenCounter
-
Returns a mapping from each seen token to the number of times it occurred
- getTokenCounts() - Method in class edu.ucla.sspace.tools.TokenCounter
-
Returns a mapping from each seen token to the number of times it occurred
- getTokens() - Method in class edu.ucla.sspace.tools.DepPsdTokenCounter
-
- getTokens() - Method in class edu.ucla.sspace.tools.DepSemTokenCounter
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.BaseTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.BaseTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.CorrelationTransform
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.CorrelationTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.LogEntropyTransform
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.LogEntropyTransform
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.LogLikelihoodTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.LogLikelihoodTransform
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.PointWiseMutualInformationTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.PointWiseMutualInformationTransform
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.RowMagnitudeTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.RowMagnitudeTransform
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.TfIdfDocStripedTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.TfIdfDocStripedTransform
-
- getTransform(Matrix) - Method in class edu.ucla.sspace.matrix.TfIdfTransform
-
- getTransform(File, MatrixIO.Format) - Method in class edu.ucla.sspace.matrix.TfIdfTransform
-
- getValue(int) - Method in class edu.ucla.sspace.vector.AbstractDoubleVector
-
Returns the value of the vector at the given index as a Double
.
- getValue(int) - Method in class edu.ucla.sspace.vector.AbstractIntegerVector
-
Returns the value of the vector at the given index as a Integer
.
- getValue(int) - Method in class edu.ucla.sspace.vector.AmortizedSparseVector
-
Return the value of the vector at the given index as a Number
.
- getValue(int) - Method in class edu.ucla.sspace.vector.AtomicSparseVector
-
Return the value of the vector at the given index as a Number
.
- getValue(int) - Method in class edu.ucla.sspace.vector.AtomicVector
-
Returns the value of the vector at the given index as a Double
.
- getValue(int) - Method in class edu.ucla.sspace.vector.DenseDynamicMagnitudeVector
-
Returns the value of the vector at the given index as a Double
.
- getValue(int) - Method in interface edu.ucla.sspace.vector.DoubleVector
-
Returns the value of the vector at the given index as a Double
.
- getValue(int) - Method in interface edu.ucla.sspace.vector.IntegerVector
-
Returns the value of the vector at the given index as a Integer
.
- getValue(int) - Method in class edu.ucla.sspace.vector.MaskedDoubleVectorView
-
Return the value of the vector at the given index as a Number
.
- getValue(int) - Method in class edu.ucla.sspace.vector.ScaledDoubleVector
-
Returns the value of the vector at the given index as a Double
.
- getValue(int) - Method in class edu.ucla.sspace.vector.SparseHashDoubleVector
-
Return the value of the vector at the given index as a Number
.
- getValue(int) - Method in class edu.ucla.sspace.vector.SparseHashVector
-
Return the value of the vector at the given index as a Number
.
- getValue(int) - Method in class edu.ucla.sspace.vector.TernaryVector
-
Return the value of the vector at the given index as a Number
.
- getValue(int) - Method in interface edu.ucla.sspace.vector.Vector
-
Return the value of the vector at the given index as a Number
.
- getVector(String) - Method in class edu.ucla.sspace.beagle.Beagle
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.coals.Coals
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.common.CachingOnDiskSemanticSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.common.GenericTermDocumentVectorSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.common.OnDiskSemanticSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in interface edu.ucla.sspace.common.SemanticSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.common.StaticSemanticSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.common.VectorMapSemanticSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.dri.DependencyRandomIndexing
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.dv.DependencyVectorSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.grefenstette.Grefenstette
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.gws.GenericWordSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.isa.IncrementalSemanticAnalysis
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.nonlinear.LocalityPreservingCooccurrenceSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.purandare.PurandareFirstOrder
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.ri.RandomIndexing
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.rri.ReflectiveRandomIndexing
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.svs.StructuredVectorSpace
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences.
- getVector(String) - Method in interface edu.ucla.sspace.temporal.TemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences.
- getVector(String) - Method in class edu.ucla.sspace.tools.BasisMaker.OccurrenceCounter
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.tools.DependencyBasisMaker.OccurrenceCounter
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Returns the provided word's semantic vector based on all temporal
occurrences.
- getVector() - Method in class edu.ucla.sspace.vector.AtomicSparseVector
-
- getVector() - Method in class edu.ucla.sspace.vector.AtomicVector
-
- getVector(String) - Method in class edu.ucla.sspace.wordsi.EvaluationWordsi
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.wordsi.StreamingWordsi
-
Returns the semantic vector for the provided word.
- getVector(String) - Method in class edu.ucla.sspace.wordsi.WaitingWordsi
-
Returns the semantic vector for the provided word.
- getVectorAfter(String, long) - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences occurring on or after the provided timestamp (optional
operation).
- getVectorAfter(String, long) - Method in interface edu.ucla.sspace.temporal.TemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences occurring on or after the provided timestamp (optional
operation).
- getVectorAfter(String, long) - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Not supported
- getVectorBefore(String, long) - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences before the provided timestamp (optional operation).
- getVectorBefore(String, long) - Method in interface edu.ucla.sspace.temporal.TemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences before the provided timestamp (optional operation).
- getVectorBefore(String, long) - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Not supported
- getVectorBetween(String, long, long) - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences that happened on or after the start timestamp but before the
ending timestamp (optional operation).
- getVectorBetween(String, long, long) - Method in interface edu.ucla.sspace.temporal.TemporalSemanticSpace
-
Returns the provided word's semantic vector based on all temporal
occurrences that happened on or after the start timestamp but before the
ending timestamp (optional operation).
- getVectorBetween(String, long, long) - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Not supported
- getVectorLength() - Method in class edu.ucla.sspace.beagle.Beagle
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.coals.Coals
-
- getVectorLength() - Method in class edu.ucla.sspace.common.CachingOnDiskSemanticSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.common.GenericTermDocumentVectorSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.common.OnDiskSemanticSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in interface edu.ucla.sspace.common.SemanticSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.common.StaticSemanticSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.common.VectorMapSemanticSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.dri.DependencyRandomIndexing
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.dv.DependencyVectorSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.grefenstette.Grefenstette
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.gws.GenericWordSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.isa.IncrementalSemanticAnalysis
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.nonlinear.LocalityPreservingCooccurrenceSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.purandare.PurandareFirstOrder
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.ri.RandomIndexing
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.rri.ReflectiveRandomIndexing
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.svs.StructuredVectorSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.tools.BasisMaker.OccurrenceCounter
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.tools.DependencyBasisMaker.OccurrenceCounter
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.AbstractOccurrenceDependencyContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.BaseWordsi
-
Returns the length of vectors in this semantic space.
- getVectorLength() - Method in interface edu.ucla.sspace.wordsi.ContextExtractor
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in interface edu.ucla.sspace.wordsi.ContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.DependencyContextExtractor
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in interface edu.ucla.sspace.wordsi.DependencyContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.GeneralContextExtractor
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.PreComputedContextExtractor
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.psd.PseudoWordContextExtractor
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.RandomIndexingContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.RandomIndexingDependencyContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.SelPrefDependencyContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.semeval.SemEvalContextExtractor
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.TopicModelContextExtractor
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.WordOccrrenceContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVectorLength() - Method in class edu.ucla.sspace.wordsi.WordOccrrenceDependencyContextGenerator
-
Returns the maximum number of dimensions used to represent any given
context.
- getVertexMapping() - Method in interface edu.ucla.sspace.graph.isomorphism.State
-
Returns the current mapping between vertices.
- getVertexMapping() - Method in class edu.ucla.sspace.graph.isomorphism.TypedVF2State
-
Returns the current mapping between vertices.
- getVertexMapping() - Method in class edu.ucla.sspace.graph.isomorphism.VF2State
-
Returns the current mapping between vertices.
- getWeeks() - Method in class edu.ucla.sspace.util.TimeSpan
-
Returns the week component of this time span.
- getWeighter() - Method in class edu.ucla.sspace.mains.DVWordsiMain
-
- getWords() - Method in class edu.ucla.sspace.beagle.Beagle
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.coals.Coals
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.common.CachingOnDiskSemanticSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.common.GenericTermDocumentVectorSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.common.OnDiskSemanticSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in interface edu.ucla.sspace.common.SemanticSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.common.StaticSemanticSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.common.VectorMapSemanticSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.dri.DependencyRandomIndexing
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.dv.DependencyVectorSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.grefenstette.Grefenstette
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.gws.GenericWordSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.isa.IncrementalSemanticAnalysis
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.nonlinear.LocalityPreservingCooccurrenceSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.purandare.PurandareFirstOrder
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.ri.RandomIndexing
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.rri.ReflectiveRandomIndexing
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.svs.StructuredVectorSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.temporal.FileBasedTemporalSemanticSpace
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.tools.BasisMaker.OccurrenceCounter
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.tools.DependencyBasisMaker.OccurrenceCounter
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.wordsi.EvaluationWordsi
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.wordsi.StreamingWordsi
-
Returns the set of words that are represented in this semantic space.
- getWords() - Method in class edu.ucla.sspace.wordsi.WaitingWordsi
-
Returns the set of words that are represented in this semantic space.
- getWordToIndexVector() - Method in class edu.ucla.sspace.isa.IncrementalSemanticAnalysis
-
Returns an unmodifiable view on the token to
IntegerVector
mapping used by this instance.
- getWordToIndexVector() - Method in class edu.ucla.sspace.ri.RandomIndexing
-
Returns an unmodifiable view on the token to
IntegerVector
mapping used by this instance.
- getWordToIndexVector() - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Returns an unmodifiable view on the token to
TernaryVector
mapping used by this instance.
- getWordToVectorMap() - Method in class edu.ucla.sspace.dri.DependencyRandomIndexing
-
- getWorkQueue() - Static method in class edu.ucla.sspace.util.WorkQueue
-
Returns the canonical instance of the
WorkQueue
to be used in
running concurrent tasks.
- getWorkQueue(int) - Static method in class edu.ucla.sspace.util.WorkQueue
-
Returns the canonical instance of the
WorkQueue
to be used in
running concurrent tasks, ensuring the
at least the specified
number of threads are available.
- getYears() - Method in class edu.ucla.sspace.util.TimeSpan
-
Returns the year component of this time span.
- GexfIO - Class in edu.ucla.sspace.graph.io
-
An implementation for writing
Graph
instances as
gexf-formatted files, which are commonly
used with the
Gephi graph program.
- GexfIO() - Constructor for class edu.ucla.sspace.graph.io.GexfIO
-
- GlobalTransform - Interface in edu.ucla.sspace.matrix
-
An interface for matrix transformations.
- goodmanKruskalGamma(DoubleVector, DoubleVector) - Static method in class edu.ucla.sspace.common.Similarity
-
- Graph<E extends Edge> - Interface in edu.ucla.sspace.graph
-
An interface specification for interacting with
Graph objects.
- GraphAdaptor<T extends Edge> - Class in edu.ucla.sspace.graph
-
An abstract adaptor class that wraps an existing
Graph
.
- GraphAdaptor(Graph<T>) - Constructor for class edu.ucla.sspace.graph.GraphAdaptor
-
- GraphConstructionException - Exception in edu.ucla.sspace.graph
-
An exception for cases where a change to a graph has resulted in an invalid
construction according to its design contract.
- GraphConstructionException() - Constructor for exception edu.ucla.sspace.graph.GraphConstructionException
-
- GraphConstructionException(String) - Constructor for exception edu.ucla.sspace.graph.GraphConstructionException
-
- GraphIO - Class in edu.ucla.sspace.graph
-
A collection of static utility methods for reading and writing graphs.
- GraphIO.GraphFileFormat - Enum in edu.ucla.sspace.graph
-
- GraphIO.GraphType - Enum in edu.ucla.sspace.graph
-
- GraphMLReader - Class in edu.ucla.sspace.graph.io
-
Copyright © 2012. All Rights Reserved.