actsnclass.fit_dataset
- actsnclass.fit_dataset(user_choices)
Fit the entire sample with the Bazin function.
All results are saved to file.
- Parameters:
-dd (str) – Path to directory containing raw data.
-o (str) – Path to output feature file.
Examples
Run directly from the command line.
>>> fit_dataset.py -dd <path_to_data_dir> -o <output_file>