Skip to content

Print more anomaly detection feature distributions#497

Merged
JohT merged 2 commits intomainfrom
feature/plot-additional-anomaly-detection-feature-distributions
Dec 27, 2025
Merged

Print more anomaly detection feature distributions#497
JohT merged 2 commits intomainfrom
feature/plot-additional-anomaly-detection-feature-distributions

Conversation

@JohT
Copy link
Copy Markdown
Owner

@JohT JohT commented Dec 25, 2025

🚀 Feature

  • Add dependencyDegree/Weighted/Rank to code unit nodes: The following 3 properties were added to code nodes to see how connected they are at one glance:

    • dependencyDegree: Sum of incomingDependencies + outgoingDependencies
    • dependencyDegreeWeighted: Sum of incomingDependenciesWeight + outgoingDependenciesWeight
    • dependencyDegreeRank: 1 = node with highest degree, 2 = node with second highest degree, ...
  • Print more anomaly detection feature distributions: Improved distribution plot and added degree distributions including outlier examples.

@JohT JohT self-assigned this Dec 25, 2025
@JohT JohT force-pushed the feature/plot-additional-anomaly-detection-feature-distributions branch from 981768d to 4cf3efe Compare December 26, 2025 09:25
@JohT JohT marked this pull request as ready for review December 27, 2025 09:39
@JohT JohT force-pushed the feature/plot-additional-anomaly-detection-feature-distributions branch from 4cf3efe to 7f45980 Compare December 27, 2025 09:44
@JohT JohT force-pushed the feature/plot-additional-anomaly-detection-feature-distributions branch from 7f45980 to 4b8f223 Compare December 27, 2025 10:01
@JohT JohT merged commit fa0cb95 into main Dec 27, 2025
10 checks passed
@JohT JohT deleted the feature/plot-additional-anomaly-detection-feature-distributions branch December 27, 2025 10:24
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.

1 participant