Package com.bayesserver
Interface Table.NonZeroValues
-
- Enclosing class:
- Table
public static interface Table.NonZeroValues
Used to report non zero table values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
value(int index, double value)
Called for each non zero value in the table.
-