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()
SimplePredicate
public void setSimplePredicate(SimplePredicate value)
value
- allowed object is
SimplePredicate
public CompoundPredicate getCompoundPredicate()
CompoundPredicate
public void setCompoundPredicate(CompoundPredicate value)
value
- allowed object is
CompoundPredicate
public SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicate
public void setSimpleSetPredicate(SimpleSetPredicate value)
value
- allowed object is
SimpleSetPredicate
public void setTrue(True value)
value
- allowed object is
True
public False getFalse()
False
public void setFalse(False value)
value
- allowed object is
False
public AssociationModel getAssociationModel()
AssociationModel
public void setAssociationModel(AssociationModel value)
value
- allowed object is
AssociationModel
public BaselineModel getBaselineModel()
BaselineModel
public void setBaselineModel(BaselineModel value)
value
- allowed object is
BaselineModel
public ClusteringModel getClusteringModel()
ClusteringModel
public void setClusteringModel(ClusteringModel value)
value
- allowed object is
ClusteringModel
public GeneralRegressionModel getGeneralRegressionModel()
GeneralRegressionModel
public void setGeneralRegressionModel(GeneralRegressionModel value)
value
- allowed object is
GeneralRegressionModel
public MiningModel getMiningModel()
MiningModel
public void setMiningModel(MiningModel value)
value
- allowed object is
MiningModel
public NaiveBayesModel getNaiveBayesModel()
NaiveBayesModel
public void setNaiveBayesModel(NaiveBayesModel value)
value
- allowed object is
NaiveBayesModel
public NearestNeighborModel getNearestNeighborModel()
NearestNeighborModel
public void setNearestNeighborModel(NearestNeighborModel value)
value
- allowed object is
NearestNeighborModel
public NeuralNetwork getNeuralNetwork()
NeuralNetwork
public void setNeuralNetwork(NeuralNetwork value)
value
- allowed object is
NeuralNetwork
public RegressionModel getRegressionModel()
RegressionModel
public void setRegressionModel(RegressionModel value)
value
- allowed object is
RegressionModel
public RuleSetModel getRuleSetModel()
RuleSetModel
public void setRuleSetModel(RuleSetModel value)
value
- allowed object is
RuleSetModel
public SequenceModel getSequenceModel()
SequenceModel
public void setSequenceModel(SequenceModel value)
value
- allowed object is
SequenceModel
public Scorecard getScorecard()
Scorecard
public void setScorecard(Scorecard value)
value
- allowed object is
Scorecard
public SupportVectorMachineModel getSupportVectorMachineModel()
SupportVectorMachineModel
public void setSupportVectorMachineModel(SupportVectorMachineModel value)
value
- allowed object is
SupportVectorMachineModel
public TextModel getTextModel()
TextModel
public void setTextModel(TextModel value)
value
- allowed object is
TextModel
public TimeSeriesModel getTimeSeriesModel()
TimeSeriesModel
public void setTimeSeriesModel(TimeSeriesModel value)
value
- allowed object is
TimeSeriesModel
public TreeModel getTreeModel()
TreeModel
public void setTreeModel(TreeModel value)
value
- allowed object is
TreeModel
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public double getWeight()
Double
public void setWeight(java.lang.Double value)
value
- allowed object is
Double