Class RuleSetModel
Represents the methods and properties for RuleSetModel 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 RuleSetModel : Model
Constructors
RuleSetModel()
Declaration
public RuleSetModel()
Properties
IsScorable
Gets the boolean IsScorable value
Declaration
public bool IsScorable { get; }
Property Value
Type |
---|
System.Boolean |
LocalTransformations
Gets the LocalTransformations class values
Declaration
public LocalTransformations LocalTransformations { get; }
Property Value
Type |
---|
LocalTransformations |
MiningSchema
Gets the mining schema element
Declaration
public MiningSchema MiningSchema { get; }
Property Value
Type |
---|
MiningSchema |
Output
Gets the Output class values
Declaration
public Output Output { get; }
Property Value
Type |
---|
Output |
RuleSet
Gets the Rule set element
Declaration
public RuleSet RuleSet { get; }
Property Value
Type |
---|
RuleSet |
Targets
Gets the Targets
Declaration
public Targets Targets { get; }
Property Value
Type |
---|
Targets |