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

E

E - Variable in class jml.recovery.MatrixCompletion
Error matrix between the original observation matrix D and the low-rank recovered matrix A.
E - Variable in class jml.recovery.RobustPCA
Error matrix between the original observation matrix D and the low-rank recovered matrix A.
ebeDivide(RealMatrix, RealMatrix) - Static method in class jml.matlab.Matlab
Get the element-wise division of two matrix.
ebeMultiply(RealMatrix, RealMatrix) - Static method in class jml.matlab.Matlab
Get the element-wise multiplication of two matrix.
eigs(RealMatrix, int, String) - Static method in class jml.matlab.Matlab
Compute eigenvalues and eigenvectors of a symmetric real matrix.
eps - Variable in class jml.classification.MultiClassSVM
Convergence tolerance.
eps - Static variable in class jml.matlab.Matlab
A constant holding the smallest positive nonzero value of type double, 2-1074.
epsilon - Variable in class jml.classification.Classifier
Convergence tolerance.
epsilon - Variable in class jml.clustering.L1NMF
 
epsilon - Static variable in class jml.optimization.PrimalDualInteriorPoint
 
epsilon - Variable in class jml.options.L1NMFOptions
 
epsilon - Variable in class jml.options.NMFOptions
 
epsilon - Variable in class jml.options.Options
 
epsilon - Variable in class jml.regression.Regression
Convergence tolerance.
epsilon - Variable in class jml.sequence.CRF
Convergence precision.
epsilon - Variable in class jml.sequence.HMM
Convergence precision.
epsilon_feas - Static variable in class jml.optimization.PrimalDualInteriorPoint
 
eq(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.
eq(RealMatrix, double) - Static method in class jml.matlab.Matlab
Do element by element comparisons between X and x 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.
eq(double, RealMatrix) - Static method in class jml.matlab.Matlab
Do element by element comparisons between x and X 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.
equals(Object) - Method in class jml.matlab.utils.Pair
 
eta - Variable in class jml.online.classification.Winnow
 
eta_t - Static variable in class jml.optimization.PrimalDualInteriorPoint
 
euclidean(RealMatrix, RealMatrix) - Static method in class jml.manifold.Manifold
Compute the Euclidean distance matrix between column vectors in matrix A and column vectors in matrix B.
evaluate(int[]) - Method in class jml.sequence.HMM
Compute P(O|Theta), the probability of the observation sequence given the model, by forward recursion with scaling.
evaluate2(int[]) - Method in class jml.sequence.HMM
Compute P(O|Theta), the probability of the observation sequence given the model, by forward recursion without scaling.
exp(RealMatrix) - Static method in class jml.matlab.Matlab
Calculate the element-wise exponential of a matrix
exponent - Variable in class jml.matlab.utils.Power
 
eye(int) - Static method in class jml.matlab.Matlab
Construct an n-by-n sparse identity matrix.
eye(int, int) - Static method in class jml.matlab.Matlab
Construct an m-by-n sparse identity matrix.
eye(int...) - Static method in class jml.matlab.Matlab
Generate a sparse identity matrix with its size specified by a two dimensional integer array.

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