Closed andersonreisoares closed 3 years ago
For version 0.1.5
get_metrics will return a dictionay with the attributes that can be selected by the user.
sits2metrics will compute all metrics and return them as it is now, but with a hint about the position of each metric.
sits2metrics will use a dict to define the list of metrics used for computation, by default this dictionary has all the metrics available.
The output follows the order of the dictionary
Improvements to version 0.1.5
[x] Get_metrics should return a dictionay with the attributes.
[x] sits2metrics should provide info about the positions of each metric in the numpy array. How do it?
[x] User should have flexibility to select the metrics?