applied(to:eventHandler:)
Performs a classification on a data frame.
Declaration
func applied(to input: DataFrame, eventHandler: EventHandler? = nil) async throws -> DataFrameParameters
- input:
The input data frame.
- eventHandler:
An event handler.
Return Value
A data frame of classifications.