|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_2.descr.Segment
public class Segment
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Segment()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Extension> extensions
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
| Constructor Detail |
|---|
public Segment()
| Method Detail |
|---|
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()
Falsepublic void setFalse(False value)
value - allowed object is
Falsepublic True getTrue()
Truepublic void setTrue(True value)
value - allowed object is
Truepublic SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicatepublic void setSimpleSetPredicate(SimpleSetPredicate value)
value - allowed object is
SimpleSetPredicatepublic CompoundPredicate getCompoundPredicate()
CompoundPredicatepublic void setCompoundPredicate(CompoundPredicate value)
value - allowed object is
CompoundPredicatepublic SimplePredicate getSimplePredicate()
SimplePredicatepublic void setSimplePredicate(SimplePredicate value)
value - allowed object is
SimplePredicatepublic TreeModel getTreeModel()
TreeModelpublic void setTreeModel(TreeModel value)
value - allowed object is
TreeModelpublic TimeSeriesModel getTimeSeriesModel()
TimeSeriesModelpublic void setTimeSeriesModel(TimeSeriesModel value)
value - allowed object is
TimeSeriesModelpublic TextModel getTextModel()
TextModelpublic void setTextModel(TextModel value)
value - allowed object is
TextModelpublic SupportVectorMachineModel getSupportVectorMachineModel()
SupportVectorMachineModelpublic void setSupportVectorMachineModel(SupportVectorMachineModel value)
value - allowed object is
SupportVectorMachineModelpublic Scorecard getScorecard()
Scorecardpublic void setScorecard(Scorecard value)
value - allowed object is
Scorecardpublic SequenceModel getSequenceModel()
SequenceModelpublic void setSequenceModel(SequenceModel value)
value - allowed object is
SequenceModelpublic RuleSetModel getRuleSetModel()
RuleSetModelpublic void setRuleSetModel(RuleSetModel value)
value - allowed object is
RuleSetModelpublic RegressionModel getRegressionModel()
RegressionModelpublic void setRegressionModel(RegressionModel value)
value - allowed object is
RegressionModelpublic NeuralNetwork getNeuralNetwork()
NeuralNetworkpublic void setNeuralNetwork(NeuralNetwork value)
value - allowed object is
NeuralNetworkpublic NearestNeighborModel getNearestNeighborModel()
NearestNeighborModelpublic void setNearestNeighborModel(NearestNeighborModel value)
value - allowed object is
NearestNeighborModelpublic NaiveBayesModel getNaiveBayesModel()
NaiveBayesModelpublic void setNaiveBayesModel(NaiveBayesModel value)
value - allowed object is
NaiveBayesModelpublic MiningModel getMiningModel()
MiningModelpublic void setMiningModel(MiningModel value)
value - allowed object is
MiningModelpublic GeneralRegressionModel getGeneralRegressionModel()
GeneralRegressionModelpublic void setGeneralRegressionModel(GeneralRegressionModel value)
value - allowed object is
GeneralRegressionModelpublic ClusteringModel getClusteringModel()
ClusteringModelpublic void setClusteringModel(ClusteringModel value)
value - allowed object is
ClusteringModelpublic BaselineModel getBaselineModel()
BaselineModelpublic void setBaselineModel(BaselineModel value)
value - allowed object is
BaselineModelpublic AssociationModel getAssociationModel()
AssociationModelpublic void setAssociationModel(AssociationModel value)
value - allowed object is
AssociationModelpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic double getWeight()
Doublepublic void setWeight(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||