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

A

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
addDocument(Document) - Method in class org.knowceans.corpus.Document
add all terms to the end of this document, filling the parBounds field.
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
 
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
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
 
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.

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