public interface MatrixRow
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<Integer,Float> |
asMap() |
gnu.trove.map.hash.TIntFloatHashMap |
asTroveMap() |
int |
getColIndex(int i) |
float |
getColValue(int i) |
int |
getIndexForId(int id) |
double |
getNorm() |
int |
getNumCols() |
int |
getRowIndex() |
float |
getValueForId(int id) |
int getColIndex(int i)
float getColValue(int i)
int getRowIndex()
int getNumCols()
LinkedHashMap<Integer,Float> asMap()
gnu.trove.map.hash.TIntFloatHashMap asTroveMap()
double getNorm()
int getIndexForId(int id)
float getValueForId(int id)
Copyright © 2014. All rights reserved.