Contents

algorithm

The algorithm the recommender uses to make recommendations.

Declaration

var algorithm: MLRecommender.ModelAlgorithmType

Discussion

The default is MLRecommender.ModelAlgorithmType.itemSimilarity(_:).

See Also

Configuring the parameters