DimensionPrecisionDto
Details about the precision of a specific dimension.
dimensionNamestringrequired
The name of the dimension.
confidenceLevelstringrequired
The confidence level of the precision metric (e.g., High, Medium, Low).
sampleSizeinteger<int32>
The number of samples used to calculate the precision.
precisionnumber<float>
The precision percentage for the dimension and confidence level.
A value between 0 and 100 representing the accuracy of coding proposals.
DimensionPrecisionDto
{
"dimensionName": "string",
"confidenceLevel": "string",
"sampleSize": 0,
"precision": 0
}