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

A

AccentRemover - Class in org.knowceans.util
AccentRemover removes accents from unicode strings.
AccentRemover() - Constructor for class org.knowceans.util.AccentRemover
 
add(T) - Method in class org.knowceans.map.CategoryMap
add one point to the element, returning an integer id of the category of the element.
add(X, Y) - Method in class org.knowceans.map.HashMultiMap
add a value to the set of values for a key.
add(K, V) - Method in interface org.knowceans.map.IMultiMap
Adds a mapping from key to value without removing existing mappings from key.
add(X, Y) - Method in class org.knowceans.map.InvertibleHashMultiMap
adds the value to the key's value set and the key to the value's key set.
add(X, Y) - Method in class org.knowceans.map.InvertibleTreeMultiMap
adds the value to the key's value set and the key to the value's key set.
add(X, Y) - Method in class org.knowceans.map.TreeMultiMap
add a value to the set of values for a key.
add(DataTask) - Method in class org.knowceans.util.DataThreadPool
 
add(Collection<? extends DataTask>) - Method in class org.knowceans.util.DataThreadPool
 
add(TableList.Fields) - Method in class org.knowceans.util.KeyTableList
 
add(int, TableList.Fields) - Method in class org.knowceans.util.KeyTableList
 
add(int, E) - Method in class org.knowceans.util.SetArrayList
adds a new element at index i iff this element does not exist yet in the object.
add(E) - Method in class org.knowceans.util.SetArrayList
adds a new element at the end of the list iff this element does not exist yet in the object.
add(int, E) - Method in class org.knowceans.util.SetVector
adds a new element at index i iff this element does not exist yet in the object.
add(E) - Method in class org.knowceans.util.SetVector
adds a new element at the end of the list iff this element does not exist yet in the object.
add(int[], int) - Static method in class org.knowceans.util.Vectors
add a scalar to the vector
add(int[], double) - Static method in class org.knowceans.util.Vectors
add a scalar to the vector.
add(double[][], double) - Static method in class org.knowceans.util.Vectors
add a scalar to the matrix
add(double[], double) - Static method in class org.knowceans.util.Vectors
add a scalar to the vector
add(double[], int[]) - Static method in class org.knowceans.util.Vectors
a+=b
add(double[], double[]) - Static method in class org.knowceans.util.Vectors
a+=b
add(int[], int[]) - Static method in class org.knowceans.util.Vectors
a+=b
addAll(Collection<? extends TableList.Fields>) - Method in class org.knowceans.util.KeyTableList
 
addAll(int, Collection<? extends TableList.Fields>) - Method in class org.knowceans.util.KeyTableList
 
addAll(Collection<? extends E>) - Method in class org.knowceans.util.SetArrayList
add all elements from the Collection that are not contained yet in the SetVector to the end of the object.
addAll(Collection<? extends E>) - Method in class org.knowceans.util.SetVector
add all elements from the Collection that are not contained yet in the SetVector to the end of the object.
addAll(int, Collection<? extends E>) - Method in class org.knowceans.util.SetVector
add all elements from the Collection at the index that are not contained yet in the SetVector.
addDocument(Document) - Method in class org.knowceans.corpus.Document
add all terms to the end of this document, filling the parBounds field.
addElement(E) - Method in class org.knowceans.util.SetArrayList
same as add(Object).
addElement(E) - Method in class org.knowceans.util.SetVector
same as add(Object).
addIndexList(String, int) - Method in class org.knowceans.util.TableList
Adds an index plus an offset to the list.
addIndexList(String) - Method in class org.knowceans.util.TableList
Add an index plus to the list.
addList(String, List<? extends Object>) - Method in class org.knowceans.util.TableList
Add a list to the internal maps.
addMap(String, String, Map<? extends Object, ? extends Object>) - Method in class org.knowceans.util.TableList
Add the keys and values of the map to this table list, in the order that the map iterator provides.
alphaFixedPoint(double[], double[]) - Static method in class org.knowceans.util.DirichletEstimation
fixpoint iteration on alpha.
alphaNewton(int, double[], double[]) - Static method in class org.knowceans.util.DirichletEstimation
 
analyse() - Method in class org.knowceans.sandbox.ObjectPrinter
 
Arguments - Class in org.knowceans.util
Arguments is a convenience class that reads command line arguments for main and validates them against a given format.
Arguments(String, String) - Constructor for class org.knowceans.util.Arguments
Initialise the arguments parser with a format string and an argument type specification.
Arguments(String, String, String) - Constructor for class org.knowceans.util.Arguments
same as 2-argument constructor, but sets a help text.
arms(Object, double[], int, double[], double[], double[], int, boolean, double[], double[], int, double[], double[], int, int[]) - Method in class org.knowceans.util.ArmSampler
to perform derivative-free adaptive rejection sampling with metropolis step
ArmSampler - Class in org.knowceans.util
ArmSampler implements an adaptive rejection Metropolis sampler (ARMS) that can sample from virtually any univariate distribution.
ArmSampler() - Constructor for class org.knowceans.util.ArmSampler
init (nothing to do)
armsSimple(Object, int, double[], double[], boolean, double[]) - Method in class org.knowceans.util.ArmSampler
adaptive rejection metropolis sampling - simplified argument list
ArrayCache<T> - Class in org.knowceans.util
ArrayCache represents a cache for a large multidimensional array, with the minor dimensions being type-dependent.
ArrayCache(String, int, int, T[]) - Constructor for class org.knowceans.util.ArrayCache
init the cache with the backend file and array
ArrayCache(String, T[], int, int, String) - Constructor for class org.knowceans.util.ArrayCache
init the cache with the backend file and array
ArrayIo - Class in org.knowceans.util
MatrixIo provides methods to load and save matrices and vectors to file, which automatic compression if the file extension given is ".zip".
ArrayIo() - Constructor for class org.knowceans.util.ArrayIo
 
arrays(Object, Object...) - Static method in class org.knowceans.util.Print
checks whether there are arrays in the objects
arraysf(String, Object...) - Static method in class org.knowceans.util.Print
formats each array element to format.
arraysSep(String, Object...) - Static method in class org.knowceans.util.Print
checks whether there are arrays in the objects
ArrayUtils - Class in org.knowceans.util
ArrayUtils provides functionality for conversion between primitive and object arrays and lists as well as a copying method for arrays of arbitrary type and dimensions.
ArrayUtils() - Constructor for class org.knowceans.util.ArrayUtils
 
asList(Object) - Static method in class org.knowceans.util.ArrayUtils
Convert an array of primitive-type elements into a list of its wrapper-type elements.
asPrimitiveArray(List<? extends Object>) - Static method in class org.knowceans.util.ArrayUtils
Convert an list of objects into an array of primitive types.
asPrimitiveArray(List<? extends Object>, Class<?>) - Static method in class org.knowceans.util.ArrayUtils
Convert an list of objects into an array of primitive types.
assignData(Object) - Method in interface org.knowceans.util.DataTask
 
awayExactDay(Date, int, int, int) - Static method in class org.knowceans.util.TimeIntervals
returns the start and end times of the field (Calendar.*) before / after the start of the day surrounding the date d.
awayExactDay(Date, int, int) - Static method in class org.knowceans.util.TimeIntervals
returns the start and end times of the field (Calendar.*) before / after the start of the day surrounding the date d, rounding the day.

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