Class RuleSetModel
Represents the methods and properties for RuleSetModel element and its attributes
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.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 | Description |
---|---|
System.Boolean |
LocalTransformations
Gets the LocalTransformations class values
Declaration
public LocalTransformations LocalTransformations { get; }
Property Value
Type | Description |
---|---|
LocalTransformations |
MiningSchema
Gets the mining schema element
Declaration
public MiningSchema MiningSchema { get; }
Property Value
Type | Description |
---|---|
MiningSchema |
Output
Gets the Output class values
Declaration
public Output Output { get; }
Property Value
Type | Description |
---|---|
Output |
RuleSet
Gets the Rule set element
Declaration
public RuleSet RuleSet { get; }
Property Value
Type | Description |
---|---|
RuleSet |
Targets
Gets the Targets
Declaration
public Targets Targets { get; }
Property Value
Type | Description |
---|---|
Targets |