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

D

D - Variable in class jml.recovery.MatrixCompletion
Observation real matrix.
D - Variable in class jml.recovery.RobustPCA
Observation real matrix.
D - Variable in class jml.sequence.CRF
Number of data sequences for training.
d - Variable in class jml.sequence.CRF
Number of parameters or number of features
d - Variable in class jml.sequence.CRFModel
Number of parameters or number of features
Data - Class in jml.data
All indices of docTermCountArray start from 1.
Data() - Constructor for class jml.data.Data
 
dataMatrix - Variable in class jml.clustering.Clustering
Data matrix (nFeature x nSample), each column is a feature vector
dataMatrix - Variable in class jml.topics.TopicModel
A V-by-N matrix with each column being a term-count array.
diag(RealVector) - Static method in class jml.matlab.Matlab
Generate a diagonal matrix with its elements of a vector V on its main diagonal.
diag(double[]) - Static method in class jml.matlab.Matlab
Generate a diagonal matrix with its elements of a 1D double array on its main diagonal.
diag(RealMatrix) - Static method in class jml.matlab.Matlab
If A is a 1-row or 1-column matrix, then diag(A) is a sparse diagonal matrix with elements of A as its main diagonal, else diag(A) is a column matrix holding A's diagonal elements.
DimensionalityReduction - Class in jml.subspace
 
DimensionalityReduction(int) - Constructor for class jml.subspace.DimensionalityReduction
Constructor.
disp(RealMatrix) - Static method in class jml.matlab.Matlab
Display a matrix.
disp(RealMatrix, int) - Static method in class jml.matlab.Matlab
Display a matrix with a specified precision.
disp(String) - Static method in class jml.matlab.Matlab
Display a string.
dispcol - Static variable in class jml.topics.LdaGibbsSampler
 
display(RealMatrix) - Static method in class jml.matlab.Matlab
Display a matrix.
display(RealMatrix, int) - Static method in class jml.matlab.Matlab
Display a matrix with a specified precision.
display(int[][]) - Static method in class jml.matlab.Matlab
Display an integer 2D array.
display(double[][]) - Static method in class jml.matlab.Matlab
Display a real valued 2D array.
display(double[][], int) - Static method in class jml.matlab.Matlab
Display a real valued 2D array with a specified precision.
display(double) - Static method in class jml.matlab.Matlab
Display a double scalar.
display(String) - Static method in class jml.matlab.Matlab
Display a string.
display(RealVector) - Static method in class jml.matlab.Matlab
Display a vector.
display(double[]) - Static method in class jml.matlab.Matlab
Display a 1D double array.
display(double[], int) - Static method in class jml.matlab.Matlab
Display a 1D double array with a specified precision.
display(int[]) - Static method in class jml.matlab.Matlab
Display a 1D integer array.
divideAssign(double[], double) - Static method in class jml.operation.ArrayOperation
Element-wise division and assignment operation.
divideAssign(double[], double[]) - Static method in class jml.operation.ArrayOperation
Element-wise division and assignment operation.
divideAssign(double[], double) - Method in class jml.sequence.HMM
Element-wise division and assignment operation.
docTermCountArray - Variable in class jml.topics.Corpus
A ArrayList of TreeMap storing the doc-term-count matrix.
docTermCountArray2Matrix(ArrayList<TreeMap<Integer, Integer>>) - Static method in class jml.data.Data
 
documents - Variable in class jml.topics.Corpus
2D integer array carrying the doc-term count matrix.
documents - Variable in class jml.topics.LdaGibbsSampler
document data (word lists) documents[m][n] is the term index in the vocabulary for the n-th word of the m-th document
documents2Matrix(int[][]) - Static method in class jml.topics.Corpus
Convert a 2D doc-term count array into a matrix.
dotDivide(RealMatrix, RealMatrix) - Static method in class jml.matlab.Matlab
Calculate element by element division of two matrices.
dotDivide(double, RealMatrix) - Static method in class jml.matlab.Matlab
Calculate element by element division between a scalar and a matrix.
dotMultiply(RealMatrix, RealMatrix) - Static method in class jml.matlab.Matlab
Calculate element by element multiplication of two matrices.
double1DArray2Int1DArray(double[]) - Static method in class jml.matlab.Matlab
convert a double[] to an int[].
double2DArray2Int2DArray(double[][]) - Static method in class jml.matlab.Matlab
convert a double[][] to an int[][].

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