A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AbstractBasisMapping<T,K> - Class in edu.ucla.sspace.basis
An abstract base class for BasisMappings that implements most of the required functionality.
AbstractBasisMapping() - Constructor for class edu.ucla.sspace.basis.AbstractBasisMapping
Creates a new AbstractBasisMapping.
AbstractDoubleVector - Class in edu.ucla.sspace.vector
An abstract base class that provides default implementations of common methods in DoubleVector.
AbstractDoubleVector() - Constructor for class edu.ucla.sspace.vector.AbstractDoubleVector
 
AbstractGraph<T extends Edge,S extends EdgeSet<T>> - Class in edu.ucla.sspace.graph
A base class for many Graph implementations.
AbstractGraph() - Constructor for class edu.ucla.sspace.graph.AbstractGraph
Creates an empty AbstractGraph
AbstractGraph(Set<Integer>) - Constructor for class edu.ucla.sspace.graph.AbstractGraph
Creates a new AbstractGraph with the provided set of vertices.
AbstractGraph.Subgraph - Class in edu.ucla.sspace.graph
A Graph implementation for representing the view of a subset of a graph's vertices while tracking changes to the graph on which this Subgraph is a view.
AbstractGraph.Subgraph(Set<Integer>) - Constructor for class edu.ucla.sspace.graph.AbstractGraph.Subgraph
Creates a new subgraph from the provided set of vertices
AbstractIntegerVector - Class in edu.ucla.sspace.vector
An abstract base class that provides default implementations of common methods in IntegerVector.
AbstractIntegerVector() - Constructor for class edu.ucla.sspace.vector.AbstractIntegerVector
 
AbstractIntSet - Class in edu.ucla.sspace.util.primitive
An abstact base class that implements all of the IntSet
AbstractIntSet() - Constructor for class edu.ucla.sspace.util.primitive.AbstractIntSet
 
AbstractIsomorphismTester - Class in edu.ucla.sspace.graph.isomorphism
An abstraction of an IsomorphismTester that relies on algorithm-specific State implementations to check for edge and vertex contraints when performing isomorphism testing.
AbstractIsomorphismTester() - Constructor for class edu.ucla.sspace.graph.isomorphism.AbstractIsomorphismTester
 
AbstractMatrix - Class in edu.ucla.sspace.matrix
An abstract Matrix class that provides common implementations for generic matrix operations.
AbstractMatrix() - Constructor for class edu.ucla.sspace.matrix.AbstractMatrix
 
AbstractNormedWordPrimingTest - Class in edu.ucla.sspace.evaluation
 
AbstractNormedWordPrimingTest(Set<NormedPrimingQuestion>) - Constructor for class edu.ucla.sspace.evaluation.AbstractNormedWordPrimingTest
 
AbstractNormedWordPrimingTest.SimpleNormedWordPrimingReport - Class in edu.ucla.sspace.evaluation
A simple NormedWordPrimingReport that serves as a struct.
AbstractNormedWordPrimingTest.SimpleNormedWordPrimingReport(int, int, double) - Constructor for class edu.ucla.sspace.evaluation.AbstractNormedWordPrimingTest.SimpleNormedWordPrimingReport
AbstractOccurrenceDependencyContextGenerator - Class in edu.ucla.sspace.wordsi
An abstract DependencyContextGenerator that creates a context vector for a node in an array of DependencyTreeNodes by using any form of co-occurrence information in the tree.
AbstractOccurrenceDependencyContextGenerator(BasisMapping<String, String>, int) - Constructor for class edu.ucla.sspace.wordsi.AbstractOccurrenceDependencyContextGenerator
AbstractSvd - Class in edu.ucla.sspace.matrix.factorization
An abstract base class for any Singular Value Decomposition implementation.
AbstractSvd() - Constructor for class edu.ucla.sspace.matrix.factorization.AbstractSvd
 
AbstractSymmetricSimilarityFunction - Class in edu.ucla.sspace.similarity
A base implementation for any symmetic SimilarityFunction that requires no parameters.
AbstractSymmetricSimilarityFunction() - Constructor for class edu.ucla.sspace.similarity.AbstractSymmetricSimilarityFunction
 
AbstractVector<T extends Number> - Class in edu.ucla.sspace.vector
An abstract base class that provides default implementations of common methods in Vector.
AbstractVector() - Constructor for class edu.ucla.sspace.vector.AbstractVector
 
AbstractWordAssociationTest - Class in edu.ucla.sspace.evaluation
A test-runner for evaluating the performance of a SemanticSpace on a WordSimilarityEvaluation test.
AbstractWordAssociationTest(Map<Pair<String>, Double>) - Constructor for class edu.ucla.sspace.evaluation.AbstractWordAssociationTest
 
AbstractWordPrimingTest - Class in edu.ucla.sspace.evaluation
A test-runner for evaluating the performance of a SemanticSpace on a WordSimilarityEvaluation test.
AbstractWordPrimingTest(Set<Pair<String>>) - Constructor for class edu.ucla.sspace.evaluation.AbstractWordPrimingTest
 
AbstractWordPrimingTest.SimpleWordPrimingReport - Class in edu.ucla.sspace.evaluation
A simple struct serving as a WordPrimingReport.
AbstractWordPrimingTest.SimpleWordPrimingReport(int, double, double) - Constructor for class edu.ucla.sspace.evaluation.AbstractWordPrimingTest.SimpleWordPrimingReport
accept(DependencyRelation) - Method in interface edu.ucla.sspace.dependency.DependencyRelationAcceptor
Returns wether or not the given dependency relation should be accepted.
accept(DependencyRelation) - Method in class edu.ucla.sspace.dependency.SubjObjRelationAcceptor
Returns wether or not the given dependency relation should be accepted.
accept(DependencyRelation) - Method in class edu.ucla.sspace.dependency.UniversalRelationAcceptor
Returns wether or not the given dependency relation should be accepted.
accept(String) - Method in class edu.ucla.sspace.text.TokenFilter
Returns true if the token is valid according to the configuration of this filter.
accepts(DependencyPath) - Method in interface edu.ucla.sspace.dependency.DependencyPathAcceptor
Returns true if the path is valid according to this acceptor's standards
accepts(DependencyPath) - Method in class edu.ucla.sspace.dependency.UniversalPathAcceptor
Returns true if the path is valid according to this acceptor's standards
accepts(DependencyPath) - Method in class edu.ucla.sspace.dv.MaximumMiniparTemplateAcceptor
Returns true if the path matches one of the predefined templates
accepts(DependencyPath) - Method in class edu.ucla.sspace.dv.MediumMiniparTemplateAcceptor
Returns true if the path matches one of the predefined templates
accepts(DependencyPath) - Method in class edu.ucla.sspace.dv.MediumPennTemplateAcceptor
Returns true if the path matches one of the predefined templates
accepts(DependencyPath) - Method in class edu.ucla.sspace.dv.MinimumMiniparTemplateAcceptor
Returns true if the path matches one of the predefined templates
accepts(DependencyPath) - Method in class edu.ucla.sspace.dv.MinimumPennTemplateAcceptor
Returns true if the path matches one of the predefined templates
accepts(int, double, double) - Method in class edu.ucla.sspace.graph.Fanmod.FrequencyAndZScoreFilter
 
accepts(int, double, double) - Method in class edu.ucla.sspace.graph.Fanmod.FrequencyFilter
 
accepts(int, double, double) - Method in interface edu.ucla.sspace.graph.Fanmod.MotifFilter
Returns true if the information on the subgraph's frequencies indicate that it is a motif
accepts(int, double, double) - Method in class edu.ucla.sspace.graph.Fanmod.ZScoreFilter
 
acceptWord(String) - Method in class edu.ucla.sspace.mains.LexSubWordsiMain.LexSubWordsi
 
acceptWord(String) - Method in class edu.ucla.sspace.wordsi.BaseWordsi
Returns true if this Wordsi implementation should generate a semantic vector for word.
acceptWord(DependencyTreeNode, String, Wordsi) - Method in class edu.ucla.sspace.wordsi.DependencyContextExtractor
Returns true if Wordsi should generate a context vector for focusWord.
acceptWord(DependencyTreeNode, String, Wordsi) - Method in class edu.ucla.sspace.wordsi.psd.PseudoWordDependencyContextExtractor
Returns true if focusWord is a known pseudo word.
acceptWord(DependencyTreeNode, String, Wordsi) - Method in class edu.ucla.sspace.wordsi.semeval.SemEvalDependencyContextExtractor
Returns true if the focusWord equals the contextHeader.
acceptWord(String) - Method in interface edu.ucla.sspace.wordsi.Wordsi
Returns true if this Wordsi implementation should generate a semantic vector for word.
add(DoubleVector, Vector, int) - Method in class edu.ucla.sspace.common.DocumentVectorBuilder
 
add(int) - Method in class edu.ucla.sspace.graph.AbstractGraph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(T) - Method in class edu.ucla.sspace.graph.AbstractGraph
Adds an edge between the two vertices, returning true if the edge was not previously present (optional operation).
add(int) - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(T) - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
Adds an edge between the two vertices, returning true if the edge was not previously present (optional operation).
add(int) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(DirectedTypedEdge<T>) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
Adds an edge between the two vertices, returning true if the edge was not previously present (optional operation).
add(T) - Method in interface edu.ucla.sspace.graph.EdgeSet
Adds the edge to the set only if the edge is connected to the root vertex.
add(T) - Method in class edu.ucla.sspace.graph.GenericEdgeSet
Adds the edge to the set only if the edge is connected to the root vertex.
add(int) - Method in interface edu.ucla.sspace.graph.Graph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(E) - Method in interface edu.ucla.sspace.graph.Graph
Adds an edge between the two vertices, returning true if the edge was not previously present (optional operation).
add(int) - Method in class edu.ucla.sspace.graph.GraphAdaptor
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(T) - Method in class edu.ucla.sspace.graph.GraphAdaptor
Adds an edge between the two vertices, returning true if the edge was not previously present (optional operation).
add(Counter<? extends G>) - Method in class edu.ucla.sspace.graph.isomorphism.IsomorphicGraphCounter
Counts the number of isomorphic graphs in c and includes their sum in this counter.
add(G) - Method in class edu.ucla.sspace.graph.isomorphism.IsomorphicSet
 
add(Counter<? extends G>) - Method in class edu.ucla.sspace.graph.isomorphism.TypedIsomorphicGraphCounter
Counts the number of isomorphic graphs in c and includes their sum in this counter.
add(L) - Method in class edu.ucla.sspace.graph.LabeledGraph
 
add(int) - Method in class edu.ucla.sspace.graph.LabeledGraph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(DirectedEdge) - Method in class edu.ucla.sspace.graph.SparseDirectedEdgeSet
Adds the edge to this set if one of the vertices is the root vertex and if the non-root vertex has a greater index that this vertex.
add(DirectedTypedEdge<T>) - Method in class edu.ucla.sspace.graph.SparseDirectedTypedEdgeSet
Adds the edge to this set if one of the vertices is the root vertex and if the non-root vertex has a greater index that this vertex.
add(TypedEdge<T>) - Method in class edu.ucla.sspace.graph.SparseTypedEdgeSet
Adds the edge to this set if one of the vertices is the root vertex and if the non-root vertex has a greater index that this vertex.
add(Edge) - Method in class edu.ucla.sspace.graph.SparseUndirectedEdgeSet
Adds the edge to this set if one of the vertices is the root vertex and if the non-root vertex has a greater index that this vertex.
add(WeightedDirectedTypedEdge<T>) - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
Adds the edge to this set if one of the vertices is the root vertex and if the non-root vertex has a greater index that this vertex.
add(WeightedEdge) - Method in class edu.ucla.sspace.graph.SparseWeightedEdgeSet
Adds the edge to this set if one of the vertices is the root vertex.
add(int) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(TypedEdge<T>) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
Adds an edge between the two vertices, returning true if the edge was not previously present (optional operation).
add(int) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present (optional operation).
add(WeightedDirectedTypedEdge<T>) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
Adds an edge between the two vertices, returning true if the edge was not previously present (optional operation).
add(E) - Method in interface edu.ucla.sspace.graph.WeightedGraph
Adds an edge between the two vertices, returning true if the edge was not previously present or if the edge was previously present but its weight was changed as a result (optional operation).
add(Counter<? extends T>) - Method in interface edu.ucla.sspace.util.Counter
Adds the counts from the provided Counter to the current counts, adding new elements as needed.
add(int, E) - Method in class edu.ucla.sspace.util.GrowableArrayList
 
add(Counter<? extends T>) - Method in class edu.ucla.sspace.util.IndexedCounter
Adds the counts from the provided Counter to the current counts, adding new elements as needed.
add(Counter<? extends T>) - Method in class edu.ucla.sspace.util.ObjectCounter
Adds the counts from the provided Counter to the current counts, adding new elements as needed.
add(Integer) - Method in class edu.ucla.sspace.util.OpenIntSet
Adds the integer value to this set.
add(int) - Method in class edu.ucla.sspace.util.OpenIntSet
 
add(Counter<? extends Pair<T>>) - Method in class edu.ucla.sspace.util.PairCounter
Adds the counts from the provided Counter to the current counts, adding new elements as needed.
add(int) - Method in class edu.ucla.sspace.util.primitive.AbstractIntSet
 
add(Integer) - Method in class edu.ucla.sspace.util.primitive.CompactIntSet
 
add(int) - Method in class edu.ucla.sspace.util.primitive.CompactIntSet
 
add(int) - Method in interface edu.ucla.sspace.util.primitive.IntCollection
 
add(int) - Method in interface edu.ucla.sspace.util.primitive.IntSet
 
add(Integer) - Method in class edu.ucla.sspace.util.primitive.TroveIntSet
 
add(int) - Method in class edu.ucla.sspace.util.primitive.TroveIntSet
 
add(T) - Method in class edu.ucla.sspace.util.SetDecorator
 
add(int, Double) - Method in class edu.ucla.sspace.util.SparseDoubleArray
Adds the specified value to the value at the index and stores the result (just as array[index] += delta).
add(int, Integer) - Method in class edu.ucla.sspace.util.SparseIntArray
Adds the specified value to the value at the index and stores the result (just as array[index] += delta).
add(int, Long) - Method in class edu.ucla.sspace.util.SparseLongArray
Adds the specified value to the value at the index and stores the result (just as array[index] += delta).
add(int, T) - Method in interface edu.ucla.sspace.util.SparseNumericArray
Adds the specified value to the value at the index and stores the result (just as array[index] += delta).
add(String) - Method in class edu.ucla.sspace.util.TrieSet
Adds the specified element to this set if it is not already present.
add(Object, Runnable) - Method in class edu.ucla.sspace.util.WorkQueue
Adds the provided task to the work queue on behalf of the task group identifier.
add(int, double) - Method in class edu.ucla.sspace.vector.AbstractDoubleVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, int) - Method in class edu.ucla.sspace.vector.AbstractIntegerVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, double) - Method in class edu.ucla.sspace.vector.AbstractVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, double) - Method in class edu.ucla.sspace.vector.AmortizedSparseVector
Changes the value in this vector by a specified amount (optional operation).
add(int, double) - Method in class edu.ucla.sspace.vector.AtomicSparseVector
Changes the value in this vector by a specified amount (optional operation).
add(int, double) - Method in class edu.ucla.sspace.vector.AtomicVector
Changes the value in this vector by a specified amount (optional operation).
add(int, int) - Method in class edu.ucla.sspace.vector.CompactSparseIntegerVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, double) - Method in class edu.ucla.sspace.vector.CompactSparseVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, double) - Method in class edu.ucla.sspace.vector.DenseDynamicMagnitudeVector
Changes the value in this vector by a specified amount (optional operation).
add(int, int) - Method in class edu.ucla.sspace.vector.DenseIntVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, double) - Method in class edu.ucla.sspace.vector.DenseVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, double) - Method in interface edu.ucla.sspace.vector.DoubleVector
Changes the value in this vector by a specified amount (optional operation).
add(int, int) - Method in interface edu.ucla.sspace.vector.IntegerVector
Changes the value in the vector by a specified amount (optional operation).
add(int, double) - Method in class edu.ucla.sspace.vector.MaskedDoubleVectorView
Changes the value in this vector by a specified amount (optional operation).
add(int, double) - Method in class edu.ucla.sspace.vector.ScaledDoubleVector
Changes the value in this vector by a specified amount (optional operation).
add(int, double) - Method in class edu.ucla.sspace.vector.SparseHashDoubleVector
Changes the value in this vector by a specified amount (optional operation).
add(int, int) - Method in class edu.ucla.sspace.vector.SparseHashIntegerVector
Throws an UnsupportedOperationException if called (vector is unmodifiable).
add(int, int) - Method in class edu.ucla.sspace.vector.TernaryVector
add(Vector, Vector) - Static method in class edu.ucla.sspace.vector.VectorMath
Adds the second Vector to the first Vector and returns the result.
add(DoubleVector, DoubleVector) - Static method in class edu.ucla.sspace.vector.VectorMath
Adds the second DoubleVector to the first DoubleVector and returns the result.
add(IntegerVector, IntegerVector) - Static method in class edu.ucla.sspace.vector.VectorMath
Adds the second IntegerVector to the first IntegerVector and returns the result.
addAll(IntCollection) - Method in class edu.ucla.sspace.util.primitive.AbstractIntSet
 
addAll(CompactIntSet) - Method in class edu.ucla.sspace.util.primitive.CompactIntSet
Adds to this set all of the elements that are contained in the specified CompactIntSet if not already present, using an CompactIntSet-optimized process.
addAll(IntCollection) - Method in interface edu.ucla.sspace.util.primitive.IntCollection
 
addAll(IntCollection) - Method in interface edu.ucla.sspace.util.primitive.IntSet
 
addAll(Collection<? extends T>) - Method in class edu.ucla.sspace.util.SetDecorator
 
addAndGet(int, int, double) - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
Return the value stored at (row, col) plus delta, and then increment the specified cell by delta.
addAndGet(int, int, double) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
Return the value stored at (row, col) plus delta, and then increment the specified cell by delta.
addAndGet(int, int, double) - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
Return the value stored at (row, col) plus delta, and then increment the specified cell by delta.
addAndGet(int, int, double) - Method in interface edu.ucla.sspace.matrix.AtomicMatrix
Return the value stored at (row, col) plus delta, and then increment the specified cell by delta.
addAndGet(int, int, double) - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
Return the value stored at (row, col) plus delta, and then increment the specified cell by delta.
addAndGet(int, int, double) - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
Return the value stored at (row, col) plus delta, and then increment the specified cell by delta.
addAndGet(int, double) - Method in class edu.ucla.sspace.vector.AtomicSparseVector
addAndGet(int, double) - Method in class edu.ucla.sspace.vector.AtomicVector
addColumn(double[]) - Method in class edu.ucla.sspace.matrix.ClutoDenseMatrixBuilder
Adds the column values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(SparseArray<? extends Number>) - Method in class edu.ucla.sspace.matrix.ClutoDenseMatrixBuilder
Adds the double values in the array to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(Vector) - Method in class edu.ucla.sspace.matrix.ClutoDenseMatrixBuilder
Adds the vector values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(double[]) - Method in class edu.ucla.sspace.matrix.ClutoSparseMatrixBuilder
Adds the column values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(SparseArray<? extends Number>) - Method in class edu.ucla.sspace.matrix.ClutoSparseMatrixBuilder
Adds the double values in the array to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(Vector) - Method in class edu.ucla.sspace.matrix.ClutoSparseMatrixBuilder
Adds the vector values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(double[]) - Method in class edu.ucla.sspace.matrix.MatlabSparseMatrixBuilder
Adds the column values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(SparseArray<? extends Number>) - Method in class edu.ucla.sspace.matrix.MatlabSparseMatrixBuilder
Adds the double values in the array to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(Vector) - Method in class edu.ucla.sspace.matrix.MatlabSparseMatrixBuilder
Adds the vector values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(double[]) - Method in interface edu.ucla.sspace.matrix.MatrixBuilder
Adds the column values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(SparseArray<? extends Number>) - Method in interface edu.ucla.sspace.matrix.MatrixBuilder
Adds the double values in the array to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(Vector) - Method in interface edu.ucla.sspace.matrix.MatrixBuilder
Adds the vector values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(double[]) - Method in class edu.ucla.sspace.matrix.SvdlibcSparseBinaryMatrixBuilder
Adds the column values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(SparseArray<? extends Number>) - Method in class edu.ucla.sspace.matrix.SvdlibcSparseBinaryMatrixBuilder
Adds the double values in the array to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addColumn(Vector) - Method in class edu.ucla.sspace.matrix.SvdlibcSparseBinaryMatrixBuilder
Adds the vector values to the underlying matrix, updating the dimensions as necessary and returning the index at which the column was added.
addContext(Set<String>) - Method in class edu.ucla.sspace.text.TermAssociationFinder
 
addContextTerms(SparseDoubleVector, Queue<String>, int) - Method in class edu.ucla.sspace.wordsi.AbstractOccurrenceDependencyContextGenerator
Adds a feature for each word in the context that has a valid dimension.
addContextTerms(SparseDoubleVector, Queue<String>, int) - Method in class edu.ucla.sspace.wordsi.RandomIndexingContextGenerator
Adds the index vector for each co-occurring word in the context.
addContextTerms(SparseDoubleVector, Queue<String>, int) - Method in class edu.ucla.sspace.wordsi.WordOccrrenceContextGenerator
Adds a feature for each word in the context that has a valid dimension.
addCorpusReaderIterators(Collection<Iterator<Document>>, String[]) - Method in class edu.ucla.sspace.mains.GenericMain
Adds a corpus reader for each file listed.
addDocIterators(Collection<Iterator<Document>>, String[]) - Method in class edu.ucla.sspace.mains.DependencyGenericMain
Adds a DependencyFileDocumentIterator to docIters for each file name provided.
addDocIterators(Collection<Iterator<Document>>, String[]) - Method in class edu.ucla.sspace.mains.DVWordsiMain
Adds DependencyFileDocumentIterators for each file name provided.
addDocIterators(Collection<Iterator<Document>>, String[]) - Method in class edu.ucla.sspace.mains.GenericMain
Adds a OneLinePerDocumentIterator to docIters for each file name provided.
addEdge(int, int) - Method in interface edu.ucla.sspace.graph.DynamicGraph
Adds an edge between the two vertices, returning true if the edge was not previously present.
addEdge(int, int, Calendar, Calendar) - Method in interface edu.ucla.sspace.graph.DynamicGraph
 
addEdge(int, int, Date, Date) - Method in interface edu.ucla.sspace.graph.DynamicGraph
 
addEdge(int, int, long, long) - Method in interface edu.ucla.sspace.graph.DynamicGraph
 
addExtractor(String, DependencyExtractor) - Static method in class edu.ucla.sspace.dependency.DependencyExtractorManager
Adds the provided DependencyExtractor to the set of available extractors.
addExtractor(String, DependencyExtractor, boolean) - Static method in class edu.ucla.sspace.dependency.DependencyExtractorManager
Adds the provided DependencyExtractor to the set of available extractors, optionally setting the extractor as the default.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.BeagleMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.CoalsMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.DependencyGenericMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.DependencyRandomIndexingMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.DependencyVectorSpaceMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.DVRIWordsiMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.DVWCWordsiMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.DVWordsiMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.ESAMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.GenericMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.GenericWordsiMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.GrefenstetteMain
Currently adds no extra options
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.GwsMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.HALMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.IsaMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.LpcsMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.LpsaMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.LSAMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.PLSAMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.PurandareMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.RandomIndexingMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.ReflectiveRandomIndexingMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.RIWordsiMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.SelPrefWordsiMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.StructuredVectorSpaceMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.VsmMain
Adds all of the options to the ArgOptions.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.mains.WCWordsiMain
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.tools.BasisMaker
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addExtraOptions(ArgOptions) - Method in class edu.ucla.sspace.tools.DependencyBasisMaker
Adds options to the provided ArgOptions instance, which will be used to parse the command line.
addFileIterators(Collection<Iterator<Document>>, String[]) - Method in class edu.ucla.sspace.mains.DependencyGenericMain
addFileIterators(Collection<Iterator<Document>>, String[]) - Method in class edu.ucla.sspace.mains.DVWordsiMain
addFileIterators(Collection<Iterator<Document>>, String[]) - Method in class edu.ucla.sspace.mains.GenericMain
Adds a FileListDocumentIterator to docIters for each file name provided.
addInitial(G) - Method in class edu.ucla.sspace.graph.isomorphism.IsomorphicGraphCounter
Fill in
addInversePreference(String, SparseDoubleVector, double) - Method in class edu.ucla.sspace.svs.SelectionalPreference
 
AdditionCombinor - Class in edu.ucla.sspace.svs
Returns the point wise addition between two SparseDoubleVectors.
AdditionCombinor() - Constructor for class edu.ucla.sspace.svs.AdditionCombinor
 
addNeighbor(DependencyRelation) - Method in class edu.ucla.sspace.dependency.SimpleDependencyTreeNode
Adds a relation from node to another node.
addOption(char, String, String) - Method in class edu.ucla.sspace.common.ArgOptions
Creates an option that is in the default group and takes no values and adds to the set of possible options.
addOption(char, String, String, boolean, String) - Method in class edu.ucla.sspace.common.ArgOptions
Creates an option in the default group using the provided parameters and adds it to the set of possible options.
addOption(char, String, String, boolean, String, String) - Method in class edu.ucla.sspace.common.ArgOptions
Creates an option based on the provided parameters and adds the option to the set of possible options.
addOptions() - Method in class edu.ucla.sspace.mains.EvaluatorMain
Adds the options available to this main.
addPair(int, int) - Method in interface edu.ucla.sspace.graph.isomorphism.State
Adds the two vertices to this State's vertex mapping.
addPair(int, int) - Method in class edu.ucla.sspace.graph.isomorphism.TypedVF2State
Adds the two vertices to this State's vertex mapping.
addPair(int, int) - Method in class edu.ucla.sspace.graph.isomorphism.VF2State
Adds the two vertices to this State's vertex mapping.
addPartitionHook(Runnable) - Method in class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
Adds the provided Runnable to the list of hooks that will be invoked immediately prior to the partitioning of this space.
addPreference(String, SparseDoubleVector, double) - Method in class edu.ucla.sspace.svs.SelectionalPreference
 
addPrimitive(int, double) - Method in class edu.ucla.sspace.util.SparseDoubleArray
Adds the specified value to the index.
addPrimitive(int, int) - Method in class edu.ucla.sspace.util.SparseIntArray
Adds the specified value to the index.
addPrimitive(int, long) - Method in class edu.ucla.sspace.util.SparseLongArray
Adds the specified value to the index.
addUnmodified(Vector, Vector) - Static method in class edu.ucla.sspace.vector.VectorMath
Returns a new Vector which is the summation of vector2 and vector1.
addUnmodified(DoubleVector, DoubleVector) - Static method in class edu.ucla.sspace.vector.VectorMath
Returns a new DoubleVector which is the summation of vector2 and vector1.
addUnmodified(IntegerVector, IntegerVector) - Static method in class edu.ucla.sspace.vector.VectorMath
Returns a new IntegerVector which is the summation of vector2 and vector1.
addVector(T, int) - Method in class edu.ucla.sspace.clustering.CentroidCluster
Adds vector with id to this Cluster.
addVector(T, int) - Method in interface edu.ucla.sspace.clustering.Cluster
Adds vector with id to this Cluster.
addVector(T) - Method in interface edu.ucla.sspace.clustering.OnlineClustering
Adds value a cluster.
addVector(T) - Method in class edu.ucla.sspace.clustering.OnlineKMeans.OnlineKMeansClustering
Adds value a cluster.
addVector(T) - Method in class edu.ucla.sspace.clustering.StreamingKMeans.StreamingKMeansClustering
Adds value a cluster.
addVector(T, int) - Method in class edu.ucla.sspace.clustering.SynchronizedCluster
Adds vector with id to this Cluster.
addVertex(int) - Method in interface edu.ucla.sspace.graph.DynamicGraph
Adds a vertex with the provided index to the graph, returning true if the vertex was not previously present.
addVertex(int, Calendar, Calendar) - Method in interface edu.ucla.sspace.graph.DynamicGraph
 
addVertex(int, Date, Date) - Method in interface edu.ucla.sspace.graph.DynamicGraph
 
addVertex(int, long, long) - Method in interface edu.ucla.sspace.graph.DynamicGraph
 
addWithScalars(Vector, double, Vector, double) - Static method in class edu.ucla.sspace.vector.VectorMath
Adds two Vectors with some scalar weight for each Vector.
addWithScalars(DoubleVector, double, DoubleVector, double) - Static method in class edu.ucla.sspace.vector.VectorMath
Adds two DoubleVectors with some scalar weight for each DoubleVector.
addWithScalars(IntegerVector, int, IntegerVector, int) - Static method in class edu.ucla.sspace.vector.VectorMath
Adds two IntegerVectors with some scalar weight for each Vector.
addWord(String, int, List<String>, Map<String, Integer>, Map<String, String>) - Static method in class edu.ucla.sspace.tools.PsudoWordSelector
 
ADJ_POS_TAGS - Static variable in class edu.ucla.sspace.dv.PennTags
 
ADV_POS_TAGS - Static variable in class edu.ucla.sspace.dv.PennTags
 
advance() - Method in class edu.ucla.sspace.text.corpora.PukWacCorpusReader.UkWacIterator
Advances the CorpusReader one Document a head in the text.
advance() - Method in class edu.ucla.sspace.text.corpora.PukWacDependencyCorpusReader.UkWacIterator
Advances the CorpusReader one Document a head in the text.
advance() - Method in class edu.ucla.sspace.text.corpora.SenseEvalDependencyCorpusReader.SenseEvalIterator
Iterates over the instances in a file and appends the words to create a new document.
advance() - Method in class edu.ucla.sspace.text.DirectoryCorpusReader.BaseFileIterator
Returns the next String representing a complete document that is accessible by this DirectoryCorpusReader.
advance() - Method in class edu.ucla.sspace.text.WordReplacementIterator
Advances to the next word in the token stream.
advanceInDoc() - Method in class edu.ucla.sspace.text.BloglinesCorpusReader.InnerIterator
Iterates over the utterances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.ChildesCorpusReader.InnerIterator
Iterates over the utterances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.corpora.BloglinesCorpusReader.BloglinesIterator
Iterates over the utterances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.corpora.ChildesCorpusReader.ChildesFileIterator
Iterates over the utterances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.corpora.TemporalBloglinesCorpusReader.BloglinesIterator
Iterates over the utterances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.corpora.TemporalUsenetCorpusReader.UseNetIterator
Iterates over the utterances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.corpora.UsenetCorpusReader.UseNetIterator
Iterates over the utterances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.DirectoryCorpusReader.BaseFileIterator
Returns a new String representing a complete document extracted from currentDoc.
advanceInDoc() - Method in class edu.ucla.sspace.text.SenseEvalDependencyCorpusReader.InnerIterator
Iterates over the instances in a file and appends the words to create a new document.
advanceInDoc() - Method in class edu.ucla.sspace.text.UsenetCorpusReader.InnerIterator
Iterates over the utterances in a file and appends the words to create a new document.
AffinityMatrixCreator - Interface in edu.ucla.sspace.matrix
A functional class that given a matrix or matrix file, computes the affinity matrix for the rows in that matrix.
ALPHA_PROPERTY - Static variable in class edu.ucla.sspace.clustering.StreamingKMeans
An alpha value, see page 6 in the paper for details.
Among - Class in org.tartarus.snowball
 
Among(String, int, int, String, SnowballProgram) - Constructor for class org.tartarus.snowball.Among
 
AmortizedSparseVector - Class in edu.ucla.sspace.vector
An implementation of a sparse vector based on the Yale Sparse matrix format.
AmortizedSparseVector() - Constructor for class edu.ucla.sspace.vector.AmortizedSparseVector
An AmortizedSparseVector with Integer.MAX_VALUE dimensions.
AmortizedSparseVector(int) - Constructor for class edu.ucla.sspace.vector.AmortizedSparseVector
Create AmortizedSparseVector of size @{code length}, which initially has all dimensions set to 0.
AnnotatedDocument - Interface in edu.ucla.sspace.text
An abstraction for a document that allows document processors to access text in a uniform manner.
append(Set<T>) - Method in class edu.ucla.sspace.util.CombinedSet
Adds the provided set to this CombinedSet.
append(Set<T>) - Method in class edu.ucla.sspace.util.DisjointSets
Adds the provided set to this DisjointSets.
areCompatableVertices(int, int) - Method in class edu.ucla.sspace.graph.isomorphism.TypedVF2State
 
areCompatableVertices(int, int) - Method in class edu.ucla.sspace.graph.isomorphism.VF2State
 
areCompatibleEdges(int, int, int, int) - Method in class edu.ucla.sspace.graph.isomorphism.TypedVF2State
 
areCompatibleEdges(int, int, int, int) - Method in class edu.ucla.sspace.graph.isomorphism.VF2State
 
areIsomorphic(Graph<? extends Edge>, Graph<? extends Edge>) - Method in class edu.ucla.sspace.graph.isomorphism.AbstractIsomorphismTester
Returns true if the graphs are isomorphism of each other.
areIsomorphic(Graph<? extends Edge>, Graph<? extends Edge>) - Method in interface edu.ucla.sspace.graph.isomorphism.IsomorphismTester
Returns true if the graphs are isomorphism of each other.
ArgOptions - Class in edu.ucla.sspace.common
A utility class for parsing command line arguments.
ArgOptions() - Constructor for class edu.ucla.sspace.common.ArgOptions
Constructs an empty ArgOptions with no options available.
argOptions - Variable in class edu.ucla.sspace.mains.GenericMain
The processed argument options available to the main classes.
ArrayMap<T> - Class in edu.ucla.sspace.util
A Map implementation for integer keys, which backed by an array.
ArrayMap(T[], int) - Constructor for class edu.ucla.sspace.util.ArrayMap
 
ArrayMap(T[]) - Constructor for class edu.ucla.sspace.util.ArrayMap
 
ArrayMatrix - Class in edu.ucla.sspace.matrix
A Matrix backed by an array.
ArrayMatrix(int, int) - Constructor for class edu.ucla.sspace.matrix.ArrayMatrix
Create a ArrayMatrix of size rows by cols.
ArrayMatrix(double[][]) - Constructor for class edu.ucla.sspace.matrix.ArrayMatrix
Create a ArrayMatrix from a two dimensional array.
ArrayMatrix(int, int, double[]) - Constructor for class edu.ucla.sspace.matrix.ArrayMatrix
Create a new ArrayMatrix which is of dimensions rows by cols, and takes ownership of matrix1d as the values of this ArrayMatrix.
asDirectedGraph(Graph<E>) - Static method in class edu.ucla.sspace.graph.Graphs
 
asDouble(Vector) - Static method in class edu.ucla.sspace.vector.Vectors
Returns a view over the given Vector as a DoubleVector.
asDouble(SparseIntegerVector) - Static method in class edu.ucla.sspace.vector.Vectors
 
asMap() - Method in class edu.ucla.sspace.util.HashMultiMap
Returns a Map-based view of this MultiMap
asMap() - Method in interface edu.ucla.sspace.util.MultiMap
Returns a Map-based view of this MultiMap
asMap() - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
 
asMap() - Method in class edu.ucla.sspace.util.TreeMultiMap
Returns a Map-based view of this MultiMap
asMatrix(List<T>) - Static method in class edu.ucla.sspace.matrix.Matrices
Returns a Matrix from a list of DoubleVectors.
asMotifs(Set<? extends G>) - Static method in class edu.ucla.sspace.graph.isomorphism.TypedIsomorphicGraphCounter
Creates a new TypedIsomorphicGraphCounter that counts only the specified motifs.
asMultigraph(Graph<E>) - Static method in class edu.ucla.sspace.graph.Graphs
 
assign_to(StringBuffer) - Method in class org.tartarus.snowball.SnowballProgram
 
assign_to(StringBuilder) - Method in class org.tartarus.snowball.SnowballProgram
 
assignContextToKey(String, String, int) - Method in interface edu.ucla.sspace.wordsi.AssignmentReporter
Records a contexts identifier for an instance of primaryKey.
assignContextToKey(String, String, int) - Method in class edu.ucla.sspace.wordsi.psd.PseudoWordReporter
Records an assignment of contextId to secondaryKey and primaryKey.
assignContextToKey(String, String, int) - Method in class edu.ucla.sspace.wordsi.semeval.SemEvalReporter
Records a contexts identifier for an instance of primaryKey.
Assignment - Interface in edu.ucla.sspace.clustering
A cluster assignment for a data point.
AssignmentReporter - Interface in edu.ucla.sspace.wordsi
An interface for reporting the results of a Wordsi run.
assignments() - Method in interface edu.ucla.sspace.clustering.Assignment
Returns the cluster id's that a specific data point was assigned to.
Assignments - Class in edu.ucla.sspace.clustering
The return value for all Clustering implementations.
Assignments(int, int) - Constructor for class edu.ucla.sspace.clustering.Assignments
Creates a new Assignments instance that can hold up to numAssignments Assignments.
Assignments(int, int, Matrix) - Constructor for class edu.ucla.sspace.clustering.Assignments
Creates a new Assignments instance that can hold up to numAssignments Assignments.
Assignments(int, Assignment[]) - Constructor for class edu.ucla.sspace.clustering.Assignments
Creates a new Assignments instance that takes ownership of the initialAssignments array.
Assignments(int, Assignment[], Matrix) - Constructor for class edu.ucla.sspace.clustering.Assignments
Creates a new Assignments instance that takes ownership of the initialAssignments array.
assignments() - Method in class edu.ucla.sspace.clustering.Assignments
Returns the array of Assignment objects.
assignments - Variable in class edu.ucla.sspace.clustering.criterion.BaseFunction
The set of cluster assignments for each cluster.
assignments() - Method in class edu.ucla.sspace.clustering.criterion.BaseFunction
Returns the cluster assignment indices for each data point in the original matrix passed to {@link #setup(Matrix, int[] int) setup).
assignments() - Method in interface edu.ucla.sspace.clustering.criterion.CriterionFunction
Returns the cluster assignment indices for each data point in the original matrix passed to {@link #setup(Matrix, int[] int) setup).
assignments - Variable in class edu.ucla.sspace.clustering.criterion.HybridBaseFunction
The set of cluster assignments for each cluster.
assignments() - Method in class edu.ucla.sspace.clustering.criterion.HybridBaseFunction
Returns the cluster assignment indices for each data point in the original matrix passed to {@link #setup(Matrix, int[] int) setup).
assignments() - Method in class edu.ucla.sspace.clustering.HardAssignment
Returns the cluster id's that a specific data point was assigned to.
assignments() - Method in class edu.ucla.sspace.clustering.SoftAssignment
Returns the cluster id's that a specific data point was assigned to.
asSparseMatrix(List<T>) - Static method in class edu.ucla.sspace.matrix.Matrices
Returns a SparseMatrix from a list of SparseDoubleVectors.
asSparseMatrix(List<T>, int) - Static method in class edu.ucla.sspace.matrix.Matrices
Returns a SparseMatrix from a list of SparseDoubleVectors.
asVector(double[]) - Static method in class edu.ucla.sspace.vector.Vectors
Returns a vector backed by the specified array.
asVector(int[]) - Static method in class edu.ucla.sspace.vector.Vectors
Returns a vector backed by the specified array.
asWeightedGraph(Graph<E>) - Static method in class edu.ucla.sspace.graph.Graphs
 
atomic(DoubleVector) - Static method in class edu.ucla.sspace.vector.Vectors
Returns a thread-safe version of a DoubleVector that guarantees atomic access to all operations.
AtomicGrowingMatrix - Class in edu.ucla.sspace.matrix
A concurrent, thread-safe, growable Matrix class.
AtomicGrowingMatrix() - Constructor for class edu.ucla.sspace.matrix.AtomicGrowingMatrix
Create an AtomicGrowingMatrix with 0 rows and 0 columns.
AtomicGrowingSparseHashMatrix - Class in edu.ucla.sspace.matrix
A concurrent, thread-safe, growable SparseMatrix class that is optimized for operations only access one value of the matrix at a time.
AtomicGrowingSparseHashMatrix() - Constructor for class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
Create an AtomicGrowingSparseMatrix with 0 rows and 0 columns.
AtomicGrowingSparseMatrix - Class in edu.ucla.sspace.matrix
A concurrent, thread-safe, growable SparseMatrix class.
AtomicGrowingSparseMatrix() - Constructor for class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
Create an AtomicGrowingSparseMatrix with 0 rows and 0 columns.
AtomicMatrix - Interface in edu.ucla.sspace.matrix
An interface for any Matrix which wants to support atomic behavior.
AtomicSparseVector - Class in edu.ucla.sspace.vector
A decorator of a Vector which provides atomic concurrent access to another Vector.
AtomicSparseVector(SparseDoubleVector) - Constructor for class edu.ucla.sspace.vector.AtomicSparseVector
Creates a new AtomicSparseVector decorating an already existing Vector.
AtomicVector - Class in edu.ucla.sspace.vector
A decorator of a Vector which provides atomic concurrent access to another Vector.
AtomicVector(DoubleVector) - Constructor for class edu.ucla.sspace.vector.AtomicVector
Creates a new AtomicVector decorating an already existing Vector.
AutomaticStopClustering - Class in edu.ucla.sspace.clustering
A Clustering implementation that iteratively computes the k-means clustering of a data set and fines the value of k that produced the most significant advantage compared to other values of k.
AutomaticStopClustering() - Constructor for class edu.ucla.sspace.clustering.AutomaticStopClustering
 
AutomaticStopClustering.Measure - Enum in edu.ucla.sspace.clustering
The available stopping criteria.
availableThreads() - Method in class edu.ucla.sspace.util.WorkQueue
Returns the number of threads that are available to this WorkQueue for processing the enqueued tasks.
average(Matrix, Statistics.Dimension) - Static method in class edu.ucla.sspace.matrix.Statistics
Return a matrix containing the averages for the dimension specificed.
average(Matrix, Statistics.Dimension, int) - Static method in class edu.ucla.sspace.matrix.Statistics
Return a matrix containing the averages for the dimension specificed.
averageCommonFeatureRank(double[], double[]) - Static method in class edu.ucla.sspace.common.Similarity
Computes the Average Common Feature Rank between the two feature arrays.
averageCommonFeatureRank(Vector, Vector) - Static method in class edu.ucla.sspace.common.Similarity
Computes the Average Common Feature Rank between the two feature arrays.
averageCommonFeatureRank(int[], int[]) - Static method in class edu.ucla.sspace.common.Similarity
Computes the Average Common Feature Rank between the two feature arrays.
AverageCommonFeatureRank - Class in edu.ucla.sspace.similarity
Computes the Average Common Feature Rank between two feature vectors.
AverageCommonFeatureRank() - Constructor for class edu.ucla.sspace.similarity.AverageCommonFeatureRank
 
averageCorrelation() - Method in class edu.ucla.sspace.evaluation.AbstractNormedWordPrimingTest.SimpleNormedWordPrimingReport
Returns the average correlation of the normed cue to target strength and the semantic similarity results generated by a sspace.
averageCorrelation() - Method in interface edu.ucla.sspace.evaluation.NormedWordPrimingReport
Returns the average correlation of the normed cue to target strength and the semantic similarity results generated by a sspace.
AVERGAGE_LINK_MERGE_THRESHOLD_PROPERTY - Static variable in class edu.ucla.sspace.clustering.ClusteringByCommittee
The property to specify during the Phase II.1 when to stop the agglomerative clustering of the nearest neighbors.
await(Object) - Method in class edu.ucla.sspace.util.WorkQueue
Waits until all the tasks associated with the group identifier have finished.
await(Object, long, TimeUnit) - Method in class edu.ucla.sspace.util.WorkQueue
Waits until all the tasks associated with the group identifier have finished.
A B C D E F G H I J K L M N O P R S T U V W X Y 

Copyright © 2012. All Rights Reserved.