- ObjectCounter<T> - Class in edu.ucla.sspace.util
-
A utility for counting unique instance of an object.
- ObjectCounter() - Constructor for class edu.ucla.sspace.util.ObjectCounter
-
Creates an empty Counter
.
- ObjectCounter(Collection<? extends T>) - Constructor for class edu.ucla.sspace.util.ObjectCounter
-
Creates a Counter
whose initial state has counted all of the
specified items.
- ObjectEntry<T> - Interface in edu.ucla.sspace.util
-
An object that represents an index that has an associated typed Object
value.
- ObjectIndexer<T> - Class in edu.ucla.sspace.util
-
A utility class for mapping a set of objects to unique indices based on
object equality.
- ObjectIndexer() - Constructor for class edu.ucla.sspace.util.ObjectIndexer
-
Creates an empty ObjectIndexer
with no mappings.
- ObjectIndexer(Collection<? extends T>) - Constructor for class edu.ucla.sspace.util.ObjectIndexer
-
Creates an ObjectIndexer
with indices for all of the provided items.
- ObjectIndexer(Indexer<? extends T>) - Constructor for class edu.ucla.sspace.util.ObjectIndexer
-
Creates an ObjectIndexer
with indices for all of the provided items.
- OccurrenceDependencyContextGenerator - Class in edu.ucla.sspace.wordsi
-
- OccurrenceDependencyContextGenerator(BasisMapping<String, String>, int) - Constructor for class edu.ucla.sspace.wordsi.OccurrenceDependencyContextGenerator
-
- OnDiskMatrix - Class in edu.ucla.sspace.matrix
-
A Matrix implementation that uses a binary file to read and write Returns a
copy of the specified rowvalues of the matrix.
- OnDiskMatrix(int, int) - Constructor for class edu.ucla.sspace.matrix.OnDiskMatrix
-
Create a matrix of the provided size using a temporary file.
- OnDiskSemanticSpace - Class in edu.ucla.sspace.common
-
- OnDiskSemanticSpace(String) - Constructor for class edu.ucla.sspace.common.OnDiskSemanticSpace
-
- OnDiskSemanticSpace(File) - Constructor for class edu.ucla.sspace.common.OnDiskSemanticSpace
-
- OnDiskSemanticSpace(File, SemanticSpaceIO.SSpaceFormat) - Constructor for class edu.ucla.sspace.common.OnDiskSemanticSpace
-
Deprecated.
- OneLineDocumentCleaner - Class in edu.ucla.sspace.tools
-
- OneLineDocumentCleaner() - Constructor for class edu.ucla.sspace.tools.OneLineDocumentCleaner
-
- OneLinePerDocumentIterator - Class in edu.ucla.sspace.text
-
An iterator implementation that returns
Document
instances given a
file that contains list of files.
- OneLinePerDocumentIterator(String) - Constructor for class edu.ucla.sspace.text.OneLinePerDocumentIterator
-
Constructs an Iterator
for the documents contained in the
provided file.
- OneLinePerTemporalDocumentIterator - Class in edu.ucla.sspace.text
-
An iterator implementation that returns
TemporalDocument
instances
given a file where each line of text is treated as a separate document.
- OneLinePerTemporalDocumentIterator(String) - Constructor for class edu.ucla.sspace.text.OneLinePerTemporalDocumentIterator
-
Constructs an Iterator
for the documents contained in the
provided file.
- OneNormedQuestionPerLineTest - Class in edu.ucla.sspace.evaluation
-
- OneNormedQuestionPerLineTest(String) - Constructor for class edu.ucla.sspace.evaluation.OneNormedQuestionPerLineTest
-
- OneNormedQuestionPerLineTest(File) - Constructor for class edu.ucla.sspace.evaluation.OneNormedQuestionPerLineTest
-
- OnePairPerLinePrimingTest - Class in edu.ucla.sspace.evaluation
-
- OnePairPerLinePrimingTest(String) - Constructor for class edu.ucla.sspace.evaluation.OnePairPerLinePrimingTest
-
- OnePairPerLinePrimingTest(File) - Constructor for class edu.ucla.sspace.evaluation.OnePairPerLinePrimingTest
-
- OneSimilarity - Class in edu.ucla.sspace.similarity
-
Returns 1
, always.
- OneSimilarity() - Constructor for class edu.ucla.sspace.similarity.OneSimilarity
-
- OnlineClustering<T extends DoubleVector> - Interface in edu.ucla.sspace.clustering
-
An interface for any Online clustering implementation.
- OnlineKMeans<T extends DoubleVector> - Class in edu.ucla.sspace.clustering
-
A
Generator
class for generating a new
OnlineKMeansClustering
instance.
- OnlineKMeans() - Constructor for class edu.ucla.sspace.clustering.OnlineKMeans
-
Creates a new generator using the system properties.
- OnlineKMeans(Properties) - Constructor for class edu.ucla.sspace.clustering.OnlineKMeans
-
Creates a new generator using the given properties.
- OnlineKMeans.OnlineKMeansClustering<T extends DoubleVector> - Class in edu.ucla.sspace.clustering
-
A simple online implementation of K-Means clustering for Vector
s,
with the option to perform agglomerative clustering once all elements
have been clustered.
- OnlineKMeans.OnlineKMeansClustering(double, int) - Constructor for class edu.ucla.sspace.clustering.OnlineKMeans.OnlineKMeansClustering
-
Creates a new instance of online KMeans clustering.
- open(String) - Method in class edu.ucla.sspace.util.FileResourceFinder
-
Finds the file with the specified name and returns a reader for that
files contents.
- open(String) - Method in interface edu.ucla.sspace.util.ResourceFinder
-
Finds the file with the specified name and returns a reader for that
files contents.
- OpenIntSet - Class in edu.ucla.sspace.util
-
A
Set
implementation specialized for storing
int
values with
efficient storagage and look-up.
- OpenIntSet() - Constructor for class edu.ucla.sspace.util.OpenIntSet
-
Constructs an OpenIntSet
with the default size (4).
- OpenIntSet(int) - Constructor for class edu.ucla.sspace.util.OpenIntSet
-
Constructs an OpenIntSet
with storage for the specified number of
elements.
- OpenIntSet(Collection<Integer>) - Constructor for class edu.ucla.sspace.util.OpenIntSet
-
Constructs an OpenIntSet
that will contain all the values in the
provided set.
- OpenIntSet(OpenIntSet) - Constructor for class edu.ucla.sspace.util.OpenIntSet
-
Constructs an OpenIntSet
that will contain all the values in the
provided set.
- openLoadFile() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
-
Returns an
ObjectInputStream
for the file referred to by the
--Load
option or
null
if the option was not used.
- openSaveFile() - Method in class edu.ucla.sspace.mains.GenericWordsiMain
-
Returns an
ObjectOutputStream
for the file referred to by the
--Save
option or
null
if the option was not used.
- OptionDescriptions - Class in edu.ucla.sspace.mains
-
A utility class that contains string descriptions of differnt command line
options.
- order() - Method in class edu.ucla.sspace.graph.AbstractGraph
-
Returns the number of vertices in this graph.
- order() - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
-
Returns the number of vertices in this graph.
- order() - Method in class edu.ucla.sspace.graph.DirectedMultigraph
-
Returns the number of vertices in this graph.
- order() - Method in interface edu.ucla.sspace.graph.Graph
-
Returns the number of vertices in this graph.
- order() - Method in class edu.ucla.sspace.graph.GraphAdaptor
-
Returns the number of vertices in this graph.
- order() - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
-
Returns the number of vertices in this graph.
- order() - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
-
Returns the number of vertices in this graph.
- OrderedTemporalRandomIndexing - Class in edu.ucla.sspace.tri
-
A simplified version of TemporalRandomIndexing
that imposes
restrictions on the document input ordering to improve efficiency at the cost
of functionality.
- OrderedTemporalRandomIndexing() - Constructor for class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Creates an instance of OrderedTemporalRandomIndexing
using
the system properties to configure the behavior.
- OrderedTemporalRandomIndexing(Properties) - Constructor for class edu.ucla.sspace.tri.OrderedTemporalRandomIndexing
-
Creates an instance of OrderedTemporalRandomIndexing
using
the system properties to configure the behavior.
- OrderingDependencyContextGenerator - Class in edu.ucla.sspace.wordsi
-
- OrderingDependencyContextGenerator(BasisMapping<String, String>, int) - Constructor for class edu.ucla.sspace.wordsi.OrderingDependencyContextGenerator
-
- OrderPreservingFilteredIterator - Class in edu.ucla.sspace.text
-
An iterator over all the tokens in a stream that uses a
TokenFilter
to remove invalid tokens and replaces them with the
IteratorFactory.EMPTY_TOKEN
string to signify their position.
- OrderPreservingFilteredIterator(String, TokenFilter) - Constructor for class edu.ucla.sspace.text.OrderPreservingFilteredIterator
-
Creates a filtered iterator using the string as a source of tokens
- OrderPreservingFilteredIterator(BufferedReader, TokenFilter) - Constructor for class edu.ucla.sspace.text.OrderPreservingFilteredIterator
-
Creates a filtered iterator using the reader as a source of tokens
- OrderPreservingFilteredIterator(Iterator<String>, TokenFilter) - Constructor for class edu.ucla.sspace.text.OrderPreservingFilteredIterator
-
Creates a filtered iterator using provided iterator as the source of
tokens
- org.tartarus.snowball - package org.tartarus.snowball
-
- org.tartarus.snowball.ext - package org.tartarus.snowball.ext
-
- OrssSeed - Class in edu.ucla.sspace.clustering.seeding
-
Select seeds using a modification of the ORSS algorithm.
- OrssSeed() - Constructor for class edu.ucla.sspace.clustering.seeding.OrssSeed
-
- orthonormalize(DoubleVector, DoubleVector) - Static method in class edu.ucla.sspace.clustering.BaseSpectralCut
-
Returns a
DoubleVector
that is the orthonormalized version of
v
with respect to
other
.
- out_grouping(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
-
- out_grouping_b(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
-
- out_range(int, int) - Method in class org.tartarus.snowball.SnowballProgram
-
- out_range_b(int, int) - Method in class org.tartarus.snowball.SnowballProgram
-
- outDegree(int) - Method in interface edu.ucla.sspace.graph.DirectedGraph
-
Returns the number of directed edges where vertex
is the tail of
the edge, i.e.
- outDegree(int) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
-
Returns the number of directed edges where vertex
is the tail of
the edge, i.e.
- outDegree(int) - Method in class edu.ucla.sspace.graph.SparseDirectedGraph
-
Returns the number of directed edges where vertex
is the tail of
the edge, i.e.
- outDegree(int) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
-
Returns the number of directed edges where vertex
is the tail of
the edge, i.e.
- outEdges(int) - Method in interface edu.ucla.sspace.graph.DirectedGraph
-
Returns the set of directed edges where vertex
is the tail of the
edge, i.e.
- outEdges(int) - Method in class edu.ucla.sspace.graph.DirectedMultigraph
-
Returns the set of directed edges where vertex
is the tail of the
edge, i.e.
- outEdges() - Method in class edu.ucla.sspace.graph.SparseDirectedEdgeSet
-
Returns the set of
DirectedEdge
instances that originate from the
root vertex.
- outEdges(int) - Method in class edu.ucla.sspace.graph.SparseDirectedGraph
-
Returns the set of directed edges where vertex
is the tail of the
edge, i.e.
- outEdges(int) - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
-
Returns the set of directed edges where vertex
is the tail of the
edge, i.e.
- OUTER_ITERATIONS - Static variable in class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationMultiplicative
-
The System Property used to define the number outer multiplicative
iterations to use when decomposing a matrix.
- outgoing() - Method in class edu.ucla.sspace.graph.SparseDirectedTypedEdgeSet
-
Returns the set of edges that originate from the vertex associated with
this edge set.
- outgoing() - Method in class edu.ucla.sspace.graph.SparseWeightedDirectedTypedEdgeSet
-