Class Segment
Represents the methods and properties for Segment element and its attributes
Inheritance
Inherited Members
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 |