|
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; }
Public Property DefaultValue As Nullable(Of Double)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableDoubleSee Also