Package gov.nih.mipav.model.algorithms
Class StochasticForests.SparseMatrix
java.lang.Object
gov.nih.mipav.model.algorithms.StochasticForests.SparseMatrix
- Enclosing class:
StochasticForests
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) int(package private) double[][] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
num_rows
int num_rows -
num_cols
int num_cols -
num_nonzero_values
int num_nonzero_values -
sm
double[][] sm
-
-
Constructor Details
-
SparseMatrix
public SparseMatrix() -
SparseMatrix
public SparseMatrix(int num_rows, int num_cols)
-
-
Method Details
-
coeff
public double coeff(int row, int col) -
insert
public void insert(int row, int col, double value)
-