Class Model
Represents the properties for Model element and its attributes
Inheritance
System.Object
Model
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 Model
Constructors
Model()
Declaration
public Model()
Properties
AlgorithmName
Gets the Algorithm Name
Declaration
public string AlgorithmName { get; }
Property Value
Type |
---|
System.String |
MiningFieldFunction
Gets the MiningFieldFunction value
Declaration
public MiningFieldFunction MiningFieldFunction { get; }
Property Value
Type |
---|
MiningFieldFunction |
ModelName
Gets the Model Name
Declaration
public string ModelName { get; }
Property Value
Type |
---|
System.String |