Config

data class Config(val minAgreement: Int = 1)

Constructors

Link copied to clipboard
constructor(minAgreement: Int = 1)

Properties

Link copied to clipboard
val minAgreement: Int = 1

Minimum number of analyzers that must agree on an entity for it to be included. Default is 1 (include all entities).