|
MyMediaLite
3.08
|
Utility routines for multi-core algorithms. More...
Static Public Member Functions | |
| static IList< IList< int > > | PartitionIndices (this IDataSet dataset, int num_groups) |
| Partition the indices of a dataset into groups. | |
| static IList< int >[,] | PartitionUsersAndItems (this IDataSet dataset, int num_groups) |
| Partition dataset user- and item-wise for parallel processing. | |
Utility routines for multi-core algorithms.
| static IList<IList<int> > PartitionIndices | ( | this IDataSet | dataset, |
| int | num_groups | ||
| ) | [inline, static] |
Partition the indices of a dataset into groups.
| dataset | a dataset |
| num_groups | the number of groups |
| static IList<int> [,] PartitionUsersAndItems | ( | this IDataSet | dataset, |
| int | num_groups | ||
| ) | [inline, static] |
Partition dataset user- and item-wise for parallel processing.
Literature:
| dataset | a feedback dataset |
| num_groups | the number of groups both users and items are partitioned into |
1.7.6.1