PropositionExtractionStats

data class PropositionExtractionStats(val newCount: Int, val mergedCount: Int, val reinforcedCount: Int, val contradictedCount: Int, val generalizedCount: Int)

Statistics about proposition revision outcomes.

Constructors

Link copied to clipboard
constructor(newCount: Int, mergedCount: Int, reinforcedCount: Int, contradictedCount: Int, generalizedCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of propositions that contradicted existing ones

Link copied to clipboard

Number of propositions that generalized existing ones

Link copied to clipboard

Number of propositions that were merged with existing identical ones

Link copied to clipboard

Number of propositions that were new (not similar to existing)

Link copied to clipboard

Number of propositions that reinforced existing similar ones

Link copied to clipboard
val total: Int

Total number of propositions processed