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

Erzeugen eines OrdinalFeatureVector #787

Merged

Conversation

michael-rapp
Copy link
Collaborator

Dieser Pull-Request enthält die Implementierungen der createFeatureVector-Funktionen der Klasse OrdinalFeatureType. Diese erzeugen, abhängig von den Werten für ein bestimmtes Feature, ein Objekt vom Typ OrdinalFeatureVector, BinaryFeatureVector oder EqualFeatureVector. Um die korrekte Funktionsweise der Implementierung sicher zu stellen, wurden außerdem entsprechende Unit-Tests hinzugefügt.

Anders als in #779 ursprünglich vorgesehen, speichert die Klasse OrdinalFeatureVector nun nicht mehr die Indices der verfügbaren Featurewerte in einem sortierten Array, sondern es wird vorausgesetzt, das die Featurewerte selbst in sortierter Reihenfolge vorliegen.

@michael-rapp michael-rapp linked an issue Oct 12, 2023 that may be closed by this pull request
22 tasks
@michael-rapp michael-rapp merged commit bcceffa into refactoring-rule-refinement Oct 12, 2023
4 checks passed
@michael-rapp michael-rapp deleted the create-ordinal-feature-vector branch October 12, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suche nach Refinements für verschiedene Attributtypen optimieren
2 participants