Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks
detlefarend opened this issue Jun 27, 2024 · 0 comments
Open
4 tasks
Assignees
Labels
BF Basic Functions/Infrastructure enhancement New feature or request next release

Comments

@detlefarend
Copy link
Member

detlefarend commented Jun 27, 2024

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
@detlefarend detlefarend added enhancement New feature or request BF Basic Functions/Infrastructure labels Jun 27, 2024
@detlefarend detlefarend self-assigned this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BF Basic Functions/Infrastructure enhancement New feature or request next release
Projects
None yet
Development

No branches or pull requests

2 participants