|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.pmml.model.NamedTypeWithDisplayName
org.android.activityminer.pmml.model.output.OutputField
public class OutputField
The output field representation (without extensions and decision)
| Field Summary | |
|---|---|
private AlgorithmType |
algorithm
The attribute algorithm specifies which scoring algorithm to use when computing the output value. |
private DataType |
dataType
The dataType of an OutputField element specifies the default column type. |
private ResultFeatureType |
feature
The attribute feature specifies the value the output field takes from the computed mining result. |
private boolean |
isMultiValued
Deprecated. |
private OpTypes |
optype
The opType can be used to indicate admissible operations on the values. |
private int |
rank
The attribute rank is used to specify the rank of the feature value from the mining result that should be selected. |
private RankBasisType |
rankBasis
The attribute rankBasis applies only to Association Rules and is used to specify which criterion is used to sort the output result. |
private RankOrder |
rankOrder
The attribute rankOrder determines the sorting order when ranking the results. |
private RuleFeatureType |
ruleFeature
Deprecated. |
private String |
segmentId
The attribute segmentId is applicable to MiningModels which utilize Segmentation. |
private String |
targetField
If present, the attribute targetField must refer either to a MiningField of usage type target. |
private String |
value
The attribute value is used in conjunction with result features referring to specific values. |
| Constructor Summary | |
|---|---|
OutputField()
|
|
| Method Summary | |
|---|---|
AlgorithmType |
getAlgorithm()
Getter for the algorithm |
DataType |
getDataType()
Getter for the dataType |
String |
getDataTypeValue()
Getter for the dataType string value |
ResultFeatureType |
getFeature()
Getter for the feature |
String |
getIsMultiValuedValue()
Getter for the isMultiValued |
OpTypes |
getOptype()
Getter for the optype |
int |
getRank()
Getter for the rank |
RankBasisType |
getRankBasis()
Getter for the rankBasis |
RankOrder |
getRankOrder()
Getter for the rankOrder |
RuleFeatureType |
getRuleFeature()
Getter for the ruleFeature |
String |
getSegmentId()
Getter for the segmentId |
String |
getTargetField()
Getter for the targetField |
String |
getValue()
Getter for the value |
boolean |
isMultiValued()
Getter for the isMultiValued |
void |
setAlgorithm(AlgorithmType algorithm)
Setter for the algorithm |
void |
setDataType(DataType dataType)
Setter for the dataType |
void |
setDataTypeValue(String dataType)
Setter for the dataType string value |
void |
setFeature(ResultFeatureType feature)
Setter for the feature |
void |
setIsMultiValuedValue(String isMultiValued)
Setter for the isMultiValued |
void |
setMultiValued(boolean isMultiValued)
Setter for the isMultiValued |
void |
setOptype(OpTypes optype)
Setter for the optype |
void |
setRank(int rank)
Setter for the rank |
void |
setRankBasis(RankBasisType rankBasis)
Setter for the rankBasis |
void |
setRankOrder(RankOrder rankOrder)
Setter for the rankOrder |
void |
setRuleFeature(RuleFeatureType ruleFeature)
Setter for the ruleFeature |
void |
setSegmentId(String segmentId)
Setter for the segmentId |
void |
setTargetField(String targetField)
Setter for the targetField |
void |
setValue(String value)
Setter for the value |
| Methods inherited from class org.android.activityminer.pmml.model.NamedTypeWithDisplayName |
|---|
getDisplayName, getName, setDisplayName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private OpTypes optype
private DataType dataType
private String targetField
private ResultFeatureType feature
private String value
@Deprecated private RuleFeatureType ruleFeature
private AlgorithmType algorithm
private int rank
private RankBasisType rankBasis
private RankOrder rankOrder
@Deprecated private boolean isMultiValued
private String segmentId
| Constructor Detail |
|---|
public OutputField()
| Method Detail |
|---|
public void setOptype(OpTypes optype)
optype - the optype to setpublic OpTypes getOptype()
public void setDataTypeValue(String dataType)
dataType - the dataType to setpublic String getDataTypeValue()
public void setDataType(DataType dataType)
dataType - the dataType to setpublic DataType getDataType()
public void setTargetField(String targetField)
targetField - the targetField to setpublic String getTargetField()
public ResultFeatureType getFeature()
public String getValue()
public RuleFeatureType getRuleFeature()
public AlgorithmType getAlgorithm()
public void setFeature(ResultFeatureType feature)
feature - the feature to setpublic void setValue(String value)
value - the value to setpublic void setRuleFeature(RuleFeatureType ruleFeature)
ruleFeature - the ruleFeature to setpublic void setAlgorithm(AlgorithmType algorithm)
algorithm - the algorithm to setpublic int getRank()
public RankBasisType getRankBasis()
public RankOrder getRankOrder()
public void setRank(int rank)
rank - the rank to setpublic void setRankBasis(RankBasisType rankBasis)
rankBasis - the rankBasis to setpublic void setRankOrder(RankOrder rankOrder)
rankOrder - the rankOrder to setpublic void setMultiValued(boolean isMultiValued)
isMultiValued - the isMultiValued to setpublic boolean isMultiValued()
public void setIsMultiValuedValue(String isMultiValued)
isMultiValued - the isMultiValued to setpublic String getIsMultiValuedValue()
public String getSegmentId()
public void setSegmentId(String segmentId)
segmentId - the segmentId to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||