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

C

cast(double[]) - Static method in class org.knowceans.util.Vectors
cast a double[] to an int[]
cast(int[]) - Static method in class org.knowceans.util.Vectors
cast a double[] to an int[]
CategoryMap<T> - Class in org.knowceans.map
map that allows to cumulate entries of type T, keeping track of frequencies and id values.
CategoryMap() - Constructor for class org.knowceans.map.CategoryMap
 
cc - Variable in class org.knowceans.util.CokusDistributionSampler.CrpData
 
cc - Variable in class org.knowceans.util.RandomSamplers.CrpData
 
cc - Variable in class org.knowceans.util.Samplers.CrpData
 
charAt(int) - Method in class org.knowceans.util.PatternString
 
checkConsistency() - Method in class org.knowceans.map.InvertibleHashMap
performs a simple check of consistency of the inverse with the forward map by a check if every value-key pair corresponds to a key-value pair with identical references and vice versa.
chooseColumn(double[][], int) - Static method in class org.knowceans.util.Vectors
Extract the column from the 2-dim matrix / array (stored row-wise in Java)
chooseElements(double[][], int[], int[]) - Static method in class org.knowceans.util.Vectors
Create a matrix that contains the rows and columns of the argument matrix in the order given by rows and cols
chooseElements(double[], int[]) - Static method in class org.knowceans.util.Vectors
Create vector that contains the elements of the argument in the order as given by keep
chooseElements(int[][], int[], int[]) - Static method in class org.knowceans.util.Vectors
Create a matrix that contains the rows and columns of the argument matrix in the order given by rows and cols
chooseElements(int[][], int[]) - Static method in class org.knowceans.util.Vectors
Create a matrix that contains the rows of the argument matrix in the order given by rows.
chooseElements(int[], int[]) - Static method in class org.knowceans.util.Vectors
Create vector that contains the elements of the argument in the order as given by keep
classmethod() - Static method in class org.knowceans.util.Print
returns a string with class and method position of the current position
clear() - Method in class org.knowceans.map.BijectiveHashMap
 
clear() - Method in class org.knowceans.map.CategoryMap
 
clear() - Method in class org.knowceans.map.InvertibleHashMap
 
clear() - Method in class org.knowceans.map.InvertibleHashMultiMap
 
clear() - Method in class org.knowceans.map.InvertibleTreeMap
 
clear() - Method in class org.knowceans.map.InvertibleTreeMultiMap
 
clear(String) - Static method in class org.knowceans.util.StopWatch
Removes the named stop watch, i.e., gets rid of the data and entry in the watches table.
clear() - Static method in class org.knowceans.util.StopWatch
Reset the default named stop watch.
close() - Method in class org.knowceans.util.Arguments
This method must be called if output redirection is used.
closeInputStream(DataInputStream) - Static method in class org.knowceans.util.ArrayIo
Close the input stream
closeInputStream(ObjectInputStream) - Static method in class org.knowceans.util.ObjectIo
Close the input stream
closeOutputStream(DataOutputStream) - Static method in class org.knowceans.util.ArrayIo
Close the data output, which results in flushing the write buffer and closing the file.
closeOutputStream(ObjectOutputStream) - Static method in class org.knowceans.util.ObjectIo
Close the data output, which results in flushing the write buffer and closing the file.
Cokus - Class in org.knowceans.util
Java version of the Mersenne Twister mt19937, based on Shawn Cokus's C implementation.
Cokus() - Constructor for class org.knowceans.util.Cokus
 
CokusDistributionSampler - Class in org.knowceans.util
Instance-based samplers with diverse sampling methods, including beta, gamma, multinomial, and Dirichlet distributions as well as Dirichlet processes, using Sethurahman's stick-breaking construction and Chinese restaurant process.
CokusDistributionSampler() - Constructor for class org.knowceans.util.CokusDistributionSampler
init random sampler using Mersenne twister with default seed.
CokusDistributionSampler(long) - Constructor for class org.knowceans.util.CokusDistributionSampler
init random sampler with random number generator provided.
CokusDistributionSampler.CrpData - Class in org.knowceans.util
data structure for a Chinese restaurant process CrpData
CokusDistributionSampler.CrpData(int) - Constructor for class org.knowceans.util.CokusDistributionSampler.CrpData
 
CokusRandom - Class in org.knowceans.util
CokusRandom is a non-static version of the Cokus Mersenne Twister as a Random subclass.
CokusRandom() - Constructor for class org.knowceans.util.CokusRandom
initialise with standard MT seed, 4357.
CokusRandom(long) - Constructor for class org.knowceans.util.CokusRandom
sets the seed (lower half of long taken)
CokusSampler - Class in org.knowceans.util
CokusSampler is a non-static version of the Cokus Mersenne Twister as a thread-safe (?) class.
CokusSampler() - Constructor for class org.knowceans.util.CokusSampler
initialise with standard MT seed, 4357.
CokusSampler(long) - Constructor for class org.knowceans.util.CokusSampler
sets the seed (lower half of long taken)
compare(TableList.Fields, TableList.Fields) - Method in class org.knowceans.util.TableList.FieldComparator
 
compareTo(TableList.Fields) - Method in class org.knowceans.util.TableList.Fields
 
compile() - Method in class org.knowceans.corpus.Document
 
concat(double[], double[]) - Static method in class org.knowceans.util.Vectors
 
concat(int[], int[]) - Static method in class org.knowceans.util.Vectors
 
concat(double[][], double[], boolean) - Static method in class org.knowceans.util.Vectors
 
concat(double[][], double[][], boolean) - Static method in class org.knowceans.util.Vectors
 
concat(int[][], int[][], boolean) - Static method in class org.knowceans.util.Vectors
 
concat(double[], double[], double[]) - Static method in class org.knowceans.util.Vectors
w = [x y z]
Conf - Class in org.knowceans.util
Reads configuration information from a properties file.
Conf(String) - Constructor for class org.knowceans.util.Conf
 
configureMatcher(Pattern) - Method in class org.knowceans.util.PatternString
sets the matcher with the new pattern
contains(String, Object) - Method in class org.knowceans.util.KeyTableList
Checks whether the element is contained in this list, based on the equals method.
containsAll(String, Collection<?>) - Method in class org.knowceans.util.KeyTableList
Checks whether all of the elements of c are contained in the field within the list.
convert(Object[]) - Static method in class org.knowceans.util.ArrayUtils
Get an array of the number type corresponding to the element type of the argument.
convert(Object) - Static method in class org.knowceans.util.ArrayUtils
Get an array of the wrapper type corresponding to the primitive element type of the argument.
convolve(double[], double[], double[]) - Static method in class org.knowceans.sandbox.Convolver
performs overlap save convolution on the input signals xx
Convolver - Class in org.knowceans.sandbox
Convolver performs fast convolution on the input signals, using the FIR filter on a signal vector.
Convolver() - Constructor for class org.knowceans.sandbox.Convolver
 
copy(Object) - Static method in class org.knowceans.util.ArrayUtils
Create a copy of the argument array.
copy(Object, Object) - Static method in class org.knowceans.util.ArrayUtils
Create a copy of the argument array in the pointer provided, which is assumed to be of the same dimensions than array.
copy(String, String) - Static method in class org.knowceans.util.FileCopy
 
copy() - Method in class org.knowceans.util.PatternString
copies the pattern string content with an new matcher set to the region of the current one but the matchresult my set, ie., all references to groups information of the last match are kept.
copy(Object) - Static method in class org.knowceans.util.Vectors
copies the vector of int or double
copy(double[]) - Static method in class org.knowceans.util.Vectors
copies a the source to the destination
copy(float[]) - Static method in class org.knowceans.util.Vectors
 
copy(int[]) - Static method in class org.knowceans.util.Vectors
copies a the source to the destination
copy(int[], double[]) - Static method in class org.knowceans.util.Vectors
copy source to dest (no generics to keep performant)
copy(double[], int[]) - Static method in class org.knowceans.util.Vectors
copy source to dest (no generics to keep performant)
copy(int[], int[]) - Static method in class org.knowceans.util.Vectors
copy source to dest (no generics to keep performant)
copy(double[], double[]) - Static method in class org.knowceans.util.Vectors
copy source to dest (no generics to keep performant)
copyDouble(int[]) - Static method in class org.knowceans.util.Vectors
copies a the source to the destination
CorpusResolver - Class in org.knowceans.corpus
CorpusResolver resolves indices into names.
CorpusResolver(String) - Constructor for class org.knowceans.corpus.CorpusResolver
 
CorpusResolver(String, boolean) - Constructor for class org.knowceans.corpus.CorpusResolver
control paragraph mode (possibly different vocabulary)
create(String) - Static method in class org.knowceans.util.PatternString
convenience method to get a pattern string.
createMap(boolean, boolean, boolean, boolean) - Method in class org.knowceans.map.MapFactory
 
Crypt - Class in org.knowceans.util
Singleton class to decrypt and encrypt Strings using the symmetric DES algorithm.
cube(double) - Static method in class org.knowceans.util.FastMultinomial
cube of the argument
cuberoot(double) - Static method in class org.knowceans.util.FastMultinomial
cube root of argument
cumsum(double[]) - Static method in class org.knowceans.util.Vectors
cumulative sum of the elements, starting at element 0.
cumsum(float[]) - Static method in class org.knowceans.util.Vectors
 

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