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

R

RANDOM - Static variable in class edu.ucla.sspace.index.RandomIndexVectorGenerator
A random number generator that can be accessed to other classes which will rely on the same source of random values.
RANDOM - Static variable in class edu.ucla.sspace.index.RandomOrthogonalVectorGenerator
A random number generator that can be accessed to other classes which will rely on the same source of random values.
randomDistribution(int, int) - Static method in class edu.ucla.sspace.common.Statistics
Randomly sets valuesToSet values to true for a sequence from [0:range).
RandomIndexing - Class in edu.ucla.sspace.ri
A co-occurrence based approach to statistical semantics that uses a randomized projection of a full co-occurrence matrix to perform dimensionality reduction.
RandomIndexing() - Constructor for class edu.ucla.sspace.ri.RandomIndexing
Creates a new RandomIndexing instance using the current System properties for configuration.
RandomIndexing(Properties) - Constructor for class edu.ucla.sspace.ri.RandomIndexing
Creates a new RandomIndexing instance using the provided properites for configuration.
RandomIndexingContextGenerator - Class in edu.ucla.sspace.wordsi
A random indexing based ContextGenerator.
RandomIndexingContextGenerator(Map<String, TernaryVector>, PermutationFunction<TernaryVector>, int) - Constructor for class edu.ucla.sspace.wordsi.RandomIndexingContextGenerator
RandomIndexingDependencyContextGenerator - Class in edu.ucla.sspace.wordsi
A DependencyContextGenerator that forms context vectors using a summation of index vectors.
RandomIndexingDependencyContextGenerator(DependencyPermutationFunction<TernaryVector>, DependencyPathAcceptor, Map<String, TernaryVector>, int, int) - Constructor for class edu.ucla.sspace.wordsi.RandomIndexingDependencyContextGenerator
RandomIndexingMain - Class in edu.ucla.sspace.mains
An executable class for running RandomIndexing from the command line.
RandomIndexVectorGenerator - Class in edu.ucla.sspace.index
An class that generates RandomTernaryVector instances based on configurable properties.
RandomIndexVectorGenerator(int) - Constructor for class edu.ucla.sspace.index.RandomIndexVectorGenerator
Constructs this instance using the system properties.
RandomIndexVectorGenerator(int, Properties) - Constructor for class edu.ucla.sspace.index.RandomIndexVectorGenerator
Constructs this instance using the provided properties.
RandomOrthogonalVectorGenerator - Class in edu.ucla.sspace.index
An class that generates DoubleVectors that are orthogonal to each other based on configurable properties using the Gram-Schmidt orthogonalization process.
RandomOrthogonalVectorGenerator(int) - Constructor for class edu.ucla.sspace.index.RandomOrthogonalVectorGenerator
Constructs this instance using the system properties and no initial vector.
RandomOrthogonalVectorGenerator(int, DoubleVector) - Constructor for class edu.ucla.sspace.index.RandomOrthogonalVectorGenerator
Contructs this instance using the system properties and the provided intial vector.
RandomOrthogonalVectorGenerator(int, Properties, DoubleVector) - Constructor for class edu.ucla.sspace.index.RandomOrthogonalVectorGenerator
Constructs this instance using the provided properties and uses an initial vector.
RandomSeed - Class in edu.ucla.sspace.clustering.seeding
This KMeansSeed implementation selects data points at random from any given data set to serve as the initial centroid seeds.
RandomSeed() - Constructor for class edu.ucla.sspace.clustering.seeding.RandomSeed
 
range() - Method in class edu.ucla.sspace.util.HashMultiMap
Returns the number of values maped to keys.
range() - Method in interface edu.ucla.sspace.util.MultiMap
Returns the number of values maped to keys.
range() - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
Returns the number of values maped to keys.
range() - Method in class edu.ucla.sspace.util.TreeMultiMap
Returns the number of values maped to keys.
read(File, GraphIO.GraphType) - Static method in class edu.ucla.sspace.graph.GraphIO
 
read(File) - Method in class edu.ucla.sspace.text.corpora.PukWacCorpusReader
Returns a Iterator that traverses the documents containted in the given file.
read(Reader) - Method in class edu.ucla.sspace.text.corpora.PukWacCorpusReader
Retrusn a Iterator that traverses the documents contained in baseReader.
read(File) - Method in class edu.ucla.sspace.text.corpora.PukWacDependencyCorpusReader
Returns a Iterator that traverses the documents containted in the given file.
read(Reader) - Method in class edu.ucla.sspace.text.corpora.PukWacDependencyCorpusReader
Retrusn a Iterator that traverses the documents contained in baseReader.
read(Reader) - Method in class edu.ucla.sspace.text.corpora.SemEvalCorpusReader
Retrusn a Iterator that traverses the documents contained in baseReader.
read(File) - Method in class edu.ucla.sspace.text.corpora.SemEvalCorpusReader
Returns a Iterator that traverses the documents containted in the given file.
read(Reader) - Method in class edu.ucla.sspace.text.corpora.SemEvalLexSubReader
Retrusn a Iterator that traverses the documents contained in baseReader.
read(File) - Method in class edu.ucla.sspace.text.corpora.SemEvalLexSubReader
Returns a Iterator that traverses the documents containted in the given file.
read(File) - Method in class edu.ucla.sspace.text.corpora.SenseEvalDependencyCorpusReader
Returns a Iterator that traverses the documents containted in the given file.
read(Reader) - Method in class edu.ucla.sspace.text.corpora.SenseEvalDependencyCorpusReader
Retrusn a Iterator that traverses the documents contained in baseReader.
read(File) - Method in interface edu.ucla.sspace.text.CorpusReader
Returns a Iterator that traverses the documents containted in the given file.
read(Reader) - Method in interface edu.ucla.sspace.text.CorpusReader
Retrusn a Iterator that traverses the documents contained in baseReader.
read(File) - Method in class edu.ucla.sspace.text.DirectoryCorpusReader
Initializes the DirectoryCorpusReader to start processing all files accessbile under the directory specified by dirName.
read(Reader) - Method in class edu.ucla.sspace.text.DirectoryCorpusReader
Unsupported.
readDirected(File) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readDirected(File, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readDirected(File) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readDirected(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readDirected(File) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the directed graph from the provided file
readDirected(File, Indexer<String>) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the directed graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readDirected(File) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the directed graph from the provided file
readDirected(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the directed graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readDirectedGraph(File) - Method in class edu.ucla.sspace.graph.io.DotIO
 
readDirectedMultigraph(File) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readDirectedMultigraph(File, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readDirectedMultigraph(File) - Method in class edu.ucla.sspace.graph.io.DotIO
 
readDirectedMultigraph(File) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readDirectedMultigraph(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readDirectedMultigraph(File) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the directed multigraph from the provided file.
readDirectedMultigraph(File, Indexer<String>) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readDirectedMultigraph(File) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the directed multigraph from the provided file.
readDirectedMultigraph(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readDoubleArray(File) - Static method in class edu.ucla.sspace.vector.VectorIO
Read a double array from the specified file.
reader - Variable in class edu.ucla.sspace.text.corpora.PukWacCorpusReader.UkWacIterator
The BufferedReader for reading lines in the corpus.
reader - Variable in class edu.ucla.sspace.text.corpora.PukWacDependencyCorpusReader.UkWacIterator
The BufferedReader for reading lines in the corpus.
reader() - Method in interface edu.ucla.sspace.text.Document
Returns the BufferedReader for this document's text
reader() - Method in class edu.ucla.sspace.text.FileDocument
Returns the BufferedReader for this document's text
reader() - Method in class edu.ucla.sspace.text.StringDocument
Returns the BufferedReader for this document's text
reader() - Method in class edu.ucla.sspace.text.TemporalFileDocument
Returns the BufferedReader for this document's text
reader() - Method in class edu.ucla.sspace.text.TemporalStringDocument
Returns the BufferedReader for this document's text
readGraph(File) - Method in class edu.ucla.sspace.graph.io.DotIO
 
readHeader - Variable in class edu.ucla.sspace.wordsi.DependencyContextExtractor
If true, the first line in a dependency document will be treated as the header of the document, and not part of the parse tree.
readMatrix(File, MatrixIO.Format) - Static method in class edu.ucla.sspace.matrix.MatrixIO
Converts the contents of a matrix file as a Matrix object, using the provided format as a hint for what kind to create.
readMatrix(File, MatrixIO.Format, Matrix.Type) - Static method in class edu.ucla.sspace.matrix.MatrixIO
Converts the contents of a matrix file as a Matrix object, using the provided type description as a hint for what kind to create.
readMatrix(File, MatrixIO.Format, Matrix.Type, boolean) - Static method in class edu.ucla.sspace.matrix.MatrixIO
Converts the contents of a matrix file as a Matrix object, using the provided type description as a hint for what kind to create.
readMatrixArray(File, MatrixIO.Format) - Static method in class edu.ucla.sspace.matrix.MatrixIO
Deprecated.
readNextTree(BufferedReader) - Method in class edu.ucla.sspace.dependency.CoNLLDependencyExtractor
Extracts a dependency parse tree from the provided reader.
readNextTree(BufferedReader) - Method in interface edu.ucla.sspace.dependency.DependencyExtractor
Reads the next dependency-parse tree from the reader, returning an array of all the nodes in the tree.
readPajek(File) - Static method in class edu.ucla.sspace.graph.io.PajekIO
 
readUndirected(File) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readUndirected(File, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readUndirected(File) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readUndirected(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readUndirected(File) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the graph from the provided file
readUndirected(File, Indexer<String>) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readUndirected(File) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the graph from the provided file
readUndirected(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readUndirectedFromWeighted(File, Indexer<String>, double) - Static method in class edu.ucla.sspace.graph.GraphIO
Reads in an undirected network from a file containing weighted edges, only keeping those undirected edges whose weight was above the specified threshold
readUndirectedFromWeighted(File, Indexer<String>, double) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
Reads in an undirected network from a file containing weighted edges, only keeping those undirected edges whose weight was above the specified threshold
readUndirectedFromWeighted(File, Indexer<String>, double) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in an undirected network from a file containing weighted edges, only keeping those undirected edges whose weight was above the specified threshold
readUndirectedFromWeighted(File, Indexer<String>, double) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in an undirected network from a file containing weighted edges, only keeping those undirected edges whose weight was above the specified threshold
readUndirectedMultigraph(File) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readUndirectedMultigraph(File, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readUndirectedMultigraph(File) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readUndirectedMultigraph(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readUndirectedMultigraph(File) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the multigraph from the provided file
readUndirectedMultigraph(File, Indexer<String>) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the multigraph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readUndirectedMultigraph(File) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the multigraph from the provided file
readUndirectedMultigraph(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
 
readWeighted(File) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readWeighted(File, Indexer<String>) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readWeighted(File, Indexer<String>, double) - Static method in class edu.ucla.sspace.graph.GraphIO
 
readWeighted(File) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readWeighted(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readWeighted(File, Indexer<String>, double) - Method in class edu.ucla.sspace.graph.io.EdgeListReader
 
readWeighted(File) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the weighted graph from the provided file.
readWeighted(File, Indexer<String>) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the weighted graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readWeighted(File, Indexer<String>, double) - Method in interface edu.ucla.sspace.graph.io.GraphReader
Reads in the graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices, and keeping only those weights above the specified value.
readWeighted(File) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the weighted graph from the provided file.
readWeighted(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the weighted graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices.
readWeighted(File, Indexer<String>, double) - Method in class edu.ucla.sspace.graph.io.GraphReaderAdapter
Reads in the graph from the provided file, using the specified Indexer to decide how vertex labels in the file are mapped to numeric vertices, and keeping only those weights above the specified value.
readWeightedDirectedMultigraph(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GraphMLReader
 
readWeightedDirectedMultigraphFromDOM(File, Indexer<String>) - Method in class edu.ucla.sspace.graph.io.GraphMLReader
 
RealDoubleFFT - Class in jnt.FFT
Abstract Class representing FFT's of real, double precision data.
RealDoubleFFT(int) - Constructor for class jnt.FFT.RealDoubleFFT
Create an FFT for transforming n points of real, double precision data.
RealDoubleFFT_Even - Class in jnt.FFT
Computes FFT's of real, double precision data when n is even, by computing complex FFT.
RealDoubleFFT_Even(int) - Constructor for class jnt.FFT.RealDoubleFFT_Even
Create an FFT for transforming n points of real, double precision data.
RealDoubleFFT_Radix2 - Class in jnt.FFT
Computes FFT's of real, double precision data where n is an integral power of 2.
RealDoubleFFT_Radix2(int) - Constructor for class jnt.FFT.RealDoubleFFT_Radix2
Create an FFT for transforming n points of real, double precision data.
RealFloat2DFFT_Even - Class in jnt.FFT
EXPERIMENTAL! (till I think of something better): Computes the FFT of 2 dimensional real, single precision data.
RealFloat2DFFT_Even(int, int) - Constructor for class jnt.FFT.RealFloat2DFFT_Even
Create an FFT for transforming nrows*ncols points of Complex, double precision data.
RealFloatFFT - Class in jnt.FFT
Abstract Class representing FFT's of real, single precision data.
RealFloatFFT(int) - Constructor for class jnt.FFT.RealFloatFFT
Create an FFT for transforming n points of real, single precision data.
RealFloatFFT_Radix2 - Class in jnt.FFT
Computes FFT's of real, single precision data where n is an integral power of 2.
RealFloatFFT_Radix2(int) - Constructor for class jnt.FFT.RealFloatFFT_Radix2
Create an FFT for transforming n points of real, single precision data.
REDUCE_DIMENSION_PROPERTY - Static variable in class edu.ucla.sspace.coals.Coals
Specifies the number of dimensions the co-occurance matrix should be reduced to.
REDUCE_MATRIX_PROPERTY - Static variable in class edu.ucla.sspace.coals.Coals
Specifies whether or not the co-occurance matrix should be reduced.
ReductionEval - Class in edu.ucla.sspace.tools
 
ReductionEval() - Constructor for class edu.ucla.sspace.tools.ReductionEval
 
ReflectionUtil - Class in edu.ucla.sspace.util
A collection of miscellaneous, but useful, functions for working with reflection
ReflectiveRandomIndexing - Class in edu.ucla.sspace.rri
An implementation of Reflective Random Indexing, which uses a two passes through the corpus to build semantic vectors that better approximate indirect co-occurrence.
ReflectiveRandomIndexing() - Constructor for class edu.ucla.sspace.rri.ReflectiveRandomIndexing
Creates a new ReflectiveRandomIndexing instance using the current System properties for configuration.
ReflectiveRandomIndexing(Properties) - Constructor for class edu.ucla.sspace.rri.ReflectiveRandomIndexing
Creates a new ReflectiveRandomIndexing instance using the provided properites for configuration.
ReflectiveRandomIndexingMain - Class in edu.ucla.sspace.mains
An executable class for running ReflectiveRandomIndexing from the command line.
registerTaskGroup(int) - Method in class edu.ucla.sspace.util.WorkQueue
Registers a new task group with the specified number of tasks to execute and returns a task group identifier to use when registering its tasks.
registerTaskGroup(Object, int) - Method in class edu.ucla.sspace.util.WorkQueue
Registers a new task group with the specified number of tasks to execute, or returns false if a task group with the same identifier has already been registered.
relatedPriming() - Method in class edu.ucla.sspace.evaluation.AbstractWordPrimingTest.SimpleWordPrimingReport
Returns the priming score for related word pairs.
relatedPriming() - Method in interface edu.ucla.sspace.evaluation.WordPrimingReport
Returns the priming score for related word pairs.
relation() - Method in interface edu.ucla.sspace.dependency.DependencyRelation
Returns the relation the the current has with the next token in a DependencyPath.
relation() - Method in class edu.ucla.sspace.dependency.SimpleDependencyRelation
Returns the relation the the current has with the next token in a DependencyPath.
relation - Variable in class edu.ucla.sspace.svs.RelationTuple
 
RelationBasedBasisMapping - Class in edu.ucla.sspace.dv
A BasisMapping implementation where each word and relation combination corresponds to a unique dimension.
RelationBasedBasisMapping() - Constructor for class edu.ucla.sspace.dv.RelationBasedBasisMapping
 
RelationPathBasisMapping - Class in edu.ucla.sspace.dv
 
RelationPathBasisMapping() - Constructor for class edu.ucla.sspace.dv.RelationPathBasisMapping
Creates an empty PathBasedBasisMapping.
RelationPathWeight - Class in edu.ucla.sspace.dependency
A DependencyPathWeight that scores paths based on the relations in the path.
RelationPathWeight() - Constructor for class edu.ucla.sspace.dependency.RelationPathWeight
 
RelationPermutationFunction<T extends Vector> - Class in edu.ucla.sspace.dependency
An default DependencyPermutationFunction for permuting a Vector based on a dependecny path, represented as a list of DependencyRelations.
RelationPermutationFunction(PermutationFunction<T>) - Constructor for class edu.ucla.sspace.dependency.RelationPermutationFunction
Creates a new DefaultDependencyPermutationFunction that wraps an existing PermutationFunction.
RelationSumPathWeight - Class in edu.ucla.sspace.dependency
A DependencyPathWeight that scores paths based on the sum of the relations in the path.
RelationSumPathWeight() - Constructor for class edu.ucla.sspace.dependency.RelationSumPathWeight
 
RelationSumPermutationFunction<T extends Vector> - Class in edu.ucla.sspace.dependency
An default DependencyPermutationFunction for permuting a Vector based on a dependecny path, represented as a list of DependencyRelations.
RelationSumPermutationFunction(PermutationFunction<T>) - Constructor for class edu.ucla.sspace.dependency.RelationSumPermutationFunction
Creates a new DefaultDependencyPermutationFunction that wraps an existing PermutationFunction.
RelationTuple - Class in edu.ucla.sspace.svs
 
RelationTuple(int, String) - Constructor for class edu.ucla.sspace.svs.RelationTuple
 
remainingCluster() - Method in class edu.ucla.sspace.clustering.Merge
Returns the ID of the clusters into which another cluster was merged, i.e.
remove() - Method in class edu.ucla.sspace.dependency.BreadthFirstPathIterator
Throws an UnsupportedOperationException if called
remove() - Method in class edu.ucla.sspace.dependency.DependencyIterator
Throws an UnsupportedOperationException if called
remove() - Method in class edu.ucla.sspace.dependency.FilteredDependencyIterator
Throws UnsupportedOperationException if called.
remove(Edge) - Method in class edu.ucla.sspace.graph.AbstractGraph
Removes the edge from vertex1 to vertex2, returning true if the edge existed and was removed (optional operation).
remove(int) - Method in class edu.ucla.sspace.graph.AbstractGraph
Removes the vertex and all of its connected edges from the graph (optional operation).
remove(Edge) - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
Removes the edge from vertex1 to vertex2, returning true if the edge existed and was removed (optional operation).
remove(int) - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
Removes the vertex and all of its connected edges from the graph (optional operation).
remove(int) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
Removes the vertex and all of its connected edges from the graph (optional operation).
remove(DirectedTypedEdge<T>) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
Removes the edge from vertex1 to vertex2, returning true if the edge existed and was removed (optional operation).
remove(Object) - Method in class edu.ucla.sspace.graph.GenericEdgeSet
remove(E) - Method in interface edu.ucla.sspace.graph.Graph
Removes the edge from vertex1 to vertex2, returning true if the edge existed and was removed (optional operation).
remove(int) - Method in interface edu.ucla.sspace.graph.Graph
Removes the vertex and all of its connected edges from the graph (optional operation).
remove(T) - Method in class edu.ucla.sspace.graph.GraphAdaptor
Removes the edge from vertex1 to vertex2, returning true if the edge existed and was removed (optional operation).
remove(int) - Method in class edu.ucla.sspace.graph.GraphAdaptor
Removes the vertex and all of its connected edges from the graph (optional operation).
remove(Object) - Method in class edu.ucla.sspace.graph.isomorphism.IsomorphicSet
 
remove(L) - Method in class edu.ucla.sspace.graph.LabeledGraph
 
remove() - Method in class edu.ucla.sspace.graph.SamplingSubgraphIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.graph.SimpleGraphIterator
Throws an UnsupportedOperationException if called.
remove(Object) - Method in class edu.ucla.sspace.graph.SparseDirectedEdgeSet
remove(Object) - Method in class edu.ucla.sspace.graph.SparseDirectedTypedEdgeSet
remove(Object) - Method in class edu.ucla.sspace.graph.SparseTypedEdgeSet
remove(Object) - Method in class edu.ucla.sspace.graph.SparseUndirectedEdgeSet
remove(Object) - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
remove(Object) - Method in class edu.ucla.sspace.graph.SparseWeightedEdgeSet
remove() - Method in class edu.ucla.sspace.graph.SubgraphIterator
Throws an UnsupportedOperationException if called.
remove(int) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
Removes the vertex and all of its connected edges from the graph (optional operation).
remove(TypedEdge<T>) - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
Removes the edge from vertex1 to vertex2, returning true if the edge existed and was removed (optional operation).
remove(int) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
Removes the vertex and all of its connected edges from the graph (optional operation).
remove(WeightedDirectedTypedEdge<T>) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
Removes the edge from vertex1 to vertex2, returning true if the edge existed and was removed (optional operation).
remove() - Method in class edu.ucla.sspace.text.BufferedFileListDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.BufferedIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.CompoundWordIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.corpora.PukWacCorpusReader.UkWacIterator
Unsupported.
remove() - Method in class edu.ucla.sspace.text.corpora.PukWacDependencyCorpusReader.UkWacIterator
Unsupported.
remove() - Method in class edu.ucla.sspace.text.corpora.SenseEvalDependencyCorpusReader.SenseEvalIterator
remove() - Method in class edu.ucla.sspace.text.DependencyFileDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.DirectoryCorpusReader.BaseFileIterator
remove() - Method in class edu.ucla.sspace.text.FileListDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.FileListTemporalDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.FilteredIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.LimitedOneLinePerDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.OneLinePerDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.OneLinePerTemporalDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.OrderPreservingFilteredIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.PukWaCDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.StemmingIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.UkWacDependencyFileIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.UkWaCDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.WaCkypediaDocumentIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.WordIterator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.text.WordReplacementIterator
Throws an UnsupportedOperationException if called.
remove(Object) - Method in class edu.ucla.sspace.util.ArrayMap
 
remove(Object) - Method in class edu.ucla.sspace.util.CharMap
Removes the mapping for a key from this map if it is present and returns the value to which this map previously associated the key, or null if the map contained no mapping for the key.
remove(char) - Method in class edu.ucla.sspace.util.CharMap
Removes the mapping for a key from this map if it is present and returns the value to which this map previously associated the key, or null if the map contained no mapping for the key.
remove() - Method in class edu.ucla.sspace.util.ColorGenerator
Throws an UnsupportedOperationException if called.
remove() - Method in class edu.ucla.sspace.util.CombinedIterator
Removes the previously returned element using the backing iterator's remove method.
remove(Object) - Method in class edu.ucla.sspace.util.CombinedSet
Removes the provided element from all the backing sets, returning true if at least one set contained that element.
remove(Object) - Method in class edu.ucla.sspace.util.DisjointSets
Removes the provided element from the backing sets, returning true if the element was in one set.
remove(Object) - Method in class edu.ucla.sspace.util.GeneratorMap
remove(int) - Method in class edu.ucla.sspace.util.GrowableArrayList
 
remove(Object) - Method in class edu.ucla.sspace.util.HashBiMap
remove(Object) - Method in class edu.ucla.sspace.util.HashMultiMap
Removes the mapping for a key from this multi-map if it is present, returning any mapped values to that key
remove(Object, Object) - Method in class edu.ucla.sspace.util.HashMultiMap
Removes the specified mapping for a key if it is present.
remove(Object) - Method in class edu.ucla.sspace.util.IntegerMap
Removes the mapping for a key from this map if it is present and returns the value to which this map previously associated the key, or null if the map contained no mapping for the key.
remove() - Method in class edu.ucla.sspace.util.IteratorDecorator
Removes the current element if the backing iterator supports removal.
remove() - Method in class edu.ucla.sspace.util.LimitedIterator
Throws an UnsupportedOperationException if called.
remove(K) - Method in interface edu.ucla.sspace.util.MultiMap
Removes the mapping for a key from this multi-map if it is present, returning any mapped values to that key
remove(Object, Object) - Method in interface edu.ucla.sspace.util.MultiMap
Removes the specified mapping for a key if it is present.
remove(Integer) - Method in class edu.ucla.sspace.util.OpenIntSet
 
remove(int) - Method in class edu.ucla.sspace.util.OpenIntSet
 
remove(int) - Method in class edu.ucla.sspace.util.primitive.AbstractIntSet
 
remove(Integer) - Method in class edu.ucla.sspace.util.primitive.CompactIntSet
 
remove(int) - Method in class edu.ucla.sspace.util.primitive.CompactIntSet
 
remove(int) - Method in interface edu.ucla.sspace.util.primitive.IntCollection
 
remove(int) - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
Removes the mapping for a key from this multi-map if it is present
remove(Integer) - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
Removes the mapping for a key from this multi-map if it is present, returning any mapped values to that key
remove(int, int) - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
Removes the specified mapping for a key if it is present.
remove(Object, Object) - Method in class edu.ucla.sspace.util.primitive.IntIntHashMultiMap
Removes the specified mapping for a key if it is present.
remove(int) - Method in interface edu.ucla.sspace.util.primitive.IntIntMultiMap
Removes the mapping for a key from this multi-map if it is present
remove(int, int) - Method in interface edu.ucla.sspace.util.primitive.IntIntMultiMap
Removes the specified mapping for a key if it is present.
remove(int) - Method in interface edu.ucla.sspace.util.primitive.IntSet
 
remove(int) - Method in class edu.ucla.sspace.util.primitive.TroveIntSet
 
remove(Object) - Method in class edu.ucla.sspace.util.SetDecorator
 
remove() - Method in class edu.ucla.sspace.util.SynchronizedIterator
remove(Object) - Method in class edu.ucla.sspace.util.TreeMultiMap
Removes the mapping for a key from this multi-map if it is present, returning any mapped values to that key
remove(Object, Object) - Method in class edu.ucla.sspace.util.TreeMultiMap
Removes the specified mapping for a key if it is present.
remove(Object) - Method in class edu.ucla.sspace.util.TrieMap
Removes the mapping for a key from this map if it is present and returns the value to which this map previously associated the key, or null if the map contained no mapping for the key.
remove(Object) - Method in class edu.ucla.sspace.util.TrieSet
Removes the specified element from this set if it is present.
removeAll(IntCollection) - Method in class edu.ucla.sspace.util.primitive.AbstractIntSet
 
removeAll(CompactIntSet) - Method in class edu.ucla.sspace.util.primitive.CompactIntSet
Removes from this set all of the elements that are contained in the specified CompactIntSet using an CompactIntSet-optimized process.
removeAll(IntCollection) - Method in interface edu.ucla.sspace.util.primitive.IntCollection
 
removeAll(IntCollection) - Method in interface edu.ucla.sspace.util.primitive.IntSet
 
removeAll(Collection<?>) - Method in class edu.ucla.sspace.util.SetDecorator
 
removeEldestEntry(Map.Entry<K, V>) - Method in class edu.ucla.sspace.util.BoundedCache
Returns true if the addition of some entry has caused the current size of the map to exceed its maximum size.
removeExternalLinkMarkup(StringBuilder) - Method in class edu.ucla.sspace.tools.WikipediaCleaner
Replace [link] tags with link name and track what articles this article links to.
removeOption(char) - Method in class edu.ucla.sspace.common.ArgOptions
Removes the Option mapped by the given shortName.
removeOption(String) - Method in class edu.ucla.sspace.common.ArgOptions
Removes the Option mapped by the given longName.
removeRange(int, int) - Method in class edu.ucla.sspace.util.GrowableArrayList
 
removeWikiLinkMarkup(StringBuilder, String) - Method in class edu.ucla.sspace.tools.WikipediaCleaner
Replace [[link]] tags with link name and track what articles this article links to.
reordering() - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
Returns the mapping from indices in this RowMaskedMatrix to the real indices in the backingMatrix.
REPEAT_PROPERTY - Static variable in class edu.ucla.sspace.clustering.DirectClustering
The property to set the number of times a single run of DirectClustering will be run.
replace_s(int, int, String) - Method in class org.tartarus.snowball.SnowballProgram
 
reset() - Method in class edu.ucla.sspace.graph.isomorphism.IsomorphicGraphCounter
Resets the counts for all objects.
reset() - Method in class edu.ucla.sspace.graph.isomorphism.TypedIsomorphicGraphCounter
Resets the counts for all objects.
reset(BufferedReader) - Method in class edu.ucla.sspace.text.CompoundWordIterator
Resets the underlying token stream to point to the contents of the provided BufferedReader.
reset(Iterator<String>) - Method in class edu.ucla.sspace.text.CompoundWordIterator
Resets the underlying token stream to point to the tokens in the provided iterator.
reset() - Method in class edu.ucla.sspace.text.LimitedOneLinePerDocumentIterator
Reset the iterator so that new documents may be returned.
reset() - Method in interface edu.ucla.sspace.util.Counter
Resets the counts for all objects.
reset() - Method in class edu.ucla.sspace.util.IndexedCounter
Resets the counts for all objects.
reset() - Method in class edu.ucla.sspace.util.ObjectCounter
Resets the counts for all objects.
reset() - Method in class edu.ucla.sspace.util.PairCounter
Resets the counts for all pairs.
RESIDUE_SIMILARITY_THRESHOLD_PROPERTY - Static variable in class edu.ucla.sspace.clustering.ClusteringByCommittee
The property for specifying the similarity threshold in Phase II.5 where if an element has a similarity less than this threshold to all existing committees, the element is marked as "residue" and recursively clustered.
resize(Matrix, int, int) - Static method in class edu.ucla.sspace.matrix.Matrices
Returns a new Matrix that has been resized from the original, truncating values if smaller, or adding zero elements if larger.
ResourceFinder - Interface in edu.ucla.sspace.util
An interface for reader file-based resources regardless of the environment in which the system is operating, e.g.
result - Variable in class org.tartarus.snowball.Among
 
RETAIN_DOCUMENT_SPACE_PROPERTY - Static variable in class edu.ucla.sspace.lsa.LatentSemanticAnalysis
The property whose boolean value indicate whether the document space should be retained after processSpace.
RETAIN_PROPERTY - Static variable in class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
The property to specify the number of words to view before and after each word in focus.
retainAll(IntCollection) - Method in class edu.ucla.sspace.util.primitive.AbstractIntSet
Retains only the elements in this set that are contained in the specified IntSet.
retainAll(CompactIntSet) - Method in class edu.ucla.sspace.util.primitive.CompactIntSet
Retains only the elements in this set that are contained in the specified CompactIntSet using an CompactIntSet-optimized process.
retainAll(IntCollection) - Method in interface edu.ucla.sspace.util.primitive.IntCollection
Retains only the elements in this set that are contained in the specified IntSet.
retainAll(IntCollection) - Method in interface edu.ucla.sspace.util.primitive.IntSet
Retains only the elements in this set that are contained in the specified IntCollection.
retainAll(Collection<?>) - Method in class edu.ucla.sspace.util.SetDecorator
 
rho - Variable in class edu.ucla.sspace.clustering.BaseSpectralCut
The sum similarity values from each data point to all other data points, which is equivalent to the simiarltiy between each data point and the centroid of the entire data set.
rhoSum() - Method in class edu.ucla.sspace.clustering.BaseSpectralCut
Returns the sum of values in rho.
rhoSum() - Method in interface edu.ucla.sspace.clustering.EigenCut
Returns the sum of values in rho.
RI_SSPACE_NAME - Static variable in class edu.ucla.sspace.ri.RandomIndexing
 
rightReordering - Variable in class edu.ucla.sspace.clustering.BaseSpectralCut
The final ordering of data points in the first created region.
rightSplit - Variable in class edu.ucla.sspace.clustering.BaseSpectralCut
The data points in the right region.
RIWordsiMain - Class in edu.ucla.sspace.mains
An executiable class for running Wordsi with a RandomIndexingContextGenerator.
RIWordsiMain() - Constructor for class edu.ucla.sspace.mains.RIWordsiMain
 
romanianStemmer - 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.
romanianStemmer() - Constructor for class org.tartarus.snowball.ext.romanianStemmer
 
row() - Method in interface edu.ucla.sspace.matrix.MatrixEntry
Returns the row index of this entry in the matrix
RowComparator - Class in edu.ucla.sspace.matrix
A utility class for finding the k most-similar words to a provided row in a Matrix.
RowComparator() - Constructor for class edu.ucla.sspace.matrix.RowComparator
Creates this WordComparator with as many threads as processors.
RowComparator(int) - Constructor for class edu.ucla.sspace.matrix.RowComparator
Creates this WordComparator with the specified number of threads.
rowind - Variable in class ch.akuhn.edu.mit.tedlab.SMat
 
RowMagnitudeTransform - Class in edu.ucla.sspace.matrix
Tranforms a matrix by the row magnitudes.
RowMagnitudeTransform() - Constructor for class edu.ucla.sspace.matrix.RowMagnitudeTransform
 
RowMagnitudeTransform.RowMagnitudeGlobalTransform - Class in edu.ucla.sspace.matrix
 
RowMagnitudeTransform.RowMagnitudeGlobalTransform(Matrix) - Constructor for class edu.ucla.sspace.matrix.RowMagnitudeTransform.RowMagnitudeGlobalTransform
Creates an instance of RowMagnitudeGlobalTransform from a Matrix.
RowMagnitudeTransform.RowMagnitudeGlobalTransform(File, MatrixIO.Format) - Constructor for class edu.ucla.sspace.matrix.RowMagnitudeTransform.RowMagnitudeGlobalTransform
Creates an instance of RowMagnitudeGlobalTransform from a File in the format MatrixIO.Format.
RowMaskedMatrix - Class in edu.ucla.sspace.matrix
A tiled view of a Matrix instance where selected rows of the instance a represented as a single, contiguous matrix.
RowMaskedMatrix(Matrix, BitSet) - Constructor for class edu.ucla.sspace.matrix.RowMaskedMatrix
Creates a partial view of the provided matrix using the bits set to true as the rows that should be included
RowMaskedMatrix(Matrix, Set<Integer>) - Constructor for class edu.ucla.sspace.matrix.RowMaskedMatrix
Creates a partial view of the provided matrix using the integers in the set to specify which rows should be included in the matrix.
RowMaskedMatrix(Matrix, LinkedHashSet<Integer>) - Constructor for class edu.ucla.sspace.matrix.RowMaskedMatrix
Creates a partial view of the provided matrix using the integers in the ordered set.
RowMaskedMatrix(Matrix, int[]) - Constructor for class edu.ucla.sspace.matrix.RowMaskedMatrix
Creates a partial view of the provided matrix using the integers in the array of indices.
rowMaskMap - Variable in class edu.ucla.sspace.matrix.CellMaskedMatrix
The mapping for rows from new indices to old indices.
rows - Variable in class ch.akuhn.edu.mit.tedlab.DMat
 
rows - Variable in class ch.akuhn.edu.mit.tedlab.SMat
 
rows() - Method in class edu.ucla.sspace.matrix.AbstractMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.ArrayMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.AtomicGrowingMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseHashMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.AtomicGrowingSparseMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.CellMaskedMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.DiagonalMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.GrowingSparseMatrix
Returns the number of rows in this Matrix.
rows() - Method in interface edu.ucla.sspace.matrix.Matrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.OnDiskMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.RowMaskedMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.RowScaledMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.SparseHashMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.SparseSymmetricMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.SymmetricMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.SynchronizedMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.SynchronizedSparseMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.TransposedMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.matrix.YaleSparseMatrix
Returns the number of rows in this Matrix.
rows() - Method in class edu.ucla.sspace.util.SemanticSpaceMatrix
Returns the number of rows in this Matrix.
RowScaledMatrix - Class in edu.ucla.sspace.matrix
A decorator over Matrixs.
RowScaledMatrix(Matrix, DoubleVector) - Constructor for class edu.ucla.sspace.matrix.RowScaledMatrix
Creates a RowScaledMatrix that provides scaled read only access to the provided Matrix instance.
RowScaledSparseMatrix - Class in edu.ucla.sspace.matrix
A decorator over SparseMatrixs.
RowScaledSparseMatrix(SparseMatrix, DoubleVector) - Constructor for class edu.ucla.sspace.matrix.RowScaledSparseMatrix
Creates a RowScaledSparseMatrix that provides scaled read only access to the provided SparseMatrix instance.
rowSums - Variable in class edu.ucla.sspace.matrix.TransformStatistics.MatrixStatistics
 
RubensteinGoodenoughWordSimilarityEvaluation - Class in edu.ucla.sspace.evaluation
A collection of human similarity judgements of word pairs gathered by Rubenstein and Goodneough.
RubensteinGoodenoughWordSimilarityEvaluation(String) - Constructor for class edu.ucla.sspace.evaluation.RubensteinGoodenoughWordSimilarityEvaluation
Constructs this word similarity evaluation test using the WS353 data file refered to by the provided name.
RubensteinGoodenoughWordSimilarityEvaluation(File) - Constructor for class edu.ucla.sspace.evaluation.RubensteinGoodenoughWordSimilarityEvaluation
Constructs this word similarity evaluation test using the provide WS353 data file.
run(String[]) - Method in class edu.ucla.sspace.mains.EvaluatorMain
 
run(String[]) - Method in class edu.ucla.sspace.mains.FixedDurationTemporalRandomIndexingMain
 
run(String[]) - Method in class edu.ucla.sspace.mains.GenericMain
Processes the arguments and begins processing the documents using the SemanticSpace returned by getSpace.
run(String[]) - Method in class edu.ucla.sspace.tools.SimilarityListGenerator
 
run() - Method in class edu.ucla.sspace.util.WorkerThread
Continuously dequeues Runnable instances from the work queue and execute them.
run(Runnable...) - Method in class edu.ucla.sspace.util.WorkQueue
Executes the tasks using a thread pool and returns once all tasks have finished.
run(Collection<Runnable>) - Method in class edu.ucla.sspace.util.WorkQueue
Executes the tasks using a thread pool and returns once all tasks have finished.
russianStemmer - 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.
russianStemmer() - Constructor for class org.tartarus.snowball.ext.russianStemmer
 
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.