"Use sktime detection, distance, kernel, and alignment APIs for
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill detection-distances --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Detection Distances?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-detection-distances)More formats (shields.io, HTML) on the badges page.
---
name: detection-distances
description: "Use sktime detection, distance, kernel, and alignment APIs for
anomaly, changepoint, segmentation, and pairwise similarity workflows."
disable-model-invocation: true
metadata:
disco-role: operating
license: BSD 3-Clause
---
# Detection, Distances, Kernels, and Alignment
Use this sub-skill for anomaly/outlier detection, changepoints, segmentation,
detector outputs, pairwise distances/kernels, DTW-style choices, and alignment.
## Route here
- Detect point anomalies, segment anomalies, changepoints, or segmentation boundaries.
- Use detector baselines such as `ThresholdDetector` or zero/dummy detectors.
- Construct pairwise distance or kernel matrices with `ScipyDist`, DTW wrappers,
`AggrDist`, `FlatDist`, `KernelFromDist`, or alignment-derived distances.
- Diagnose sparse detector output, interval semantics, distance matrix shape,
optional DTW dependencies, or kernel-vs-distance confusion.
## Route away
Detection metrics route to `evaluation-benchmarking`; raw container validation to
`data-interfaces`; panel classification/regression/clustering to `panel-learning`.
## References and helper
- [API reference](references/api-reference.md) for detector and pairwise transformer signatures.
- [Workflows](references/workflows.md) for detector and distance recipes.
- [Troubleshooting](references/troubleshooting.md) for output interpretation and optional backend fallbacks.
- Run [scripts/detection_distance_smoke.py](scripts/detection_distance_smoke.py)
for a tiny CPU check.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!