MyMediaLite  3.11
Classes
Package MyMediaLite.DataType

This namespace contains standard data types that are used by MyMediaLite, e.g. matrices, vectors, etc. More...

Classes

class  CombinedList
 Combines two List objects More...
 
interface  IBooleanMatrix
 Interface for boolean matrices More...
 
interface  IMatrix
 Generic interface for matrix data types More...
 
class  ListProxy
 Proxy class that allows access to selected elements of an underlying list data structure More...
 
class  Matrix
 Class for storing dense matrices More...
 
class  MatrixExtensions
 Utilities to work with matrices More...
 
class  SkewSymmetricSparseMatrix
 a skew symmetric (anti-symmetric) sparse matrix; consumes less memory More...
 
class  SparseBooleanMatrix
 Sparse representation of a boolean matrix, using HashSets More...
 
class  SparseMatrix
 Class for storing sparse matrices More...
 
class  SparseMatrixExtensions
 Utilities to work with matrices More...
 
class  SymmetricMatrix
 Class for storing dense matrices More...
 
class  SymmetricSparseMatrix
 a symmetric sparse matrix; consumes less memory More...
 
class  VectorExtensions
 Extensions for vector-like data More...
 

Detailed Description

This namespace contains standard data types that are used by MyMediaLite, e.g. matrices, vectors, etc.