public interface SparseOnlineFunction<K>
Modifier and Type | Method and Description |
---|---|
int |
dataSize() |
Counter<K> |
derivativeAt(Counter<K> x,
int[] selectedData) |
double |
valueAt(Counter<K> x,
int[] selectedData)
Returns the value of the function at a single point.
|