Class NeuralNetworkOptions
Represents the options to consider for Neural network Model
Inheritance
System.Object
NeuralNetworkOptions
Implements
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class NeuralNetworkOptions : Object, IModelOptions
Constructors
NeuralNetworkOptions()
Declaration
public NeuralNetworkOptions()
Properties
BinomialThreshold
Gets and sets the Threshold value for Neural network Model.
Declaration
public double BinomialThreshold { get; set; }
Property Value
Type |
---|
System.Double |