Class NaiveBayesModel
Represents the methods and properties for NaiveBayesModel element and its attributes
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 NaiveBayesModel : Model
Constructors
NaiveBayesModel()
Declaration
public NaiveBayesModel()
Properties
BayesInputs
Gets the "BayesInputs" element value
Declaration
public BayesInputs BayesInputs { get; }
Property Value
Type |
---|
BayesInputs |
BayesOutput
Gets the "BayesOutput" element value
Declaration
public BayesOutput BayesOutput { get; }
Property Value
Type |
---|
BayesOutput |
LocalTransformations
Gets the "LocalTransformations" element value
Declaration
public LocalTransformations LocalTransformations { get; }
Property Value
Type |
---|
LocalTransformations |
MiningSchema
Gets the "MiningSchema" element value
Declaration
public MiningSchema MiningSchema { get; }
Property Value
Type |
---|
MiningSchema |
Output
Gets the "Output" element value
Declaration
public Output Output { get; }
Property Value
Type |
---|
Output |
Threshold
Gets the "threshold" attribute value
Declaration
public double Threshold { get; }
Property Value
Type |
---|
System.Double |