MapMatrix.getRow(int indx) is a bug
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 6
- Forks
- 9
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.