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

A

A - Variable in class jml.recovery.MatrixCompletion
A low-rank matrix recovered from the corrupted data observation matrix D.
A - Variable in class jml.recovery.RobustPCA
A low-rank matrix recovered from the corrupted data observation matrix D.
A - Variable in class jml.sequence.HMM
State transition probability matrix.
A - Variable in class jml.sequence.HMMModel
State transition probability matrix.
abs(RealMatrix) - Static method in class jml.matlab.Matlab
Calculate element-wise absolute value of the elements of matrix.
AcceleratedGradientDescent - Class in jml.optimization
A Java implementation for the accelerated gradient descent method.
AcceleratedGradientDescent() - Constructor for class jml.optimization.AcceleratedGradientDescent
 
AcceleratedProximalGradient - Class in jml.optimization
A Java implementation for the accelerated proximal gradient method.
AcceleratedProximalGradient() - Constructor for class jml.optimization.AcceleratedProximalGradient
 
AdaBoost - Class in jml.classification
A Java implementation for AdaBoost.
AdaBoost(Classifier[]) - Constructor for class jml.classification.AdaBoost
Constructor.
AdaBoost() - Constructor for class jml.classification.AdaBoost
Default constructor.
adjacency(RealMatrix, String, double, String) - Static method in class jml.manifold.Manifold
Compute the symmetric adjacency matrix of the data set represented as a real data matrix X.
adjacencyDirected(RealMatrix, String, double, String) - Static method in class jml.manifold.Manifold
Compute the directed adjacency matrix of the data set represented as a real data matrix X.
allocateIntegerVector(int) - Static method in class jml.operation.ArrayOperation
Allocate continuous memory block for a 1D int array.
allocateMatrix(int, int) - Static method in class jml.operation.ArrayOperation
Allocate memory for a 2D double array.
allocateMatrix(int, int) - Method in class jml.sequence.HMM
Allocate memory for a 2D double array.
allocateVector(int) - Static method in class jml.operation.ArrayOperation
Allocate continuous memory block for a 1D double array.
allocateVector(int, double) - Static method in class jml.operation.ArrayOperation
Allocate continuous memory block for a 1D double array and assign all elements with a given value.
allocateVector(int) - Method in class jml.sequence.HMM
Allocate continuous memory block for a 1D double array.
alpha - Static variable in class jml.optimization.BoundConstrainedPLBFGS
 
alpha - Static variable in class jml.optimization.LBFGS
 
alpha - Static variable in class jml.optimization.LBFGSOnSimplex
 
alpha - Static variable in class jml.optimization.NonlinearConjugateGradient
 
alpha - Static variable in class jml.optimization.NonnegativePLBFGS
 
alpha - Static variable in class jml.optimization.PrimalDualInteriorPoint
 
alpha - Variable in class jml.options.LDAOptions
 
alpha - Variable in class jml.topics.LdaGibbsSampler
Dirichlet parameter (document--topic associations)
alphas - Variable in class jml.classification.AdaBoost
Weights on the outputs of the trained weak classifiers.
and(RealMatrix, RealMatrix) - Static method in class jml.matlab.Matlab
Do element by element comparisons between X and Y and returns a matrix of the same size with elements set to 1 where the relation is true and elements set to 0 where it is not.
argmax(double[]) - Static method in class jml.operation.ArrayOperation
Compute the maximum argument.
argmax(double[]) - Method in class jml.sequence.HMM
Compute the maximum argument.
array - Variable in class jml.utils.Utility.ArrayIndexComparator
 
ArrayOperation - Class in jml.operation
The ArrayOperation includes frequently used operation functions on double arrays.
ArrayOperation() - Constructor for class jml.operation.ArrayOperation
 
assignIntegerVector(int[], int) - Static method in class jml.operation.ArrayOperation
Assign a 1D int array by a real scalar.
assignVector(double[], double) - Static method in class jml.operation.ArrayOperation
Assign a 1D double array by a real scalar.
assignVector(double[], double[]) - Static method in class jml.operation.ArrayOperation
Element-wise assignment operation.
assignVector(double[], double) - Method in class jml.sequence.HMM
Assign a 1D double array by a real scalar.
assignVector(double[], double[]) - Method in class jml.sequence.HMM
Element-wise assignment operation.
atof(String) - Static method in class jml.classification.MultiClassSVM
 
atoi(String) - Static method in class jml.classification.MultiClassSVM
 

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