Contents

init(algorithm:threshold:maxCount:nearestItems:maxSimilarityIterations:)

Creates a new set of recommender configuration parameters.

Declaration

init(algorithm: MLRecommender.ModelAlgorithmType = .itemSimilarity(.cosine), threshold: Double = 0.001, maxCount: Int = 64, nearestItems: MLDataTable?, maxSimilarityIterations: Int = 1024)

See Also

Creating parameters