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
Description/Motivation
The optional specification of boundaries per feature shall be enabled. This enables benchmarking on unnormalized data. In particular, spatial (e.g. Euclidean) distances are distorted. The current implementation uses static boundaries specified in constant attribute C_BOUNDARIES of class StreamMLProClusterGenerator.
Task list
1. Constructor:
new optional parameter p_boundaries
new protected attribute self._boundaries, initialized from p_boundaries or C_BOUNDARIES
2. Method _get_next(): use of self._boundaries instead C_BOUNDARIES
The text was updated successfully, but these errors were encountered:
Description/Motivation
The optional specification of boundaries per feature shall be enabled. This enables benchmarking on unnormalized data. In particular, spatial (e.g. Euclidean) distances are distorted. The current implementation uses static boundaries specified in constant attribute C_BOUNDARIES of class StreamMLProClusterGenerator.
Task list
The text was updated successfully, but these errors were encountered: