public class OutputField 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"/> <sequence minOccurs="0"> <element ref="{http://www.dmg.org/PMML-4_2}Decisions" minOccurs="0"/> <group ref="{http://www.dmg.org/PMML-4_2}EXPRESSION"/> </sequence> </sequence> <attribute name="name" use="required" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" /> <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="optype" type="{http://www.dmg.org/PMML-4_2}OPTYPE" /> <attribute name="dataType" type="{http://www.dmg.org/PMML-4_2}DATATYPE" /> <attribute name="targetField" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" /> <attribute name="feature" type="{http://www.dmg.org/PMML-4_2}RESULT-FEATURE" default="predictedValue" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ruleFeature" type="{http://www.dmg.org/PMML-4_2}RULE-FEATURE" default="consequent" /> <attribute name="algorithm" default="exclusiveRecommendation"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="recommendation"/> <enumeration value="exclusiveRecommendation"/> <enumeration value="ruleAssociation"/> </restriction> </simpleType> </attribute> <attribute name="rank" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" default="1" /> <attribute name="rankBasis" default="confidence"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="confidence"/> <enumeration value="support"/> <enumeration value="lift"/> <enumeration value="leverage"/> <enumeration value="affinity"/> </restriction> </simpleType> </attribute> <attribute name="rankOrder" default="descending"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="descending"/> <enumeration value="ascending"/> </restriction> </simpleType> </attribute> <attribute name="isMultiValued" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="0" /> <attribute name="segmentId" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Aggregate |
aggregate |
protected String |
algorithm |
protected Apply |
apply |
protected Constant |
constant |
protected DATATYPE |
dataType |
protected Decisions |
decisions |
protected Discretize |
discretize |
protected String |
displayName |
protected List<Extension> |
extensions |
protected RESULTFEATURE |
feature |
protected FieldRef |
fieldRef |
protected String |
isMultiValued |
protected MapValues |
mapValues |
protected String |
name |
protected NormContinuous |
normContinuous |
protected NormDiscrete |
normDiscrete |
protected OPTYPE |
optype |
protected BigInteger |
rank |
protected String |
rankBasis |
protected String |
rankOrder |
protected RULEFEATURE |
ruleFeature |
protected String |
segmentId |
protected String |
targetField |
protected TextIndex |
textIndex |
protected String |
value |
Constructor and Description |
---|
OutputField() |
Modifier and Type | Method and Description |
---|---|
Aggregate |
getAggregate()
Gets the value of the aggregate property.
|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
Apply |
getApply()
Gets the value of the apply property.
|
Constant |
getConstant()
Gets the value of the constant property.
|
DATATYPE |
getDataType()
Gets the value of the dataType property.
|
Decisions |
getDecisions()
Gets the value of the decisions property.
|
Discretize |
getDiscretize()
Gets the value of the discretize property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
RESULTFEATURE |
getFeature()
Gets the value of the feature property.
|
FieldRef |
getFieldRef()
Gets the value of the fieldRef property.
|
String |
getIsMultiValued()
Gets the value of the isMultiValued property.
|
MapValues |
getMapValues()
Gets the value of the mapValues property.
|
String |
getName()
Gets the value of the name property.
|
NormContinuous |
getNormContinuous()
Gets the value of the normContinuous property.
|
NormDiscrete |
getNormDiscrete()
Gets the value of the normDiscrete property.
|
OPTYPE |
getOptype()
Gets the value of the optype property.
|
BigInteger |
getRank()
Gets the value of the rank property.
|
String |
getRankBasis()
Gets the value of the rankBasis property.
|
String |
getRankOrder()
Gets the value of the rankOrder property.
|
RULEFEATURE |
getRuleFeature()
Gets the value of the ruleFeature property.
|
String |
getSegmentId()
Gets the value of the segmentId property.
|
String |
getTargetField()
Gets the value of the targetField property.
|
TextIndex |
getTextIndex()
Gets the value of the textIndex property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAggregate(Aggregate value)
Sets the value of the aggregate property.
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
void |
setApply(Apply value)
Sets the value of the apply property.
|
void |
setConstant(Constant value)
Sets the value of the constant property.
|
void |
setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
setDecisions(Decisions value)
Sets the value of the decisions property.
|
void |
setDiscretize(Discretize value)
Sets the value of the discretize property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setFeature(RESULTFEATURE value)
Sets the value of the feature property.
|
void |
setFieldRef(FieldRef value)
Sets the value of the fieldRef property.
|
void |
setIsMultiValued(String value)
Sets the value of the isMultiValued property.
|
void |
setMapValues(MapValues value)
Sets the value of the mapValues property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNormContinuous(NormContinuous value)
Sets the value of the normContinuous property.
|
void |
setNormDiscrete(NormDiscrete value)
Sets the value of the normDiscrete property.
|
void |
setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
setRank(BigInteger value)
Sets the value of the rank property.
|
void |
setRankBasis(String value)
Sets the value of the rankBasis property.
|
void |
setRankOrder(String value)
Sets the value of the rankOrder property.
|
void |
setRuleFeature(RULEFEATURE value)
Sets the value of the ruleFeature property.
|
void |
setSegmentId(String value)
Sets the value of the segmentId property.
|
void |
setTargetField(String value)
Sets the value of the targetField property.
|
void |
setTextIndex(TextIndex value)
Sets the value of the textIndex property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected Decisions decisions
protected Aggregate aggregate
protected Apply apply
protected TextIndex textIndex
protected MapValues mapValues
protected Discretize discretize
protected NormDiscrete normDiscrete
protected NormContinuous normContinuous
protected FieldRef fieldRef
protected Constant constant
protected String name
protected String displayName
protected OPTYPE optype
protected DATATYPE dataType
protected String targetField
protected RESULTFEATURE feature
protected String value
protected RULEFEATURE ruleFeature
protected String algorithm
protected BigInteger rank
protected String rankBasis
protected String rankOrder
protected String isMultiValued
protected String segmentId
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 Decisions getDecisions()
Decisions
public void setDecisions(Decisions value)
value
- allowed object is
Decisions
public Aggregate getAggregate()
Aggregate
public void setAggregate(Aggregate value)
value
- allowed object is
Aggregate
public Apply getApply()
Apply
public void setApply(Apply value)
value
- allowed object is
Apply
public TextIndex getTextIndex()
TextIndex
public void setTextIndex(TextIndex value)
value
- allowed object is
TextIndex
public MapValues getMapValues()
MapValues
public void setMapValues(MapValues value)
value
- allowed object is
MapValues
public Discretize getDiscretize()
Discretize
public void setDiscretize(Discretize value)
value
- allowed object is
Discretize
public NormDiscrete getNormDiscrete()
NormDiscrete
public void setNormDiscrete(NormDiscrete value)
value
- allowed object is
NormDiscrete
public NormContinuous getNormContinuous()
NormContinuous
public void setNormContinuous(NormContinuous value)
value
- allowed object is
NormContinuous
public FieldRef getFieldRef()
FieldRef
public void setFieldRef(FieldRef value)
value
- allowed object is
FieldRef
public Constant getConstant()
Constant
public void setConstant(Constant value)
value
- allowed object is
Constant
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public OPTYPE getOptype()
OPTYPE
public void setOptype(OPTYPE value)
value
- allowed object is
OPTYPE
public DATATYPE getDataType()
DATATYPE
public void setDataType(DATATYPE value)
value
- allowed object is
DATATYPE
public String getTargetField()
String
public void setTargetField(String value)
value
- allowed object is
String
public RESULTFEATURE getFeature()
RESULTFEATURE
public void setFeature(RESULTFEATURE value)
value
- allowed object is
RESULTFEATURE
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public RULEFEATURE getRuleFeature()
RULEFEATURE
public void setRuleFeature(RULEFEATURE value)
value
- allowed object is
RULEFEATURE
public String getAlgorithm()
String
public void setAlgorithm(String value)
value
- allowed object is
String
public BigInteger getRank()
BigInteger
public void setRank(BigInteger value)
value
- allowed object is
BigInteger
public String getRankBasis()
String
public void setRankBasis(String value)
value
- allowed object is
String
public String getRankOrder()
String
public void setRankOrder(String value)
value
- allowed object is
String
public String getIsMultiValued()
String
public void setIsMultiValued(String value)
value
- allowed object is
String
public String getSegmentId()
String
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.