MatrixFactorizationTrainer.Options.C Field
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.
Desired negative entries value in one-class matrix factorization. Applicable if LossFunction set to SquareLossOneClass
public double C;
val mutable C : double
Public C As Double
Field Value
Remarks
In one-class matrix factorization, all matrix values observed are one (which can be viewed as positive cases in binary classification) while unobserved values (which can be viewed as negative cases in binary classification) need to be specified manually using this option.