Class Segment
Represents the methods and properties for Segment element and its attributes
Inheritance
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class Segment : Object
Constructors
Segment()
Declaration
public Segment()
Properties
AssociationRulesModel
Gets and sets the "AssociationRulesModel" element value
Declaration
public AssociationRulesModel AssociationRulesModel { get; }
Property Value
Type | Description |
---|---|
AssociationRulesModel |
ClusteringModel
Gets and sets the "ClusteringModel" elements value
Declaration
public ClusteringModel ClusteringModel { get; }
Property Value
Type | Description |
---|---|
ClusteringModel |
CompoundPredicate
Gets the values of class CompoundPredicate
Declaration
public CompoundPredicate CompoundPredicate { get; }
Property Value
Type | Description |
---|---|
CompoundPredicate |
GeneralRegressionModel
Gets and sets the "GeneralRegressionModel" elements value
Declaration
public GeneralRegressionModel GeneralRegressionModel { get; }
Property Value
Type | Description |
---|---|
GeneralRegressionModel |
MiningModel
Gets and sets the "MiningModel" elements value
Declaration
public MiningModel MiningModel { get; }
Property Value
Type | Description |
---|---|
MiningModel |
NaiveBayesModel
Gets and sets the "NaiveBayesModel" elements value
Declaration
public NaiveBayesModel NaiveBayesModel { get; }
Property Value
Type | Description |
---|---|
NaiveBayesModel |
NeuralNetworkModel
Gets and sets the "NeuralNetworkModel" elements value
Declaration
public NeuralNetworkModel NeuralNetworkModel { get; }
Property Value
Type | Description |
---|---|
NeuralNetworkModel |
RegressionModel
Gets and sets the "RegressionModel" elements value
Declaration
public RegressionModel RegressionModel { get; }
Property Value
Type | Description |
---|---|
RegressionModel |
RuleSetModel
Gets and sets the "Rule Set Model" element value
Declaration
public RuleSetModel RuleSetModel { get; }
Property Value
Type | Description |
---|---|
RuleSetModel |
SequenceModel
Gets and sets the "Sequence Model" element value
Declaration
public SequenceModel SequenceModel { get; }
Property Value
Type | Description |
---|---|
SequenceModel |
SupportVectorMachineModel
Gets and sets the "SupportVectorMachineModel" elements value
Declaration
public SupportVectorMachineModel SupportVectorMachineModel { get; }
Property Value
Type | Description |
---|---|
SupportVectorMachineModel |
TreeModel
Gets the "TreeModel" value
Declaration
public TreeModel TreeModel { get; }
Property Value
Type | Description |
---|---|
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 |