fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
12 stars 3 forks source link

BF: Random cloud generator - optional specification of boundaries per feature #1024

Open detlefarend opened 3 months ago

detlefarend commented 3 months ago

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