Click or drag to resize
Accord.NET (logo)

BaseSplitSetValidationTResult, TModel, TLearner, TInput, TOutputDefaultValue 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: NullableDouble
See Also