Package weka.core.pmml.jaxbbindings
Class Segment
java.lang.Object
weka.core.pmml.jaxbbindings.Segment
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the associationModel property.Gets the value of the baselineModel property.Gets the value of the clusteringModel property.Gets the value of the compoundPredicate property.Gets the value of the extension property.getFalse()
Gets the value of the false property.Gets the value of the generalRegressionModel property.getId()
Gets the value of the id property.Gets the value of the miningModel property.Gets the value of the naiveBayesModel property.Gets the value of the nearestNeighborModel property.Gets the value of the neuralNetwork property.Gets the value of the regressionModel property.Gets the value of the ruleSetModel property.Gets the value of the scorecard property.Gets the value of the sequenceModel property.Gets the value of the simplePredicate property.Gets the value of the simpleSetPredicate property.Gets the value of the supportVectorMachineModel property.Gets the value of the textModel property.Gets the value of the timeSeriesModel property.Gets the value of the treeModel property.getTrue()
Gets the value of the true property.double
Gets the value of the weight property.void
Sets the value of the associationModel property.void
setBaselineModel
(BaselineModel value) Sets the value of the baselineModel property.void
Sets the value of the clusteringModel property.void
Sets the value of the compoundPredicate property.void
Sets the value of the false property.void
Sets the value of the generalRegressionModel property.void
Sets the value of the id property.void
setMiningModel
(MiningModel value) Sets the value of the miningModel property.void
Sets the value of the naiveBayesModel property.void
Sets the value of the nearestNeighborModel property.void
setNeuralNetwork
(NeuralNetwork value) Sets the value of the neuralNetwork property.void
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
Sets the value of the simplePredicate property.void
Sets the value of the simpleSetPredicate property.void
Sets the value of the supportVectorMachineModel property.void
setTextModel
(TextModel value) Sets the value of the textModel property.void
Sets the value of the timeSeriesModel property.void
setTreeModel
(TreeModel value) Sets the value of the treeModel property.void
Sets the value of the true property.void
Sets the value of the weight property.
-
Constructor Details
-
Segment
public Segment()
-
-
Method Details
-
getExtension
Gets the value of the extension property.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
-
getSimplePredicate
Gets the value of the simplePredicate property.- Returns:
- possible object is
SimplePredicate
-
setSimplePredicate
Sets the value of the simplePredicate property.- Parameters:
value
- allowed object isSimplePredicate
-
getCompoundPredicate
Gets the value of the compoundPredicate property.- Returns:
- possible object is
CompoundPredicate
-
setCompoundPredicate
Sets the value of the compoundPredicate property.- Parameters:
value
- allowed object isCompoundPredicate
-
getSimpleSetPredicate
Gets the value of the simpleSetPredicate property.- Returns:
- possible object is
SimpleSetPredicate
-
setSimpleSetPredicate
Sets the value of the simpleSetPredicate property.- Parameters:
value
- allowed object isSimpleSetPredicate
-
getTrue
Gets the value of the true property.- Returns:
- possible object is
True
-
setTrue
Sets the value of the true property.- Parameters:
value
- allowed object isTrue
-
getFalse
Gets the value of the false property.- Returns:
- possible object is
False
-
setFalse
Sets the value of the false property.- Parameters:
value
- allowed object isFalse
-
getAssociationModel
Gets the value of the associationModel property.- Returns:
- possible object is
AssociationModel
-
setAssociationModel
Sets the value of the associationModel property.- Parameters:
value
- allowed object isAssociationModel
-
getBaselineModel
Gets the value of the baselineModel property.- Returns:
- possible object is
BaselineModel
-
setBaselineModel
Sets the value of the baselineModel property.- Parameters:
value
- allowed object isBaselineModel
-
getClusteringModel
Gets the value of the clusteringModel property.- Returns:
- possible object is
ClusteringModel
-
setClusteringModel
Sets the value of the clusteringModel property.- Parameters:
value
- allowed object isClusteringModel
-
getGeneralRegressionModel
Gets the value of the generalRegressionModel property.- Returns:
- possible object is
GeneralRegressionModel
-
setGeneralRegressionModel
Sets the value of the generalRegressionModel property.- Parameters:
value
- allowed object isGeneralRegressionModel
-
getMiningModel
Gets the value of the miningModel property.- Returns:
- possible object is
MiningModel
-
setMiningModel
Sets the value of the miningModel property.- Parameters:
value
- allowed object isMiningModel
-
getNaiveBayesModel
Gets the value of the naiveBayesModel property.- Returns:
- possible object is
NaiveBayesModel
-
setNaiveBayesModel
Sets the value of the naiveBayesModel property.- Parameters:
value
- allowed object isNaiveBayesModel
-
getNearestNeighborModel
Gets the value of the nearestNeighborModel property.- Returns:
- possible object is
NearestNeighborModel
-
setNearestNeighborModel
Sets the value of the nearestNeighborModel property.- Parameters:
value
- allowed object isNearestNeighborModel
-
getNeuralNetwork
Gets the value of the neuralNetwork property.- Returns:
- possible object is
NeuralNetwork
-
setNeuralNetwork
Sets the value of the neuralNetwork property.- Parameters:
value
- allowed object isNeuralNetwork
-
getRegressionModel
Gets the value of the regressionModel property.- Returns:
- possible object is
RegressionModel
-
setRegressionModel
Sets the value of the regressionModel property.- Parameters:
value
- allowed object isRegressionModel
-
getRuleSetModel
Gets the value of the ruleSetModel property.- Returns:
- possible object is
RuleSetModel
-
setRuleSetModel
Sets the value of the ruleSetModel property.- Parameters:
value
- allowed object isRuleSetModel
-
getSequenceModel
Gets the value of the sequenceModel property.- Returns:
- possible object is
SequenceModel
-
setSequenceModel
Sets the value of the sequenceModel property.- Parameters:
value
- allowed object isSequenceModel
-
getScorecard
Gets the value of the scorecard property.- Returns:
- possible object is
Scorecard
-
setScorecard
Sets the value of the scorecard property.- Parameters:
value
- allowed object isScorecard
-
getSupportVectorMachineModel
Gets the value of the supportVectorMachineModel property.- Returns:
- possible object is
SupportVectorMachineModel
-
setSupportVectorMachineModel
Sets the value of the supportVectorMachineModel property.- Parameters:
value
- allowed object isSupportVectorMachineModel
-
getTextModel
Gets the value of the textModel property.- Returns:
- possible object is
TextModel
-
setTextModel
Sets the value of the textModel property.- Parameters:
value
- allowed object isTextModel
-
getTimeSeriesModel
Gets the value of the timeSeriesModel property.- Returns:
- possible object is
TimeSeriesModel
-
setTimeSeriesModel
Sets the value of the timeSeriesModel property.- Parameters:
value
- allowed object isTimeSeriesModel
-
getTreeModel
Gets the value of the treeModel property.- Returns:
- possible object is
TreeModel
-
setTreeModel
Sets the value of the treeModel property.- Parameters:
value
- allowed object isTreeModel
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getWeight
public double getWeight()Gets the value of the weight property.- Returns:
- possible object is
Double
-
setWeight
Sets the value of the weight property.- Parameters:
value
- allowed object isDouble
-