public interface DeltaMatrix
Modifier and Type | Field and Description |
---|---|
static int |
NO_RESPONSE |
static final int NO_RESPONSE
void add(int i, int j, float v)
i
- row indexj
- column indexv
- value to insert in delta_matrix[i][j]float get(int i, int j)
i
- row indexj
- column indexvoid clear()
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.