Class StochasticForests.SparseMatrix

java.lang.Object
gov.nih.mipav.model.algorithms.StochasticForests.SparseMatrix
Enclosing class:
StochasticForests

private class StochasticForests.SparseMatrix extends Object
  • 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)