1
0
Fork 0

Update README.rst

master
philipMartini 4 years ago committed by GitHub
parent a179dd3498
commit e173978bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.rst

@ -26,7 +26,7 @@ Implementing your own data importer
| In the read_csv_file method the data are imported in memory, put in a list and assigned to the _df_samples_list class | In the read_csv_file method the data are imported in memory, put in a list and assigned to the _df_samples_list class
| member, so that it contains all the trajectories to be processed. | member, so that it contains all the trajectories to be processed.
| In the import_variables method the dataframe containing the nodes labels and the cardinalities of the nodes | In the import_variables method the dataframe containing the nodes labels and the cardinalities of the nodes
|is assigned to the _df_variables class member. | is assigned to the _df_variables class member.
| The class member _sorter has to contain the nodes labels in the same order of the trajectory columns, | The class member _sorter has to contain the nodes labels in the same order of the trajectory columns,
| just override the build_sorter method to do that. | just override the build_sorter method to do that.
| If your datasets names have particular id, you can keep it using the dataset_id method to assign the id to a new class member. | If your datasets names have particular id, you can keep it using the dataset_id method to assign the id to a new class member.