Interface: DataMixingStatsDto
@kortexya/reasoninglayer / Synthetic / DataMixingStatsDto
Interface: DataMixingStatsDto
Defined in: src/types/synthetic.ts:198
Data mixing statistics for synthetic data generation.
Properties
negativeCount
negativeCount:
number
Defined in: src/types/synthetic.ts:200
Number of negative examples.
negativeRatio
negativeRatio:
number
Defined in: src/types/synthetic.ts:202
Actual negative ratio.
realCount
realCount:
number
Defined in: src/types/synthetic.ts:204
Number of real examples.
realRatio
realRatio:
number
Defined in: src/types/synthetic.ts:206
Actual real ratio.
sortCoverage
sortCoverage:
Record<string,number>
Defined in: src/types/synthetic.ts:208
Per-sort coverage counts.
syntheticCount
syntheticCount:
number
Defined in: src/types/synthetic.ts:210
Number of synthetic examples.
syntheticRatio
syntheticRatio:
number
Defined in: src/types/synthetic.ts:212
Actual synthetic ratio.
totalCount
totalCount:
number
Defined in: src/types/synthetic.ts:214
Total example count.