MapMatrix.getRow(int indx) is a bug
Open
- Dominant language
- Java
- Stars
- 6
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
in class com.tencent.angel.ml.math2.matrix.MapMatrix
```
public class MapMatrix extends Matrix {
protected HashMap mapMatrix;
}
```
because mapMatrix map's keyType is **Long**, so `this.mapMatrix.get(idx)` will return null when ids is **int** type.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.