|
MyMediaLite
3.10
|
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
|
inlinestatic |
Compute the overlap between the vectors in a binary matrix
| entity_data | the binary matrix |
|
inlinestatic |
Computes the overlap between the vectors in a binary matrix
| entity_data | the binary matrix |
|
inlinestatic |
Compute the overlap between the vectors in a binary matrix
| entity_data | the binary matrix |
1.8.1.2