MyMediaLite
3.04
|
Class containing utility routines for multi-core algorithms. More...
Static Public Member Functions | |
static 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. |
Class containing utility routines for multi-core algorithms.
static 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 |