menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MiningModel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MiningModel

    Represents the methods and properties for MiningModel element and its attributes

    Inheritance
    System.Object
    Model
    MiningModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved