Contents

train(trainingData:parameters:sessionParameters:)

Begins an asynchronous hand action classifier’s training session.

Declaration

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

Parameters

Return Value

An MLJob that represents the hand action classifier’s training session.

See Also

Training a hand action classifier asynchronously