Class NeuralOutput
Represents the methods and properties for NeuralOutput element and its attributes
Inheritance
System.Object
NeuralOutput
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class NeuralOutput
Constructors
NeuralOutput()
Declaration
public NeuralOutput()
Properties
DerivedField
Gets the "DerivedField" value
Declaration
public DerivedField DerivedField { get; }
Property Value
Type |
---|
DerivedField |
OutputNeuron
Gets the "outputNeuron" value
Declaration
public string OutputNeuron { get; }
Property Value
Type |
---|
System.String |