Class MiningModel
Represents the methods and properties for MiningModel element and its attributes
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class MiningModel : Model
Constructors
MiningModel()
Declaration
public MiningModel()
Properties
Extension
Gets and sets the "Extension" elements value
Declaration
public Extension Extension { get; }
Property Value
| Type | Description |
|---|---|
| Extension |
LocalTransformations
Gets the "LocalTransformations" value
Declaration
public LocalTransformations LocalTransformations { get; }
Property Value
| Type | Description |
|---|---|
| LocalTransformations |
MiningSchema
Gets the "MiningSchema" value
Declaration
public MiningSchema MiningSchema { get; }
Property Value
| Type | Description |
|---|---|
| MiningSchema |
Output
Gets the "Output" value
Declaration
public Output Output { get; }
Property Value
| Type | Description |
|---|---|
| Output |
Segmentation
Gets the "Segmentation" value
Declaration
public Segmentation Segmentation { get; }
Property Value
| Type | Description |
|---|---|
| Segmentation |
Targets
Gets the "Targets" value
Declaration
public Targets Targets { get; }
Property Value
| Type | Description |
|---|---|
| Targets |