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

N

NearestNeighborAffinityMatrixCreator - Class in edu.ucla.sspace.matrix
This AffinityMatrixCreator adds an edge added between two data points, i and j, if j is in the k nearest neighbors of i.
NearestNeighborAffinityMatrixCreator() - Constructor for class edu.ucla.sspace.matrix.NearestNeighborAffinityMatrixCreator
 
NearestNeighborFinder - Interface in edu.ucla.sspace.util
An interface for utilities that finds the k-nearest neighbors of one or more words in a given SemanticSpace
NearestNeighborFinderTool - Class in edu.ucla.sspace.tools
The tool for running the NearestNeighborFinder from command line.
NearestNeighborFinderTool() - Constructor for class edu.ucla.sspace.tools.NearestNeighborFinderTool
 
negativeDimensions - Variable in class edu.ucla.sspace.vector.TernaryVector
The indices which are all set to -1.
negativeDimensions() - Method in class edu.ucla.sspace.vector.TernaryVector
Returns the indices at which this vector is valued -1 in sorted order.
NeighborChainAgglomerativeClustering - Class in edu.ucla.sspace.clustering
A Nearest Neighbor Chain Agglomerative Clustering implementation.
NeighborChainAgglomerativeClustering() - Constructor for class edu.ucla.sspace.clustering.NeighborChainAgglomerativeClustering
Creates a NeighborChainAgglomerativeClustering with no minimum similarity threshold.
NeighborChainAgglomerativeClustering(NeighborChainAgglomerativeClustering.ClusterLink, SimilarityFunction) - Constructor for class edu.ucla.sspace.clustering.NeighborChainAgglomerativeClustering
Creates a NeighborChainAgglomerativeClustering with the specified minimum similarity threshold.
NeighborChainAgglomerativeClustering.ClusterLink - Enum in edu.ucla.sspace.clustering
The similarity method used when comparing and merging compelte clusters.
NeighborChainAgglomerativeClustering.Link - Class in edu.ucla.sspace.clustering
A simple struct for storing links between two clusters.
NeighborChainAgglomerativeClustering.Link(double, int) - Constructor for class edu.ucla.sspace.clustering.NeighborChainAgglomerativeClustering.Link
neighbors() - Method in interface edu.ucla.sspace.dependency.DependencyTreeNode
Returns the list of neighbors to the current node.
neighbors() - Method in class edu.ucla.sspace.dependency.SimpleDependencyTreeNode
Returns the list of neighbors to the current node.
next() - Method in class edu.ucla.sspace.dependency.BreadthFirstPathIterator
Returns the next DependencyPath in the tree whose length is equal or greater than the previously returned path.
next() - Method in class edu.ucla.sspace.dependency.DependencyIterator
Returns the next DependencyPath in the tree whose length is equal or greater than the previously returned path.
next() - Method in class edu.ucla.sspace.dependency.FilteredDependencyIterator
Returns the next path that meets the requirements.
next() - Method in class edu.ucla.sspace.graph.SamplingSubgraphIterator
Returns the next subgraph from the backing graph.
next() - Method in class edu.ucla.sspace.graph.SimpleGraphIterator
Returns the next simple graph from the multigraph.
next() - Method in class edu.ucla.sspace.graph.SubgraphIterator
 
next() - Method in class edu.ucla.sspace.text.BufferedFileListDocumentIterator
Returns the next document from the list.
next() - Method in class edu.ucla.sspace.text.BufferedIterator
Returns the next token in the stream.
next() - Method in class edu.ucla.sspace.text.CompoundWordIterator
Returns the next token in the stream.
next() - Method in class edu.ucla.sspace.text.corpora.PukWacCorpusReader.UkWacIterator
next() - Method in class edu.ucla.sspace.text.corpora.PukWacDependencyCorpusReader.UkWacIterator
next() - Method in class edu.ucla.sspace.text.corpora.SenseEvalDependencyCorpusReader.SenseEvalIterator
next() - Method in class edu.ucla.sspace.text.DependencyFileDocumentIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.DirectoryCorpusReader.BaseFileIterator
next() - Method in class edu.ucla.sspace.text.FileListDocumentIterator
Returns the next document from the list.
next() - Method in class edu.ucla.sspace.text.FileListTemporalDocumentIterator
Returns the next document from the list.
next() - Method in class edu.ucla.sspace.text.FilteredIterator
Returns the next word from the reader that has passed the filter.
next() - Method in class edu.ucla.sspace.text.LimitedOneLinePerDocumentIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.OneLinePerDocumentIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.OneLinePerTemporalDocumentIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.OrderPreservingFilteredIterator
Returns the next word from the reader that has passed the filter.
next() - Method in class edu.ucla.sspace.text.PukWaCDocumentIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.StemmingIterator
Returns the next word from the reader.
next() - Method in class edu.ucla.sspace.text.UkWacDependencyFileIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.UkWaCDocumentIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.WaCkypediaDocumentIterator
Returns the next document from the file.
next() - Method in class edu.ucla.sspace.text.WordIterator
Returns the next word from the reader.
next() - Method in class edu.ucla.sspace.text.WordReplacementIterator
Return the next token's replacement if such a replacement exists.
next() - Method in class edu.ucla.sspace.util.ColorGenerator
Returns the next random color
next() - Method in class edu.ucla.sspace.util.CombinedIterator
Returns the next element from some iterator.
next() - Method in class edu.ucla.sspace.util.IteratorDecorator
Returns the next element
next() - Method in class edu.ucla.sspace.util.LimitedIterator
Returns the next item from the reader.
next() - Method in class edu.ucla.sspace.util.SynchronizedIterator
nextInt() - Method in interface edu.ucla.sspace.util.primitive.IntIterator
Returns the next int in the sequence.
nextPair(int, int) - Method in interface edu.ucla.sspace.graph.isomorphism.State
Returns the next candidate for isomorphic matching given these prior two vertices that were matched.
nextPair(int, int) - Method in class edu.ucla.sspace.graph.isomorphism.TypedVF2State
Returns the next candidate for isomorphic matching given these prior two vertices that were matched.
nextPair(int, int) - Method in class edu.ucla.sspace.graph.isomorphism.VF2State
Returns the next candidate for isomorphic matching given these prior two vertices that were matched.
NonNegativeMatrixFactorizationMultiplicative - Class in edu.ucla.sspace.matrix.factorization
The most basic Non-Negative Matrix Factorization implementation.
NonNegativeMatrixFactorizationMultiplicative() - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationMultiplicative
Creates a new NonNegativeMatrixFactorizationMultiplicative using the system defined Properties
NonNegativeMatrixFactorizationMultiplicative(Properties) - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationMultiplicative
NonNegativeMatrixFactorizationMultiplicative(int, int) - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationMultiplicative
NonNegativeMatrixFactorizationOPL - Class in edu.ucla.sspace.matrix.factorization
A simple implementation of Non-Negative Matrix Factorization.
NonNegativeMatrixFactorizationOPL() - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
Instantiates a new NonNegativeMatrixFactorizationOPL that uses the system default Properties to determnine the number of iterations to use when decomposing matrices.
NonNegativeMatrixFactorizationOPL(Properties) - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
Instantiates a new NonNegativeMatrixFactorizationOPL that uses the provided Properties to determnine the number of iterations to use when decomposing matrices.
NonNegativeMatrixFactorizationOPL(int) - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
Instantiates a new NonNegativeMatrixFactorizationOPL instance which will use numIterations to compute the decomposed matrices.
normalization() - Method in class jnt.FFT.ComplexDouble2DFFT
Return the normalization factor.
normalization() - Method in class jnt.FFT.ComplexDoubleFFT
Return the normalization factor.
normalization() - Method in class jnt.FFT.ComplexFloat2DFFT
Return the normalization factor.
normalization() - Method in class jnt.FFT.ComplexFloatFFT
Return the normalization factor.
normalization() - Method in class jnt.FFT.RealDoubleFFT
Return the normalization factor.
normalization() - Method in class jnt.FFT.RealDoubleFFT_Even
Return the normalization factor.
normalization() - Method in class jnt.FFT.RealFloat2DFFT_Even
Return the normalization factor.
normalization() - Method in class jnt.FFT.RealFloatFFT
Return the normalization factor.
Normalize - Class in edu.ucla.sspace.matrix
A collection of normalization techniques available on a Matrix.
NormedPrimingQuestion - Interface in edu.ucla.sspace.evaluation
 
NormedWordPrimingReport - Interface in edu.ucla.sspace.evaluation
 
NormedWordPrimingTest - Interface in edu.ucla.sspace.evaluation
 
normedWordQuestions - Variable in class edu.ucla.sspace.evaluation.AbstractNormedWordPrimingTest
A mapping from a word pair to the human association judgement for it
norwegianStemmer - 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.
norwegianStemmer() - Constructor for class org.tartarus.snowball.ext.norwegianStemmer
 
NoTransform - Class in edu.ucla.sspace.matrix
Performs no transform on the input matrix.
NoTransform() - Constructor for class edu.ucla.sspace.matrix.NoTransform
 
NOUN_POS_TAGS - Static variable in class edu.ucla.sspace.dv.PennTags
 
NsfAbstractCleaner - Class in edu.ucla.sspace.tools
An informal tool which cleans the NsfAbstractCleaner() - Constructor for class edu.ucla.sspace.tools.NsfAbstractCleaner
 
NULL_NODE - Static variable in interface edu.ucla.sspace.graph.isomorphism.State
The node marker to be used when indicating that that no node is being matched.
NUM_CLUSTERS_END - Static variable in class edu.ucla.sspace.clustering.AutomaticStopClustering
The number of clusters to stop clustering at.
NUM_CLUSTERS_PROPERTY - Static variable in class edu.ucla.sspace.clustering.HierarchicalAgglomerativeClustering
The property for specifying the similarity function to use.
NUM_CLUSTERS_PROPERTY - Static variable in interface edu.ucla.sspace.clustering.OnlineClustering
 
NUM_CLUSTERS_START - Static variable in class edu.ucla.sspace.clustering.AutomaticStopClustering
The number of clusters to start clustering at.
NUM_CLUSTERS_START - Static variable in class edu.ucla.sspace.clustering.GapStatistic
The number of clusters to start clustering at.
NUM_POINTS_PROPERTY - Static variable in class edu.ucla.sspace.clustering.StreamingKMeans
An estimate of the total number of data points that will be clustered.
NUM_REFERENCE_DATA_SETS - Static variable in class edu.ucla.sspace.clustering.GapStatistic
The number of reference data sets to use.
numberOfCues() - Method in class edu.ucla.sspace.evaluation.AbstractNormedWordPrimingTest.SimpleNormedWordPrimingReport
Returns the total number of cues being reported.
numberOfCues() - Method in interface edu.ucla.sspace.evaluation.NormedWordPrimingReport
Returns the total number of cues being reported.
numberOfQuestions() - Method in interface edu.ucla.sspace.evaluation.WordChoiceReport
Returns the total number of questions on the test.
numberOfSolutions() - Method in class edu.ucla.sspace.clustering.LinkClustering
Returns the number of clustering solutions found by this instances for the prior clustering run.
numberOfTargets() - Method in interface edu.ucla.sspace.evaluation.NormedPrimingQuestion
Returns the number of targets associated with the cue.
numberOfTargets() - Method in class edu.ucla.sspace.evaluation.SimpleNormedPrimingQuestion
Returns the number of targets associated with the cue.
numberOfUnanswerableCues() - Method in class edu.ucla.sspace.evaluation.AbstractNormedWordPrimingTest.SimpleNormedWordPrimingReport
Returns the number of cues that could not be answered at all.
numberOfUnanswerableCues() - Method in interface edu.ucla.sspace.evaluation.NormedWordPrimingReport
Returns the number of cues that could not be answered at all.
numberOfWordPairs() - Method in class edu.ucla.sspace.evaluation.AbstractWordPrimingTest.SimpleWordPrimingReport
Returns the total number of word pairs.
numberOfWordPairs() - Method in class edu.ucla.sspace.evaluation.SimpleWordAssociationReport
Returns the total number of word pairs.
numberOfWordPairs() - Method in interface edu.ucla.sspace.evaluation.WordAssociationReport
Returns the total number of word pairs.
numberOfWordPairs() - Method in interface edu.ucla.sspace.evaluation.WordPrimingReport
Returns the total number of word pairs.
numberOfWordPairs() - Method in interface edu.ucla.sspace.evaluation.WordSimilarityReport
Returns the total number of word pairs.
numClusters() - Method in class edu.ucla.sspace.clustering.Assignments
Returns the number of clusters.
numDimensions() - Method in class edu.ucla.sspace.basis.AbstractBasisMapping
Returns the number of dimensions currently represented in this basis mapping.
numDimensions() - Method in interface edu.ucla.sspace.basis.BasisMapping
Returns the number of dimensions currently represented in this basis mapping.
numDimensions() - Method in class edu.ucla.sspace.dv.PathBasedBasisMapping
Returns the number of dimensions currently represented in this basis mapping.
numDimensions() - Method in class edu.ucla.sspace.dv.RelationPathBasisMapping
Returns the number of dimensions currently represented in this basis mapping.
numPositionalArgs() - Method in class edu.ucla.sspace.common.ArgOptions
Returns the number of positional arguments specified on the command line.
numProvidedOptions() - Method in class edu.ucla.sspace.common.ArgOptions
Returns the number of options that were specified on the command line.
numRows - Variable in class edu.ucla.sspace.clustering.BaseSpectralCut
The number of rows in the data matrix.
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.