public class Segment
extends java.lang.Object
Java class for Segment element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Segment">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.dmg.org/PMML-4_1}PREDICATE"/>
<group ref="{http://www.dmg.org/PMML-4_1}MODEL-ELEMENT"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="weight" type="{http://www.dmg.org/PMML-4_1}NUMBER" default="1" />
</restriction>
</complexContent>
</complexType>
</element>
| 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.
|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
False |
getFalse()
Gets the value of the false property.
|
GeneralRegressionModel |
getGeneralRegressionModel()
Gets the value of the generalRegressionModel property.
|
java.lang.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(java.lang.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(java.lang.Double value)
Sets the value of the weight property.
|
public java.util.List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public SimplePredicate getSimplePredicate()
SimplePredicatepublic void setSimplePredicate(SimplePredicate value)
value - allowed object is
SimplePredicatepublic CompoundPredicate getCompoundPredicate()
CompoundPredicatepublic void setCompoundPredicate(CompoundPredicate value)
value - allowed object is
CompoundPredicatepublic SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicatepublic void setSimpleSetPredicate(SimpleSetPredicate value)
value - allowed object is
SimpleSetPredicatepublic void setTrue(True value)
value - allowed object is
Truepublic False getFalse()
Falsepublic void setFalse(False value)
value - allowed object is
Falsepublic AssociationModel getAssociationModel()
AssociationModelpublic void setAssociationModel(AssociationModel value)
value - allowed object is
AssociationModelpublic BaselineModel getBaselineModel()
BaselineModelpublic void setBaselineModel(BaselineModel value)
value - allowed object is
BaselineModelpublic ClusteringModel getClusteringModel()
ClusteringModelpublic void setClusteringModel(ClusteringModel value)
value - allowed object is
ClusteringModelpublic GeneralRegressionModel getGeneralRegressionModel()
GeneralRegressionModelpublic void setGeneralRegressionModel(GeneralRegressionModel value)
value - allowed object is
GeneralRegressionModelpublic MiningModel getMiningModel()
MiningModelpublic void setMiningModel(MiningModel value)
value - allowed object is
MiningModelpublic NaiveBayesModel getNaiveBayesModel()
NaiveBayesModelpublic void setNaiveBayesModel(NaiveBayesModel value)
value - allowed object is
NaiveBayesModelpublic NearestNeighborModel getNearestNeighborModel()
NearestNeighborModelpublic void setNearestNeighborModel(NearestNeighborModel value)
value - allowed object is
NearestNeighborModelpublic NeuralNetwork getNeuralNetwork()
NeuralNetworkpublic void setNeuralNetwork(NeuralNetwork value)
value - allowed object is
NeuralNetworkpublic RegressionModel getRegressionModel()
RegressionModelpublic void setRegressionModel(RegressionModel value)
value - allowed object is
RegressionModelpublic RuleSetModel getRuleSetModel()
RuleSetModelpublic void setRuleSetModel(RuleSetModel value)
value - allowed object is
RuleSetModelpublic SequenceModel getSequenceModel()
SequenceModelpublic void setSequenceModel(SequenceModel value)
value - allowed object is
SequenceModelpublic Scorecard getScorecard()
Scorecardpublic void setScorecard(Scorecard value)
value - allowed object is
Scorecardpublic SupportVectorMachineModel getSupportVectorMachineModel()
SupportVectorMachineModelpublic void setSupportVectorMachineModel(SupportVectorMachineModel value)
value - allowed object is
SupportVectorMachineModelpublic TextModel getTextModel()
TextModelpublic void setTextModel(TextModel value)
value - allowed object is
TextModelpublic TimeSeriesModel getTimeSeriesModel()
TimeSeriesModelpublic void setTimeSeriesModel(TimeSeriesModel value)
value - allowed object is
TimeSeriesModelpublic TreeModel getTreeModel()
TreeModelpublic void setTreeModel(TreeModel value)
value - allowed object is
TreeModelpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic double getWeight()
Doublepublic void setWeight(java.lang.Double value)
value - allowed object is
Double