init(_:)
Creates a type-erased categorical summary from a typed categorical summary.
Declaration
init<T>(_ summary: CategoricalSummary<T>) where T : HashableParameters
- summary:
A typed categorical summary.
Creates a type-erased categorical summary from a typed categorical summary.
init<T>(_ summary: CategoricalSummary<T>) where T : HashableA typed categorical summary.