feedbackType property
Feedback type that specifies which algorithm to run for matrix factorization. Possible string values are:
- "FEEDBACK_TYPE_UNSPECIFIED" : Default value.
- "IMPLICIT" : Use weighted-als for implicit feedback problems.
- "EXPLICIT" : Use nonweighted-als for explicit feedback problems.
Implementation
core.String? feedbackType;