Contents

makeTrainingSession(trainingData:parameters:sessionParameters:)

Creates an asynchronous hand action classifier’s training session.

Declaration

static func makeTrainingSession(trainingData: MLHandActionClassifier.DataSource, parameters: MLHandActionClassifier.ModelParameters = .init(), sessionParameters: MLTrainingSessionParameters = _defaultSessionParameters) throws -> MLTrainingSession<MLHandActionClassifier>

Parameters

Return Value

An MLTrainingSession that represents the action classifier training session.

See Also

Training a hand action classifier asynchronously