MatrixFactorizationTrainer.LossFunctionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of loss function.
public enum MatrixFactorizationTrainer.LossFunctionType
type MatrixFactorizationTrainer.LossFunctionType =
Public Enum MatrixFactorizationTrainer.LossFunctionType
- Inheritance
-
MatrixFactorizationTrainer.LossFunctionType
Fields
Name | Value | Description |
---|---|---|
SquareLossRegression | 0 | Used in traditional collaborative filtering problem with squared loss. |
SquareLossOneClass | 12 | Used in implicit-feedback recommendation problem. |