LdSvmTrainer.Options.UseBias 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.
Indicates if we should use Bias or not in our model.
[Microsoft.ML.SearchSpace.BooleanChoice(true)]
public bool UseBias;
public bool UseBias;
[<Microsoft.ML.SearchSpace.BooleanChoice(true)>]
val mutable UseBias : bool
val mutable UseBias : bool
Public UseBias As Boolean
Field Value
- Attributes