Upload: Metadata and statistics for the R² threshold calculation.
Browse files
config/threshold_metadata.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"threshold": {
|
| 3 |
+
"r_squared": 6.181929990134449e-08,
|
| 4 |
+
"percentile": 99.9,
|
| 5 |
+
"coverage": "99.9%",
|
| 6 |
+
"false_positive_rate": "0.1%"
|
| 7 |
+
},
|
| 8 |
+
"statistics": {
|
| 9 |
+
"mean_distance_squared": 1.1296992674658668e-08,
|
| 10 |
+
"median_distance_squared": 1.010520556121719e-08,
|
| 11 |
+
"std_distance_squared": 5.865409935523758e-09,
|
| 12 |
+
"min_distance_squared": 3.4474809673668005e-09,
|
| 13 |
+
"max_distance_squared": 5.534641900339921e-07
|
| 14 |
+
},
|
| 15 |
+
"samples": {
|
| 16 |
+
"total": 64424,
|
| 17 |
+
"inside_hypersphere": 64359,
|
| 18 |
+
"outside_hypersphere": 65
|
| 19 |
+
},
|
| 20 |
+
"timestamp": "2025-11-29T20:41:10.953300",
|
| 21 |
+
"model_checkpoint": "checkpoints/last.ckpt",
|
| 22 |
+
"center_path": "output/center_vector.pt"
|
| 23 |
+
}
|