Class RegTargetBit
- java.lang.Object
-
- org.kie.pmml.pmml_4_2.model.regression.RegTargetBit
-
public class RegTargetBit extends Object
-
-
Constructor Summary
Constructors Constructor Description RegTargetBit()RegTargetBit(String context, int index)RegTargetBit(String context, String target, String value, Double weight, boolean normalized, boolean cumulative, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetContext()intgetIndex()StringgetTarget()StringgetValue()DoublegetWeight()inthashCode()booleanisCumulative()booleanisNormalized()voidsetContext(String context)voidsetCumulative(boolean cumulative)voidsetIndex(int index)voidsetNormalized(boolean normalized)voidsetTarget(String target)voidsetValue(String value)voidsetWeight(Double weight)StringtoString()
-
-
-
Method Detail
-
getContext
public String getContext()
-
setContext
public void setContext(String context)
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getWeight
public Double getWeight()
-
setWeight
public void setWeight(Double weight)
-
isNormalized
public boolean isNormalized()
-
setNormalized
public void setNormalized(boolean normalized)
-
isCumulative
public boolean isCumulative()
-
setCumulative
public void setCumulative(boolean cumulative)
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
-