src.fairreckitlib.data.set

This package contains functionality for dataset definitions.

Modules:

dataset: class wrapper for accessing a dataset and related data tables.
dataset_config: configuration structs that define the matrix/tables.
dataset_config_parser: parser for a dataset configuration and utility functions.
dataset_constants: constants to be used in other modules.
dataset_matrix: functionality to create matrices from dataset event tables.
dataset_registry: registry for available datasets and processing them into a standard format.
dataset_sampling: create a sample of an existing dataset.

Packages:

processor: dataset processors for various movie/music datasets.

This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)

 1"""This package contains functionality for dataset definitions.
 2
 3Modules:
 4
 5    dataset: class wrapper for accessing a dataset and related data tables.
 6    dataset_config: configuration structs that define the matrix/tables.
 7    dataset_config_parser: parser for a dataset configuration and utility functions.
 8    dataset_constants: constants to be used in other modules.
 9    dataset_matrix: functionality to create matrices from dataset event tables.
10    dataset_registry: registry for available datasets and processing them into a standard format.
11    dataset_sampling: create a sample of an existing dataset.
12
13Packages:
14
15    processor: dataset processors for various movie/music datasets.
16
17This program has been developed by students from the bachelor Computer Science at
18Utrecht University within the Software Project course.
19© Copyright Utrecht University (Department of Information and Computing Sciences)
20"""