File size: 477 Bytes
6d3193c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"title": "Security Behavior Analytics Benchmark",
"methods": [
"Z-score",
"Robust Z (MAD)",
"Percentile",
"Control Charts",
"Bayesian CI"
],
"segmentation": [
"kmeans",
"gmm",
"hdbscan",
"hierarchical"
],
"results": {
"engine_version": "1.0.0",
"total_users": 320,
"risk_critical": 59,
"risk_high": 140,
"cohort_dimensions": 6,
"segmentation_methods": 4,
"passed": true
}
} |