- 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
-
- 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
-
- NeighborChainAgglomerativeClustering(NeighborChainAgglomerativeClustering.ClusterLink, SimilarityFunction) - Constructor for class edu.ucla.sspace.clustering.NeighborChainAgglomerativeClustering
-
- 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
-
- 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
-
- NonNegativeMatrixFactorizationOPL(Properties) - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
-
- NonNegativeMatrixFactorizationOPL(int) - Constructor for class edu.ucla.sspace.matrix.factorization.NonNegativeMatrixFactorizationOPL
-
- 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
-
Copyright © 2012. All Rights Reserved.