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

G

Gamma - Class in org.knowceans.util
Gamma represents the Gamma function and its derivatives
Gamma() - Constructor for class org.knowceans.util.Gamma
 
GAMMA - Static variable in class org.knowceans.util.Gamma
Euler- Mascheroni constant
get() - Static method in class org.knowceans.util.Conf
get the instance of the singleton object
get(String) - Static method in class org.knowceans.util.Conf
get the named property from the singleton object
get(String) - Static method in class org.knowceans.util.StopWatch
Get the named watch object.
get() - Static method in class org.knowceans.util.StopWatch
Get the default watch object.
get(int, int) - Method in class org.knowceans.util.TableList
Get one element of the list with the specified key.
get(String, int) - Method in class org.knowceans.util.TableList
Get one element of the list with the specified key.
getActive() - Method in class org.knowceans.util.DataThreadPool
 
getAlpha(double[]) - Static method in class org.knowceans.util.DirichletEstimation
Get the alpha vector out of a mean precision combined vector.
getArgument(int) - Method in class org.knowceans.util.Arguments
Returns the argument with index i and null if i is compliant with the format but not specified at commandline.
getArgument(int, Object) - Method in class org.knowceans.util.Arguments
Same as getArgument, but returns a default value if optional argument is not set.
getArguments() - Method in class org.knowceans.util.Arguments
get the vector of all arguments.
getAuthor(int) - Method in class org.knowceans.corpus.CorpusResolver
resolve the numeric author id
getBasePath() - Static method in class org.knowceans.util.Conf
 
getBoolean(String) - Static method in class org.knowceans.util.Conf
get a boolean value: true and 1 are allowed for true, anything else for false
getBrowserName() - Method in class org.apache.commons.http.BrowserDetector
The browser name specified in the user agent string.
getBrowserPlatform() - Method in class org.apache.commons.http.BrowserDetector
The browser platform specified in the user agent string.
getBrowserVersion() - Method in class org.apache.commons.http.BrowserDetector
The browser version specified in the user agent string.
getBuffer() - Method in class org.knowceans.util.StringOutputStream
get the underlying string buffer
getCallString(boolean) - Method in class org.knowceans.util.Arguments
The full call string of the program, including the classpath and working directory.
getCategory(T) - Method in class org.knowceans.map.CategoryMap
gets the numerical category value for this element (whereas the get() method returns the bin count.)
getClass(String) - Static method in class org.knowceans.util.Conf
Get class with the name specified by the property, using the default class loader.
getColumn(int[][], int) - Static method in class org.knowceans.util.Vectors
get the column of the matrix
getColumn(double[][], int) - Static method in class org.knowceans.util.Vectors
get the column of the matrix
getCompleteStderr() - Method in class org.knowceans.util.ExternalProcess
get output from the stderr buffer thread.
getCompleteStdout() - Method in class org.knowceans.util.ExternalProcess
get output from the stdout buffer thread.
getCount(int) - Method in class org.knowceans.corpus.Document
 
getCounts() - Method in class org.knowceans.corpus.Document
 
getCurr() - Method in class org.knowceans.util.ItemList
 
getData() - Method in class org.knowceans.util.ItemList
get the data vector
getDisjointDocuments(int) - Method in class org.knowceans.corpus.DisjointDocTerms
get the set of disjoint m for each threadd.
getDisjointTerms(int) - Method in class org.knowceans.corpus.DisjointDocTerms
get the set of disjoint terms
getDisjointTokens(int) - Method in class org.knowceans.corpus.DisjointDocTerms
get the set of disjoint words for a corpus
getDoc(int) - Method in class org.knowceans.corpus.CorpusResolver
resolve the numeric term id
getDoc(int) - Method in class org.knowceans.corpus.NumCorpus
 
getDocLabels(int) - Method in interface org.knowceans.corpus.ILabelCorpus
array with label ids for documents
getDocLabels(int) - Method in class org.knowceans.corpus.LabelNumCorpus
loads and returns the document labels of given kind
getDocParBounds() - Method in class org.knowceans.corpus.NumCorpus
get array of paragraph start indices of the documents (term-based)
getDocs() - Method in class org.knowceans.corpus.NumCorpus
 
getDocTermsFreqs() - Method in interface org.knowceans.corpus.ITermCorpus
get corpus in term frequency representation
getDocTermsFreqs() - Method in class org.knowceans.corpus.NumCorpus
get array of document terms and frequencies
getDocWordParBounds() - Method in class org.knowceans.corpus.NumCorpus
get array of paragraph start indices of the documents (word-based)
getDocWords(Random) - Method in interface org.knowceans.corpus.ICorpus
 
getDocWords(int, Random) - Method in interface org.knowceans.corpus.ICorpus
 
getDocWords(Random) - Method in class org.knowceans.corpus.NumCorpus
Get the documents as vectors of bag of words, i.e., per document, a scrambled array of term indices is generated.
getDocWords(int, Random) - Method in class org.knowceans.corpus.NumCorpus
Get the words of document doc as a scrambled varseq.
getDouble(String) - Static method in class org.knowceans.util.Conf
get a numeric value.
getDoubleArray(String) - Static method in class org.knowceans.util.Conf
Get a double array from the file, where the vales are separated by comma, semicolon or space.
getField(String) - Method in class org.knowceans.util.TableList
Get field index of key.
getField(int) - Method in class org.knowceans.util.TableList
Get key of field index.
getFields() - Method in class org.knowceans.util.TableList
Get the field names of the table list.
getFirst() - Method in class org.knowceans.util.ItemList
 
getFlags() - Method in class org.knowceans.util.PatternString
 
getFloat(String) - Static method in class org.knowceans.util.Conf
 
getFormat() - Static method in class org.knowceans.util.Vectors
Get the format settings for doubles.
getGroup(String) - Method in class org.knowceans.util.NamedGroupsRegex
 
getId(int, String) - Method in class org.knowceans.corpus.CorpusResolver
 
getIndex() - Method in class org.knowceans.map.IndexRanking.IndexEntry
 
getInstance(String) - Static method in class org.knowceans.util.Conf
Get an instance of the class that corresponds to the property name and has a default constructor.
getInt(String) - Static method in class org.knowceans.util.Conf
Get an integer value.
getIntArray(String) - Static method in class org.knowceans.util.Conf
Get an integer array from the file, where the vales are separated by comma, semicolon or space.
getInverse(Y) - Method in class org.knowceans.map.BijectiveHashMap
gets key for a value.
getInverse() - Method in class org.knowceans.map.BijectiveHashMap
 
getInverse(Y) - Method in class org.knowceans.map.BijectiveTreeMap
gets key for a value.
getInverse() - Method in class org.knowceans.map.BijectiveTreeMap
 
getInverse(Y) - Method in interface org.knowceans.map.IBijectiveMap
gets key for a value.
getInverse() - Method in interface org.knowceans.map.IBijectiveMap
 
getInverse(Y) - Method in interface org.knowceans.map.IInvertibleMap
 
getInverse(Object) - Method in class org.knowceans.map.InvertibleHashMap
gets keys for a value as a Set.
getInverse() - Method in class org.knowceans.map.InvertibleHashMap
never use for write operations.
getInverse(Set<Y>) - Method in class org.knowceans.map.InvertibleHashMultiMap
returns the keys that match a given set of value elements
getInverse() - Method in class org.knowceans.map.InvertibleHashMultiMap
 
getInverse(Object) - Method in class org.knowceans.map.InvertibleTreeMap
gets keys for a value as a Set.
getInverse() - Method in class org.knowceans.map.InvertibleTreeMap
 
getInverse(Set<Y>) - Method in class org.knowceans.map.InvertibleTreeMultiMap
returns the keys that match a given set of value elements
getInverse() - Method in class org.knowceans.map.InvertibleTreeMultiMap
returns the hash map of the inverse (not that this is not a tree map).
getInverseKeys() - Method in class org.knowceans.map.InvertibleHashMap
returns the keys of the inverse map.
getInverseKeys() - Method in class org.knowceans.map.InvertibleHashMultiMap
returns the keys of the inverse map.
getInverseKeys() - Method in class org.knowceans.map.InvertibleTreeMap
returns the keys of the inverse map.
getInverseValue(Y) - Method in interface org.knowceans.map.IInvertibleMultiMap
get the keys that map to value val.
getInverseValue(Y) - Method in class org.knowceans.map.InvertibleHashMultiMap
gets keys for a value as a Set.
getInverseValue(Y) - Method in class org.knowceans.map.InvertibleTreeMultiMap
gets keys for a value as a Set.
getJavaPattern() - Method in class org.knowceans.util.NamedGroupsRegex
Gets the complile pattern for the regex.
getJavaPatternString() - Method in class org.knowceans.util.NamedGroupsRegex
get java-compliant regex string
getJavaSub() - Method in class org.knowceans.util.NamedGroupsRegex
get java-compliant substitution / replacement string
getKey() - Method in class org.knowceans.map.RankingMap.RankEntry
 
getKey() - Static method in class org.knowceans.util.Crypt
 
getLabel(int) - Method in class org.knowceans.corpus.CorpusResolver
resolve the numeric label id
getLabel(int, int) - Method in class org.knowceans.corpus.CorpusResolver
 
getLabelsMaxN(int) - Method in class org.knowceans.corpus.LabelNumCorpus
return the maximum number of labels in any document
getLabelsV(int) - Method in interface org.knowceans.corpus.ILabelCorpus
get the number of distinct labels in the label field
getLabelsV(int) - Method in class org.knowceans.corpus.LabelNumCorpus
 
getLabelsW(int) - Method in interface org.knowceans.corpus.ILabelCorpus
get the number of tokens in the label field
getLabelsW(int) - Method in class org.knowceans.corpus.LabelNumCorpus
 
getLaps() - Method in class org.knowceans.util.StopWatch
 
getLast() - Method in class org.knowceans.util.ItemList
 
getList(String) - Method in class org.knowceans.util.TableList
Get the list with the specified key.
getList(int) - Method in class org.knowceans.util.TableList
Get the list with the specified key.
getLong(String) - Static method in class org.knowceans.util.Conf
get a numeric value.
getM() - Method in class org.knowceans.util.PatternString
 
getMap(String, String, Map) - Method in class org.knowceans.util.TableList
Get a map representation of the keys and values fields.
getMatcher(CharSequence) - Method in class org.knowceans.util.NamedGroupsRegex
Creates a matcher for the regex.
getMatcher() - Method in class org.knowceans.util.PatternString
 
getMean(double[]) - Static method in class org.knowceans.util.DirichletEstimation
Get the mean out of a mean precision combined vector.
getName() - Method in class org.knowceans.util.StopWatch
 
getNext() - Method in class org.knowceans.util.ItemList
 
getNumDocs() - Method in interface org.knowceans.corpus.ICorpus
 
getNumDocs() - Method in class org.knowceans.corpus.NumCorpus
 
getNumTerms() - Method in class org.knowceans.corpus.Document
 
getNumTerms() - Method in interface org.knowceans.corpus.ICorpus
 
getNumTerms() - Method in class org.knowceans.corpus.NumCorpus
 
getNumTerms(int) - Method in class org.knowceans.corpus.NumCorpus
 
getNumWords() - Method in class org.knowceans.corpus.Document
 
getNumWords() - Method in interface org.knowceans.corpus.ICorpus
 
getNumWords() - Method in class org.knowceans.corpus.NumCorpus
 
getNumWords(int) - Method in class org.knowceans.corpus.NumCorpus
 
getOption(String) - Method in class org.knowceans.util.Arguments
returns the named option value.
getOption(String, Object) - Method in class org.knowceans.util.Arguments
Same as getOption, but allows default value (whose type is NOT checked).
getOptions() - Method in class org.knowceans.util.Arguments
get the map of options.
getOrigDocIds() - Method in interface org.knowceans.corpus.ISplitCorpus
get the original ids of documents
getOrigDocIds() - Method in class org.knowceans.corpus.NumCorpus
get the original ids of documents according to the corpus file read in.
getOutput() - Static method in class org.knowceans.util.Print
get current output stream
getOverridePropFile() - Static method in class org.knowceans.util.Conf
get the overridden properties file.
getParBounds() - Method in class org.knowceans.corpus.Document
 
getPattern(String) - Method in class org.knowceans.map.HashMultiMap
get all entries that match a specific pattern.
getPattern(String) - Method in interface org.knowceans.map.IPatternMap
return a Hashtable of the entries that matche the pattern
getPattern(String) - Method in class org.knowceans.map.PatternTreeMultiMap
get all entries that match a specific pattern.
getPattern() - Method in class org.knowceans.util.PatternString
 
getPatternInverse(String) - Method in class org.knowceans.map.InvertibleHashMultiMap
Returns inverse pattern mapping, specifically for string values in the map.
getPrec(double[]) - Static method in class org.knowceans.util.DirichletEstimation
Get the precision out of a mean precision combined vector
getPrev() - Method in class org.knowceans.util.ItemList
 
getPropFile() - Static method in class org.knowceans.util.Conf
 
getRand() - Method in class org.knowceans.util.CokusDistributionSampler
create an RNG from the current state of this sampler
getRand() - Method in class org.knowceans.util.RandomSamplers
 
getScore() - Method in class org.knowceans.map.IndexRanking.IndexEntry
 
getSize() - Method in class org.knowceans.util.ItemList
the size of the data vector
getState() - Method in class org.knowceans.util.ItemList
get the state of the list
getStreamFromStderr() - Method in class org.knowceans.util.ExternalProcess
Stderr from the process is processed by the user.
getStreamFromStdout() - Method in class org.knowceans.util.ExternalProcess
Stdout from the process is processed by the user.
getString() - Static method in class org.knowceans.util.Print
get the last string that has been written to (if any)
getSubList(int, int) - Method in class org.knowceans.util.TableList
Get a sublist of this list according to the indices of the current sorting, as a copy.
getTerm(int) - Method in class org.knowceans.corpus.CorpusResolver
resolve the numeric term id
getTerm(int) - Method in class org.knowceans.corpus.Document
 
getTermId(String) - Method in class org.knowceans.corpus.CorpusResolver
find id for string term
getTerms() - Method in class org.knowceans.corpus.Document
 
getTestCorpus() - Method in interface org.knowceans.corpus.ISplitCorpus
called after split()
getTestCorpus() - Method in class org.knowceans.corpus.NumCorpus
return the test corpus split
getText() - Method in class org.knowceans.util.PatternString
 
getText(String) - Static method in class org.knowceans.util.UnHtml
 
getText(URL) - Static method in class org.knowceans.util.UnHtml
 
getText(Reader) - Static method in class org.knowceans.util.UnHtml
 
getTrainCorpus() - Method in interface org.knowceans.corpus.ISplitCorpus
called after split()
getTrainCorpus() - Method in class org.knowceans.corpus.NumCorpus
return the training corpus split
getUserAgentString() - Method in class org.apache.commons.http.BrowserDetector
The user agent string for this class.
getValue() - Method in class org.knowceans.map.RankingMap.RankEntry
 
getValues() - Method in class org.knowceans.map.BijectiveHashMap
returns the keys of the inverse map.
getValues() - Method in class org.knowceans.map.BijectiveTreeMap
returns the keys of the inverse map.
getVol(int) - Method in class org.knowceans.corpus.CorpusResolver
resolve the numeric volume id
getWatches() - Static method in class org.knowceans.util.StopWatch
Get all watches as a table (can be used to add or remove certain watches).
getWeights(int, double[]) - Method in class org.knowceans.util.FastMultinomial
Get the weight for dimension k for each factor.
getWildcard(String) - Method in class org.knowceans.map.HashMultiMap
return all entries that match a specific wildcard.
getWildcard(String) - Method in interface org.knowceans.map.IPatternMap
return a Hashtable of the entries that match the wildcard (*)
getWildcard(String) - Method in class org.knowceans.map.PatternTreeMultiMap
return all entries that match a specific wildcard.
getWildcardInverse(String) - Method in class org.knowceans.map.InvertibleHashMultiMap
Returns inverse wildcard mapping, specifically for string values in the map.
goFirst() - Method in class org.knowceans.util.ItemList
 
goLast() - Method in class org.knowceans.util.ItemList
 
goNext() - Method in class org.knowceans.util.ItemList
 
goPrev() - Method in class org.knowceans.util.ItemList
 
group(int) - Method in class org.knowceans.util.PatternString
return the group with the number after the last match
group() - Method in class org.knowceans.util.PatternString
 
groupCount() - Method in class org.knowceans.util.PatternString
 
groupP(int) - Method in class org.knowceans.util.PatternString
return the group with the number after the last match
guessAlpha(double[][], double[]) - Static method in class org.knowceans.util.DirichletEstimation
Estimate the dirichlet parameters using the moments method
guessAlpha(int[][]) - Static method in class org.knowceans.util.DirichletEstimation
guess alpha via Dirichlet parameter point estimate and Dirichlet moment matching.
guessAlphaDirect(int[][], int[]) - Static method in class org.knowceans.util.DirichletEstimation
guess alpha via "direct" moment matching on the Polya distribution (which is just Dirichlet moment matching in disguise).
guessMean(double[][]) - Static method in class org.knowceans.util.DirichletEstimation
Estimate the Dirichlet mean of the data along columns
guessPrecision(double[], double[]) - Static method in class org.knowceans.util.DirichletEstimation
Estimate the Dirichlet precision using moment matching method.

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