public class Segment extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.dmg.org/PMML-4_2}PREDICATE"/> <group ref="{http://www.dmg.org/PMML-4_2}MODEL-ELEMENT"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="weight" type="{http://www.dmg.org/PMML-4_2}NUMBER" default="1" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected False |
_false |
protected True |
_true |
protected AssociationModel |
associationModel |
protected BaselineModel |
baselineModel |
protected ClusteringModel |
clusteringModel |
protected CompoundPredicate |
compoundPredicate |
protected List<Extension> |
extensions |
protected GeneralRegressionModel |
generalRegressionModel |
protected String |
id |
protected MiningModel |
miningModel |
protected NaiveBayesModel |
naiveBayesModel |
protected NearestNeighborModel |
nearestNeighborModel |
protected NeuralNetwork |
neuralNetwork |
protected RegressionModel |
regressionModel |
protected RuleSetModel |
ruleSetModel |
protected Scorecard |
scorecard |
protected SequenceModel |
sequenceModel |
protected SimplePredicate |
simplePredicate |
protected SimpleSetPredicate |
simpleSetPredicate |
protected SupportVectorMachineModel |
supportVectorMachineModel |
protected TextModel |
textModel |
protected TimeSeriesModel |
timeSeriesModel |
protected TreeModel |
treeModel |
protected Double |
weight |
Constructor and Description |
---|
Segment() |
Modifier and Type | Method and Description |
---|---|
AssociationModel |
getAssociationModel()
Gets the value of the associationModel property.
|
BaselineModel |
getBaselineModel()
Gets the value of the baselineModel property.
|
ClusteringModel |
getClusteringModel()
Gets the value of the clusteringModel property.
|
CompoundPredicate |
getCompoundPredicate()
Gets the value of the compoundPredicate property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
False |
getFalse()
Gets the value of the false property.
|
GeneralRegressionModel |
getGeneralRegressionModel()
Gets the value of the generalRegressionModel property.
|
String |
getId()
Gets the value of the id property.
|
MiningModel |
getMiningModel()
Gets the value of the miningModel property.
|
NaiveBayesModel |
getNaiveBayesModel()
Gets the value of the naiveBayesModel property.
|
NearestNeighborModel |
getNearestNeighborModel()
Gets the value of the nearestNeighborModel property.
|
NeuralNetwork |
getNeuralNetwork()
Gets the value of the neuralNetwork property.
|
RegressionModel |
getRegressionModel()
Gets the value of the regressionModel property.
|
RuleSetModel |
getRuleSetModel()
Gets the value of the ruleSetModel property.
|
Scorecard |
getScorecard()
Gets the value of the scorecard property.
|
SequenceModel |
getSequenceModel()
Gets the value of the sequenceModel property.
|
SimplePredicate |
getSimplePredicate()
Gets the value of the simplePredicate property.
|
SimpleSetPredicate |
getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property.
|
SupportVectorMachineModel |
getSupportVectorMachineModel()
Gets the value of the supportVectorMachineModel property.
|
TextModel |
getTextModel()
Gets the value of the textModel property.
|
TimeSeriesModel |
getTimeSeriesModel()
Gets the value of the timeSeriesModel property.
|
TreeModel |
getTreeModel()
Gets the value of the treeModel property.
|
True |
getTrue()
Gets the value of the true property.
|
double |
getWeight()
Gets the value of the weight property.
|
void |
setAssociationModel(AssociationModel value)
Sets the value of the associationModel property.
|
void |
setBaselineModel(BaselineModel value)
Sets the value of the baselineModel property.
|
void |
setClusteringModel(ClusteringModel value)
Sets the value of the clusteringModel property.
|
void |
setCompoundPredicate(CompoundPredicate value)
Sets the value of the compoundPredicate property.
|
void |
setFalse(False value)
Sets the value of the false property.
|
void |
setGeneralRegressionModel(GeneralRegressionModel value)
Sets the value of the generalRegressionModel property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMiningModel(MiningModel value)
Sets the value of the miningModel property.
|
void |
setNaiveBayesModel(NaiveBayesModel value)
Sets the value of the naiveBayesModel property.
|
void |
setNearestNeighborModel(NearestNeighborModel value)
Sets the value of the nearestNeighborModel property.
|
void |
setNeuralNetwork(NeuralNetwork value)
Sets the value of the neuralNetwork property.
|
void |
setRegressionModel(RegressionModel value)
Sets the value of the regressionModel property.
|
void |
setRuleSetModel(RuleSetModel value)
Sets the value of the ruleSetModel property.
|
void |
setScorecard(Scorecard value)
Sets the value of the scorecard property.
|
void |
setSequenceModel(SequenceModel value)
Sets the value of the sequenceModel property.
|
void |
setSimplePredicate(SimplePredicate value)
Sets the value of the simplePredicate property.
|
void |
setSimpleSetPredicate(SimpleSetPredicate value)
Sets the value of the simpleSetPredicate property.
|
void |
setSupportVectorMachineModel(SupportVectorMachineModel value)
Sets the value of the supportVectorMachineModel property.
|
void |
setTextModel(TextModel value)
Sets the value of the textModel property.
|
void |
setTimeSeriesModel(TimeSeriesModel value)
Sets the value of the timeSeriesModel property.
|
void |
setTreeModel(TreeModel value)
Sets the value of the treeModel property.
|
void |
setTrue(True value)
Sets the value of the true property.
|
void |
setWeight(Double value)
Sets the value of the weight property.
|
protected False _false
protected True _true
protected SimpleSetPredicate simpleSetPredicate
protected CompoundPredicate compoundPredicate
protected SimplePredicate simplePredicate
protected TreeModel treeModel
protected TimeSeriesModel timeSeriesModel
protected TextModel textModel
protected SupportVectorMachineModel supportVectorMachineModel
protected Scorecard scorecard
protected SequenceModel sequenceModel
protected RuleSetModel ruleSetModel
protected RegressionModel regressionModel
protected NeuralNetwork neuralNetwork
protected NearestNeighborModel nearestNeighborModel
protected NaiveBayesModel naiveBayesModel
protected MiningModel miningModel
protected GeneralRegressionModel generalRegressionModel
protected ClusteringModel clusteringModel
protected BaselineModel baselineModel
protected AssociationModel associationModel
protected String id
protected Double weight
public List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public False getFalse()
False
public void setFalse(False value)
value
- allowed object is
False
public void setTrue(True value)
value
- allowed object is
True
public SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicate
public void setSimpleSetPredicate(SimpleSetPredicate value)
value
- allowed object is
SimpleSetPredicate
public CompoundPredicate getCompoundPredicate()
CompoundPredicate
public void setCompoundPredicate(CompoundPredicate value)
value
- allowed object is
CompoundPredicate
public SimplePredicate getSimplePredicate()
SimplePredicate
public void setSimplePredicate(SimplePredicate value)
value
- allowed object is
SimplePredicate
public TreeModel getTreeModel()
TreeModel
public void setTreeModel(TreeModel value)
value
- allowed object is
TreeModel
public TimeSeriesModel getTimeSeriesModel()
TimeSeriesModel
public void setTimeSeriesModel(TimeSeriesModel value)
value
- allowed object is
TimeSeriesModel
public TextModel getTextModel()
TextModel
public void setTextModel(TextModel value)
value
- allowed object is
TextModel
public SupportVectorMachineModel getSupportVectorMachineModel()
SupportVectorMachineModel
public void setSupportVectorMachineModel(SupportVectorMachineModel value)
value
- allowed object is
SupportVectorMachineModel
public Scorecard getScorecard()
Scorecard
public void setScorecard(Scorecard value)
value
- allowed object is
Scorecard
public SequenceModel getSequenceModel()
SequenceModel
public void setSequenceModel(SequenceModel value)
value
- allowed object is
SequenceModel
public RuleSetModel getRuleSetModel()
RuleSetModel
public void setRuleSetModel(RuleSetModel value)
value
- allowed object is
RuleSetModel
public RegressionModel getRegressionModel()
RegressionModel
public void setRegressionModel(RegressionModel value)
value
- allowed object is
RegressionModel
public NeuralNetwork getNeuralNetwork()
NeuralNetwork
public void setNeuralNetwork(NeuralNetwork value)
value
- allowed object is
NeuralNetwork
public NearestNeighborModel getNearestNeighborModel()
NearestNeighborModel
public void setNearestNeighborModel(NearestNeighborModel value)
value
- allowed object is
NearestNeighborModel
public NaiveBayesModel getNaiveBayesModel()
NaiveBayesModel
public void setNaiveBayesModel(NaiveBayesModel value)
value
- allowed object is
NaiveBayesModel
public MiningModel getMiningModel()
MiningModel
public void setMiningModel(MiningModel value)
value
- allowed object is
MiningModel
public GeneralRegressionModel getGeneralRegressionModel()
GeneralRegressionModel
public void setGeneralRegressionModel(GeneralRegressionModel value)
value
- allowed object is
GeneralRegressionModel
public ClusteringModel getClusteringModel()
ClusteringModel
public void setClusteringModel(ClusteringModel value)
value
- allowed object is
ClusteringModel
public BaselineModel getBaselineModel()
BaselineModel
public void setBaselineModel(BaselineModel value)
value
- allowed object is
BaselineModel
public AssociationModel getAssociationModel()
AssociationModel
public void setAssociationModel(AssociationModel value)
value
- allowed object is
AssociationModel
public void setId(String value)
value
- allowed object is
String
public double getWeight()
Double
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.