pairs oppairs → tableimport fullseye as fs; fs.ledger.pairs_to_table(pairs) (実装を直接呼ぶなら import reprconv; reprconv.pairs_to_table(pairs)、台帳から引くなら opsreprconv.get("pairs_to_table"))対 (N,2) → 要約 table。一方向。
x_uniform は「列 0 が等間隔か」の判定で、これが False の対を
:func:pairs_to_signal に通すと x が黙って落ちる(上の docstring 参照)。
判定は最大差分と最小差分の比で行い、閾値は 1e-9(相対)。
Args:
pairs: (N, 2)。
Returns:
dict(n / x_min / x_max / y_min / y_max /
y_mean / x_uniform / x_step(等間隔のときのみ) /
pearson_r(N >= 2 かつ両列が定数でないとき))。
Raises:
ValueError: 形状不正 / 非有限。
py -3.11 examples/representation_conversion.pytable を入力に取れる)—
pairs)pairs_to_signal · pairs_to_image2d
Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.