menu

WinForms

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

    Show / Hide Table of Contents

    Class Segment

    Represents the methods and properties for Segment element and its attributes

    Inheritance
    System.Object
    Segment
    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 Segment

    Constructors

    Segment()

    Declaration
    public Segment()

    Properties

    AssociationRulesModel

    Gets and sets the "AssociationRulesModel" element value

    Declaration
    public AssociationRulesModel AssociationRulesModel { get; }
    Property Value
    Type
    AssociationRulesModel

    ClusteringModel

    Gets and sets the "ClusteringModel" elements value

    Declaration
    public ClusteringModel ClusteringModel { get; }
    Property Value
    Type
    ClusteringModel

    CompoundPredicate

    Gets the values of class CompoundPredicate

    Declaration
    public CompoundPredicate CompoundPredicate { get; }
    Property Value
    Type
    CompoundPredicate

    GeneralRegressionModel

    Gets and sets the "GeneralRegressionModel" elements value

    Declaration
    public GeneralRegressionModel GeneralRegressionModel { get; }
    Property Value
    Type
    GeneralRegressionModel

    MiningModel

    Gets and sets the "MiningModel" elements value

    Declaration
    public MiningModel MiningModel { get; }
    Property Value
    Type
    MiningModel

    NaiveBayesModel

    Gets and sets the "NaiveBayesModel" elements value

    Declaration
    public NaiveBayesModel NaiveBayesModel { get; }
    Property Value
    Type
    NaiveBayesModel

    NeuralNetworkModel

    Gets and sets the "NeuralNetworkModel" elements value

    Declaration
    public NeuralNetworkModel NeuralNetworkModel { get; }
    Property Value
    Type
    NeuralNetworkModel

    RegressionModel

    Gets and sets the "RegressionModel" elements value

    Declaration
    public RegressionModel RegressionModel { get; }
    Property Value
    Type
    RegressionModel

    RuleSetModel

    Gets and sets the "Rule Set Model" element value

    Declaration
    public RuleSetModel RuleSetModel { get; }
    Property Value
    Type
    RuleSetModel

    SequenceModel

    Gets and sets the "Sequence Model" element value

    Declaration
    public SequenceModel SequenceModel { get; }
    Property Value
    Type
    SequenceModel

    SupportVectorMachineModel

    Gets and sets the "SupportVectorMachineModel" elements value

    Declaration
    public SupportVectorMachineModel SupportVectorMachineModel { get; }
    Property Value
    Type
    SupportVectorMachineModel

    TreeModel

    Gets the "TreeModel" value

    Declaration
    public TreeModel TreeModel { get; }
    Property Value
    Type
    TreeModel

    Methods

    GetSimplePredicates()

    Returns the List of SimplePredicate objects

    Declaration
    public List<SimplePredicate> GetSimplePredicates()
    Returns
    Type Description
    System.Collections.Generic.List<SimplePredicate>

    List of Clone objects

    GetSimpleSetPredicates()

    Returns the list of SimpleSet Predicates' objects

    Declaration
    public List<SimpleSetPredicate> GetSimpleSetPredicates()
    Returns
    Type Description
    System.Collections.Generic.List<SimpleSetPredicate>

    List of Clone objects

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved