|
MyMediaLite
3.05
|
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. | |
| static IMatrix< ushort > | ComputeUShort (IBooleanMatrix entity_data) |
| Computes the overlap between the vectors in a binary matrix. | |
| static Tuple< IMatrix< float > , IList< float > > | ComputeWeighted (IBooleanMatrix entity_data) |
| Compute the overlap between the vectors in a binary matrix. | |
Class containing routines for computing overlaps.
| static IMatrix<uint> ComputeUInt | ( | IBooleanMatrix | entity_data | ) | [inline, static] |
Compute the overlap between the vectors in a binary matrix.
| entity_data | the binary matrix |
| static IMatrix<ushort> ComputeUShort | ( | IBooleanMatrix | entity_data | ) | [inline, static] |
Computes the overlap between the vectors in a binary matrix.
| entity_data | the binary matrix |
| static Tuple<IMatrix<float>, IList<float> > ComputeWeighted | ( | IBooleanMatrix | entity_data | ) | [inline, static] |
Compute the overlap between the vectors in a binary matrix.
| entity_data | the binary matrix |
1.7.6.1