Package gov.nih.mipav.model.algorithms
Class StochasticForests.SparseMatrix
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.StochasticForests.SparseMatrix
-
- Enclosing class:
- StochasticForests
private class StochasticForests.SparseMatrix extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intnum_cols(package private) intnum_nonzero_values(package private) intnum_rows(package private) double[][]sm
-
Constructor Summary
Constructors Constructor Description SparseMatrix()SparseMatrix(int num_rows, int num_cols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecoeff(int row, int col)voidinsert(int row, int col, double value)
-