You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full output of CUPID algorithms are not just the Clump Assignment Array, but an NDF structure which also contains statistics about the clumps found.
We need to implement a full_output version of the PyCupid implementation, which returns this information in a ad-hoc structure (python dictionary). This can be done extracting this data from the NDF of CUPID, or computing these statistics over the CAA directly over Python.
The text was updated successfully, but these errors were encountered:
The full output of CUPID algorithms are not just the Clump Assignment Array, but an NDF structure which also contains statistics about the clumps found.
We need to implement a
full_output
version of the PyCupid implementation, which returns this information in a ad-hoc structure (python dictionary). This can be done extracting this data from the NDF of CUPID, or computing these statistics over the CAA directly over Python.The text was updated successfully, but these errors were encountered: