Interface: GenerationReportDto
@kortexya/reasoninglayer / Synthetic / GenerationReportDto
Interface: GenerationReportDto
Defined in: src/types/synthetic.ts:220
Generation statistics report.
Properties
byMethod
byMethod:
Record<string,number>
Defined in: src/types/synthetic.ts:222
Counts per generation method.
forwardChainedCount
forwardChainedCount:
number
Defined in: src/types/synthetic.ts:224
Number of forward-chained derived facts.
negativesGenerated
negativesGenerated:
number
Defined in: src/types/synthetic.ts:226
Number of negative examples generated.
sortsTargeted
sortsTargeted:
number
Defined in: src/types/synthetic.ts:228
Number of sorts targeted.
termsGenerated
termsGenerated:
number
Defined in: src/types/synthetic.ts:230
Total terms generated.
validatedCount
validatedCount:
number
Defined in: src/types/synthetic.ts:232
Number of terms that passed validation.
validationFailures
validationFailures:
number
Defined in: src/types/synthetic.ts:234
Number of validation failures.