waveguard_compare
ActiveTool of WaveGuard
Compare two data items for structural similarity using physics-based fingerprints. Returns cosine similarity (0–1) and Euclidean distance. Use for duplicate detection, behavioral matching, drift analysis, or checking if two tokens/wallets/contracts are structurally similar. Cosine similarity > 0.95 = very similar. < 0.80 = structurally different.
Parameters schema
{
"type": "object",
"required": [
"data_a",
"data_b"
],
"properties": {
"data_a": {
"description": "First data item to compare."
},
"data_b": {
"description": "Second data item to compare (same type as data_a)."
},
"encoder_type": {
"enum": [
"json",
"numeric",
"text",
"timeseries",
"tabular"
],
"type": "string",
"description": "Data encoder. Omit to auto-detect."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WaveGuard
https://github.com/gpartin/LFMAnomalyDetection
2/7 registries