Click or drag to resize
Accord.NET (logo)

BaseSplitSetValidation< TResult, TModel, TLearner, TInput, TOutput> . DefaultValue Property

Gets or sets a value to be used as the Loss in case the model throws an exception during learning. Default is null (exceptions will not be ignored).

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Nullable<double> DefaultValue { get; set; }
Request Example View Source

Property Value

Type: Nullable<Double>
See Also