public class DeltaMatrix extends Object
| Constructor and Description |
|---|
DeltaMatrix() |
public void add(int i,
int j,
float v)
i - row indexj - column indexv - value to insert in delta_matrix[i][j]public float get(int i,
int j)
i - row indexj - column indexpublic void clear()
Copyright © 2014 Semantic Analytics Group @ Uniroma2. All rights reserved.