There is no summary.

Assembly: MyMediaLite
Collapse/Expand Public Classes
  Name Description
Public Class IMatrixUtils Utilities to work with matrices
Public Class Matrix<T> Class for storing dense matrices
Public Class MatrixUtils Utilities to work with matrices
Public Class SparseBooleanMatrix Sparse representation of a boolean matrix. Fast row-wise access is possible. Indexes are zero-based.
Public Class SparseMatrix<T> Class for storing sparse matrices
Public Class SparseVector<T> Class for storing sparse vectors. Indexes are zero-based.
Public Class VectorUtils Tools for vector-like data
Public Class WeightedItem Weighted items class
Collapse/Expand Public Interfaces
  Name Description
Public Interface IMatrix<T> Generic interface for matrix data types