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