Interface: FeatureMismatchDto
@kortexya/reasoninglayer / Synthetic / FeatureMismatchDto
Interface: FeatureMismatchDto
Defined in: src/types/synthetic.ts:302
Mismatch detail for a single feature during round-trip verification.
Properties
actual
actual:
string
Defined in: src/types/synthetic.ts:304
Actual value (from extraction).
expected
expected:
string
Defined in: src/types/synthetic.ts:306
Expected value (from ground truth).
featureName
featureName:
string
Defined in: src/types/synthetic.ts:308
Feature name.
similarity
similarity:
number
Defined in: src/types/synthetic.ts:310
Similarity between expected and actual (0.0-1.0).