Class MiningModel
Represents the methods and properties for MiningModel 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 MiningModel : Model
Constructors
MiningModel()
Declaration
public MiningModel()
Properties
Extension
Gets and sets the "Extension" elements value
Declaration
public Extension Extension { get; }
Property Value
Type |
---|
Extension |
LocalTransformations
Gets the "LocalTransformations" value
Declaration
public LocalTransformations LocalTransformations { get; }
Property Value
Type |
---|
LocalTransformations |
MiningSchema
Gets the "MiningSchema" value
Declaration
public MiningSchema MiningSchema { get; }
Property Value
Type |
---|
MiningSchema |
Output
Gets the "Output" value
Declaration
public Output Output { get; }
Property Value
Type |
---|
Output |
Segmentation
Gets the "Segmentation" value
Declaration
public Segmentation Segmentation { get; }
Property Value
Type |
---|
Segmentation |
Targets
Gets the "Targets" value
Declaration
public Targets Targets { get; }
Property Value
Type |
---|
Targets |