FamilyFrequencyResult

@Serializable
data class FamilyFrequencyResult(val datasetName: String, val numSamples: Int, val frequency: IntegerFrequencyDTO)(source)

Wire-safe result of the family-frequency bootstrap — a standalone (continuous) analysis that resamples a dataset numSamples times, re-runs the full fit + evaluation on each resample, and tallies how often each family is recommended.

This is intentionally separate from FitResultData: it is its own analysis, not part of a fit. The frequency cells carry the family name in cellLabel with count/proportion giving the tally.

Constructors

Link copied to clipboard
constructor(datasetName: String, numSamples: Int, frequency: IntegerFrequencyDTO)

Properties

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

Functions

Link copied to clipboard

Builds a standalone document for a FamilyFrequencyResult (the Bootstrap-tab analysis).