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

H

H1Function - Class in edu.ucla.sspace.clustering.criterion
H1Function() - Constructor for class edu.ucla.sspace.clustering.criterion.H1Function
 
H2Function - Class in edu.ucla.sspace.clustering.criterion
H2Function() - Constructor for class edu.ucla.sspace.clustering.criterion.H2Function
 
HALMain - Class in edu.ucla.sspace.mains
An executable class for running HyperspaceAnalogueToLanguage (HAL) from the command line.
handleContextHeader(BufferedReader) - Method in class edu.ucla.sspace.wordsi.DependencyContextExtractor
Returns the string for the context header.
handleContextVector(String, String, SparseDoubleVector) - Method in class edu.ucla.sspace.mains.LexSubWordsiMain.LexSubWordsi
 
handleContextVector(String, String, SparseDoubleVector) - Method in class edu.ucla.sspace.wordsi.EvaluationWordsi
Performs some operation with contextVector, which can be indexed by either primaryKey, secondaryKey, or both.
handleContextVector(String, String, SparseDoubleVector) - Method in class edu.ucla.sspace.wordsi.StreamingWordsi
Performs some operation with contextVector, which can be indexed by either primaryKey, secondaryKey, or both.
handleContextVector(String, String, SparseDoubleVector) - Method in class edu.ucla.sspace.wordsi.WaitingWordsi
Adds the context vector to the end of the list of context vectors associated with focusKey.
handleContextVector(String, String, SparseDoubleVector) - Method in interface edu.ucla.sspace.wordsi.Wordsi
Performs some operation with contextVector, which can be indexed by either primaryKey, secondaryKey, or both.
handleDocumentHeader(int, String) - Method in class edu.ucla.sspace.common.GenericTermDocumentVectorSpace
Subclasses should override this method if they need to utilize a header token for each document.
handleDocumentHeader(int, String) - Method in class edu.ucla.sspace.esa.ExplicitSemanticAnalysis
Stores header at index docIndex.
handleExtraOptions() - Method in class edu.ucla.sspace.mains.BeagleMain
Once the command line has been parsed, allows the subclasses to perform additional steps based on class-specific options.
handleExtraOptions() - Method in class edu.ucla.sspace.mains.DependencyRandomIndexingMain
Once the command line has been parsed, allows the subclasses to perform additional steps based on class-specific options.
handleExtraOptions() - Method in class edu.ucla.sspace.mains.DVWCWordsiMain
Once the command line has been parsed, allows the subclasses to perform additional steps based on class-specific options.
handleExtraOptions() - Method in class edu.ucla.sspace.mains.DVWordsiMain
 
handleExtraOptions() - Method in class edu.ucla.sspace.mains.GenericMain
Once the command line has been parsed, allows the subclasses to perform additional steps based on class-specific options.
handleExtraOptions() - Method in class edu.ucla.sspace.mains.PreComputedWordsiMain
Once the command line has been parsed, allows the subclasses to perform additional steps based on class-specific options.
handleExtraOptions() - Method in class edu.ucla.sspace.mains.RIWordsiMain
Once the command line has been parsed, allows the subclasses to perform additional steps based on class-specific options.
handleExtraOptions() - Method in class edu.ucla.sspace.mains.WCWordsiMain
Once the command line has been parsed, allows the subclasses to perform additional steps based on class-specific options.
HARD_CLUSTERING_PROPERTY - Static variable in class edu.ucla.sspace.clustering.ClusteringByCommittee
Specifies whether CBC should use a hard (single class) or soft (multi-class) cluster labeling.
HardAssignment - Class in edu.ucla.sspace.clustering
An implementation of a Assignment where a data point may be assigned to at most one cluster, i.e.
HardAssignment() - Constructor for class edu.ucla.sspace.clustering.HardAssignment
Creates a new HardAssignment the data point is not assigned to any cluster.
HardAssignment(int) - Constructor for class edu.ucla.sspace.clustering.HardAssignment
Creates a new HardAssignment where the data point is assigned to the specified cluster value.
hasCycles() - Method in class edu.ucla.sspace.graph.AbstractGraph
Computes whether this graph is acyclic with its current set of edges, and returns true if this graph contains cycles, false if acyclic.
hasCycles() - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
Computes whether this graph is acyclic with its current set of edges, and returns true if this graph contains cycles, false if acyclic.
hasCycles() - Method in class edu.ucla.sspace.graph.DirectedMultigraph
Computes whether this graph is acyclic with its current set of edges, and returns true if this graph contains cycles, false if acyclic.
hasCycles() - Method in interface edu.ucla.sspace.graph.Graph
Computes whether this graph is acyclic with its current set of edges, and returns true if this graph contains cycles, false if acyclic.
hasCycles() - Method in class edu.ucla.sspace.graph.GraphAdaptor
Computes whether this graph is acyclic with its current set of edges, and returns true if this graph contains cycles, false if acyclic.
hasCycles() - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
Computes whether this graph is acyclic with its current set of edges, and returns true if this graph contains cycles, false if acyclic.
hasCycles() - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
Computes whether this graph is acyclic with its current set of edges, and returns true if this graph contains cycles, false if acyclic.
HashBiMap<K,V> - Class in edu.ucla.sspace.util
A HashMap based implementation of a BiMap.
HashBiMap() - Constructor for class edu.ucla.sspace.util.HashBiMap
Creates an empty HashBiMap
HashBiMap(Map<K, V>) - Constructor for class edu.ucla.sspace.util.HashBiMap
Creates a new HashBiMap from an existing Map
hashCode() - Method in class edu.ucla.sspace.clustering.LinkClustering.Edge
 
hashCode() - Method in class edu.ucla.sspace.clustering.Merge
 
hashCode() - Method in class edu.ucla.sspace.dependency.SimpleDependencyRelation
 
hashCode() - Method in class edu.ucla.sspace.dependency.SimpleDependencyTreeNode
Returns a hash that is the XOR of the part of speech hash and the word hash.
hashCode() - Method in class edu.ucla.sspace.graph.AbstractGraph
hashCode() - Method in class edu.ucla.sspace.graph.AbstractGraph.Subgraph
hashCode() - Method in class edu.ucla.sspace.graph.DirectedMultigraph
hashCode() - Method in class edu.ucla.sspace.graph.LabeledEdge
 
hashCode() - Method in class edu.ucla.sspace.graph.SimpleDirectedEdge
hashCode() - Method in class edu.ucla.sspace.graph.SimpleDirectedTypedEdge
 
hashCode() - Method in class edu.ucla.sspace.graph.SimpleEdge
hashCode() - Method in class edu.ucla.sspace.graph.SimpleTypedEdge
 
hashCode() - Method in class edu.ucla.sspace.graph.SimpleWeightedDirectedTypedEdge
 
hashCode() - Method in class edu.ucla.sspace.graph.SimpleWeightedEdge
hashCode() - Method in class edu.ucla.sspace.graph.SimpleWeightedTypedEdge
 
hashCode() - Method in class edu.ucla.sspace.graph.UndirectedMultigraph
hashCode() - Method in class edu.ucla.sspace.graph.WeightedDirectedMultigraph
hashCode() - Method in class edu.ucla.sspace.matrix.AbstractMatrix
Returns the sum of all rows hash codes.
hashCode() - Method in class edu.ucla.sspace.matrix.MatrixFile
 
hashCode() - Method in class edu.ucla.sspace.svs.RelationTuple
 
hashCode() - Method in interface edu.ucla.sspace.util.Counter
 
hashCode() - Method in class edu.ucla.sspace.util.Duple
 
hashCode() - Method in class edu.ucla.sspace.util.GeneratorMap
hashCode() - Method in class edu.ucla.sspace.util.HashBiMap
hashCode() - Method in class edu.ucla.sspace.util.IndexedCounter
 
hashCode() - Method in class edu.ucla.sspace.util.ObjectCounter
 
hashCode() - Method in class edu.ucla.sspace.util.Pair
 
hashCode() - Method in class edu.ucla.sspace.util.PairCounter
 
hashCode() - Method in class edu.ucla.sspace.util.primitive.IntPair
 
hashCode() - Method in class edu.ucla.sspace.util.SetDecorator
 
hashCode() - Method in class edu.ucla.sspace.vector.AbstractDoubleVector
Returns the hash code as the sum of the vectors elements, normalized to an int.
hashCode() - Method in class edu.ucla.sspace.vector.AbstractIntegerVector
Returns the hash code as the sum of the vectors elements, normalized to an int.
hashCode() - Method in class edu.ucla.sspace.vector.AbstractVector
Returns the hash code as the sum of the vectors elements, normalized to an int.
hashCode() - Method in interface edu.ucla.sspace.vector.Vector
Returns the hash code as the sum of the vectors elements, normalized to an int.
hashCode() - Method in class org.tartarus.snowball.ext.danishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.dutchStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.englishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.finnishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.frenchStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.germanStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.hungarianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.italianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.norwegianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.porterStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.portugueseStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.romanianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.russianStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.spanishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.swedishStemmer
 
hashCode() - Method in class org.tartarus.snowball.ext.turkishStemmer
 
HashIndexer<T> - Class in edu.ucla.sspace.util
A utility class for mapping a set of objects to unique indices based on object equality.
HashIndexer() - Constructor for class edu.ucla.sspace.util.HashIndexer
Creates an empty HashIndexer with no mappings.
HashIndexer(Collection<? extends T>) - Constructor for class edu.ucla.sspace.util.HashIndexer
Creates an HashIndexer with indices for all of the provided items.
HashIndexer(Indexer<? extends T>) - Constructor for class edu.ucla.sspace.util.HashIndexer
Creates an HashIndexer with indices for all of the provided items.
HashMultiMap<K,V> - Class in edu.ucla.sspace.util
A hash table based implementation of the MultiMap interface.
HashMultiMap() - Constructor for class edu.ucla.sspace.util.HashMultiMap
 
HashMultiMap(Map<? extends K, ? extends V>) - Constructor for class edu.ucla.sspace.util.HashMultiMap
Constructs this map and adds in all the mapping from the provided Map
hasNext() - Method in class edu.ucla.sspace.dependency.BreadthFirstPathIterator
Returns true if there are still paths to return for the tree.
hasNext() - Method in class edu.ucla.sspace.dependency.DependencyIterator
Returns true if there are still paths to return for the tree.
hasNext() - Method in class edu.ucla.sspace.dependency.FilteredDependencyIterator
Returns true if there are more paths to return that meet the acceptor and path length requirements.
hasNext() - Method in class edu.ucla.sspace.graph.SamplingSubgraphIterator
Returns true if there are more subgraphs to return
hasNext() - Method in class edu.ucla.sspace.graph.SimpleGraphIterator
Returns true if there is at least one more simple graph to return.
hasNext() - Method in class edu.ucla.sspace.graph.SubgraphIterator
 
hasNext() - Method in class edu.ucla.sspace.text.BufferedFileListDocumentIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.BufferedIterator
Returns true if the stream contains another token to return.
hasNext() - Method in class edu.ucla.sspace.text.CompoundWordIterator
Returns true if there is another token to return.
hasNext() - Method in class edu.ucla.sspace.text.corpora.PukWacCorpusReader.UkWacIterator
hasNext() - Method in class edu.ucla.sspace.text.corpora.PukWacDependencyCorpusReader.UkWacIterator
hasNext() - Method in class edu.ucla.sspace.text.corpora.SenseEvalDependencyCorpusReader.SenseEvalIterator
hasNext() - Method in class edu.ucla.sspace.text.DependencyFileDocumentIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.DirectoryCorpusReader.BaseFileIterator
hasNext() - Method in class edu.ucla.sspace.text.FileListDocumentIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.FileListTemporalDocumentIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.FilteredIterator
Returns true if this iterator has additional tokens that would be accepted by the filter
hasNext() - Method in class edu.ucla.sspace.text.LimitedOneLinePerDocumentIterator
Returns true if there are more documents in the provided file.
hasNext() - Method in class edu.ucla.sspace.text.OneLinePerDocumentIterator
Returns true if there are more documents in the provided file.
hasNext() - Method in class edu.ucla.sspace.text.OneLinePerTemporalDocumentIterator
Returns true if there are more documents in the provided file.
hasNext() - Method in class edu.ucla.sspace.text.OrderPreservingFilteredIterator
Returns true if this iterator has additional tokens that would be accepted by the filter
hasNext() - Method in class edu.ucla.sspace.text.PukWaCDocumentIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.StemmingIterator
Returns true if there is another word to return.
hasNext() - Method in class edu.ucla.sspace.text.UkWacDependencyFileIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.UkWaCDocumentIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.WaCkypediaDocumentIterator
Returns true if there are more documents to return.
hasNext() - Method in class edu.ucla.sspace.text.WordIterator
Returns true if there is another word to return.
hasNext() - Method in class edu.ucla.sspace.text.WordReplacementIterator
Returns true if this iterator has additional tokens to return.
hasNext() - Method in class edu.ucla.sspace.util.ColorGenerator
Always returns true.
hasNext() - Method in class edu.ucla.sspace.util.CombinedIterator
Returns true if there are still elements in at least one of the backing iterators.
hasNext() - Method in class edu.ucla.sspace.util.IteratorDecorator
Returns true if this iterator has more elements to return
hasNext() - Method in class edu.ucla.sspace.util.LimitedIterator
Returns true if there is another item to return.
hasNext() - Method in class edu.ucla.sspace.util.SynchronizedIterator
hasOption(String) - Method in class edu.ucla.sspace.common.ArgOptions
Returns true if there is a value for the long option name.
hasOption(char) - Method in class edu.ucla.sspace.common.ArgOptions
Returns true if there is a value for the short option name.
head - Variable in class edu.ucla.sspace.svs.RelationTuple
 
headMap(K) - Method in interface edu.ucla.sspace.util.SortedMultiMap
Returns a view of the portion of this map whose keys are less than toKey.
headMap(K) - Method in class edu.ucla.sspace.util.TreeMultiMap
Returns a view of the portion of this map whose keys are less than toKey.
headNode() - Method in interface edu.ucla.sspace.dependency.DependencyRelation
Returns the head node on which the second node has dependent relation.
headNode() - Method in class edu.ucla.sspace.dependency.SimpleDependencyRelation
Returns the head node on which the second node has dependent relation.
HELP_DESCRIPTION - Static variable in class edu.ucla.sspace.mains.OptionDescriptions
A description of who to contact for bugs
HierarchicalAgglomerativeClustering - Class in edu.ucla.sspace.clustering
A utility class for performing Hierarchical Agglomerative Clustering on matrix data in a file.
HierarchicalAgglomerativeClustering() - Constructor for class edu.ucla.sspace.clustering.HierarchicalAgglomerativeClustering
 
HierarchicalAgglomerativeClustering.ClusterLinkage - Enum in edu.ucla.sspace.clustering
The method to use when comparing the similarity of two clusters.
highestIndex() - Method in class edu.ucla.sspace.graph.isomorphism.TypedIsomorphicGraphIndexer
Returns the highest index to which any element is mapped.
highestIndex() - Method in class edu.ucla.sspace.util.HashIndexer
Returns the highest index to which any element is mapped.
highestIndex() - Method in interface edu.ucla.sspace.util.Indexer
Returns the highest index to which any element is mapped.
highestIndex() - Method in class edu.ucla.sspace.util.ObjectIndexer
Returns the highest index to which any element is mapped.
HISTORY_DECAY_RATE_PROPERTY - Static variable in class edu.ucla.sspace.isa.IncrementalSemanticAnalysis
The property to specify the decay rate for determing how much the history (semantics) of a word will affect the semantics of co-occurring words.
hungarianStemmer - 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.
hungarianStemmer() - Constructor for class org.tartarus.snowball.ext.hungarianStemmer
 
HybridBaseFunction - Class in edu.ucla.sspace.clustering.criterion
This CriterionFunction implements the basic functionality needed for a majority of the hybrid functions available.
HybridBaseFunction() - Constructor for class edu.ucla.sspace.clustering.criterion.HybridBaseFunction
 
HyperspaceAnalogueToLanguage - Class in edu.ucla.sspace.hal
A SemanticSpace implementation of the Hyperspace Analogue to Language (HAL) algorithm described by Lund and Burgess.
HyperspaceAnalogueToLanguage() - Constructor for class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
Constructs a new instance using the system properties for configuration.
HyperspaceAnalogueToLanguage(Properties) - Constructor for class edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage
Constructs a new instance using the provided properties for configuration.
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.