Class containing utility routines for multi-core algorithms. More...
Static Public Member Functions | |
| static IList< int >[,] | PartitionUsersAndItems (this IDataSet dataset, int num_groups) |
| Partition dataset user- and item-wise for parallel processing. | |
Class containing utility routines for multi-core algorithms.
| 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.6.3