avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-api
/
io.github.lishangbu.avalon.dataset.api.model
/
TypeEffectivenessCompleteness
Type
Effectiveness
Completeness
data
class
TypeEffectivenessCompleteness
(
val
expectedPairs
:
Int
,
val
configuredPairs
:
Int
,
val
missingPairs
:
Int
)
Members
Constructors
Type
Effectiveness
Completeness
Link copied to clipboard
constructor
(
expectedPairs
:
Int
,
configuredPairs
:
Int
,
missingPairs
:
Int
)
Properties
configured
Pairs
Link copied to clipboard
val
configuredPairs
:
Int
expected
Pairs
Link copied to clipboard
val
expectedPairs
:
Int
missing
Pairs
Link copied to clipboard
val
missingPairs
:
Int