waikato-ufdl / ufdl-backend

User-Friendly Deep Learning (UFDL) - backend system.
Apache License 2.0
1 stars 0 forks source link

Disable dataset end-points in core that require domain specialisation #67

Closed csterling closed 4 years ago

csterling commented 4 years ago

E.g. the merge end-point requires knowledge of how to merge the annotations, so the core end-point should be disallowed.

csterling commented 4 years ago

Instead of disabling the core methods where domain-specific functionality is required, data-sets now automatically up-cast to their domain-specific variants when called from a core method, so the functionality is consistent with the domain-specific methods.

Implemented in e8c530d1b86e9a400999d29125f795f6474189fb.