|
MyMediaLite
3.02
|
| CreateMatrix(int num_rows, int num_columns) | IMatrix< T > | |
| GetEntriesByColumn(int column_id) | IBooleanMatrix | |
| GetEntriesByRow(int row_id) | IBooleanMatrix | |
| Grow(int num_rows, int num_cols) | IMatrix< T > | |
| IsSymmetric | IMatrix< T > | |
| NonEmptyColumnIDs | IBooleanMatrix | |
| NonEmptyRowIDs | IBooleanMatrix | |
| NumberOfColumns | IMatrix< T > | |
| NumberOfEntries | IBooleanMatrix | |
| NumberOfRows | IMatrix< T > | |
| NumEntriesByColumn(int column_id) | IBooleanMatrix | |
| NumEntriesByRow(int row_id) | IBooleanMatrix | |
| Overlap(IBooleanMatrix s) | IBooleanMatrix | |
| this[int x, int y] | IMatrix< T > | |
| this[int x] | IBooleanMatrix | |
| Transpose() | IMatrix< T > |
1.7.6.1