mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
docs(spectral_profile): mark as disconnected from Lean pipeline
The byte-level co-occurrence spectral profile is not used by the formal PIST classification system (which uses 8×8 braid adjacency matrices). Added warning to docstring to prevent confusion.
This commit is contained in:
parent
eba0528728
commit
412c951126
1 changed files with 5 additions and 5 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
"""
|
"""
|
||||||
spectral_profile.py — 8D Spectral Profile from Byte-Level Co-occurrence Statistics
|
spectral_profile.py — 8D Spectral Profile from Byte-Level Co-occurrence Statistics
|
||||||
|
|
||||||
Computes an 8-dimensional spectral profile from the raw byte structure of an
|
⚠️ DISCONNECTED FROM LEAN PIPELINE — This module computes a byte-level
|
||||||
equation string. Uses ONLY byte-level co-occurrence statistics — no semantic
|
spectral profile that is NOT used by the formal SilverSight system.
|
||||||
parsing, no tokenization, no NLP.
|
The Lean PIST pipeline uses 8×8 braid adjacency matrices from
|
||||||
|
rrc_pist_predictions_250_v1.json, not byte co-occurrence profiles.
|
||||||
|
|
||||||
The 8 dimensions are derived from the byte co-occurrence matrix C where
|
Retained for experimental/Python-side use only.
|
||||||
C[i,j] = count of byte i followed by byte j (with wrap-around).
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import math
|
import math
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue