LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.world.stronghold
/
PosteriorSnapshot
Posterior
Snapshot
@
JvmRecord
data
class
PosteriorSnapshot
(
val
candidates
:
List
<
PosteriorCandidate
>
,
val
confidence
:
Double
,
val
sampleCount
:
Int
)
:
Record
Members
Constructors
Posterior
Snapshot
Link copied to clipboard
constructor
(
candidates
:
List
<
PosteriorCandidate
>
,
confidence
:
Double
,
sampleCount
:
Int
)
Properties
candidates
Link copied to clipboard
val
candidates
:
List
<
PosteriorCandidate
>
confidence
Link copied to clipboard
val
confidence
:
Double
sample
Count
Link copied to clipboard
val
sampleCount
:
Int