PosteriorSnapshot

data class PosteriorSnapshot(val candidates: List<PosteriorCandidate>, val confidence: Double, val sampleCount: Int) : Record

Constructors

Link copied to clipboard
constructor(candidates: List<PosteriorCandidate>, confidence: Double, sampleCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard