MyMediaLite  3.11
Static Public Member Functions | List of all members
Overlap Class Reference

Class containing routines for computing overlaps More...

Static Public Member Functions

static IMatrix< uint > ComputeUInt (IBooleanMatrix entity_data)
 Compute the overlap between the vectors in a binary matrix More...
 
static IMatrix< ushort > ComputeUShort (IBooleanMatrix entity_data)
 Computes the overlap between the vectors in a binary matrix More...
 
static Tuple< IMatrix< float >, IList< float > > ComputeWeighted (IBooleanMatrix entity_data)
 Compute the overlap between the vectors in a binary matrix More...
 

Detailed Description

Class containing routines for computing overlaps

Member Function Documentation

static IMatrix<uint> ComputeUInt ( IBooleanMatrix  entity_data)
inlinestatic

Compute the overlap between the vectors in a binary matrix

Returns
a sparse matrix with the overlaps
Parameters
entity_datathe binary matrix
static IMatrix<ushort> ComputeUShort ( IBooleanMatrix  entity_data)
inlinestatic

Computes the overlap between the vectors in a binary matrix

Returns
a sparse matrix with the overlaps
Parameters
entity_datathe binary matrix
static Tuple<IMatrix<float>, IList<float> > ComputeWeighted ( IBooleanMatrix  entity_data)
inlinestatic

Compute the overlap between the vectors in a binary matrix

Returns
a sparse matrix with the overlaps
Parameters
entity_datathe binary matrix

The documentation for this class was generated from the following file: