Class ParameterPLSBoxCox
- java.lang.Object
-
- com.actelion.research.calc.regression.ParameterRegressionMethod
-
- com.actelion.research.calc.regression.linear.pls.ParameterPLS
-
- com.actelion.research.calc.regression.linear.pls.boxcox.ParameterPLSBoxCox
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ParameterRegressionMethod>
public class ParameterPLSBoxCox extends ParameterPLS
ParameterPLSBoxCoxModest v. Korff
Created by korffmo1 on 06.12.18.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static doubleLAMBDAstatic java.lang.StringTAG_LAMBDA-
Fields inherited from class com.actelion.research.calc.regression.linear.pls.ParameterPLS
CENTER_DATA, factors, FACTORS, TAG_FACTORS
-
Fields inherited from class com.actelion.research.calc.regression.ParameterRegressionMethod
properties, TAG_NAME, TAG_STRING
-
-
Constructor Summary
Constructors Constructor Description ParameterPLSBoxCox()ParameterPLSBoxCox(int factors)ParameterPLSBoxCox(ParameterPLSBoxCox orig)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ParameterRegressionMethod o)voidcopy(ParameterPLSBoxCox orig)protected voiddecodeProperties2Parameter()Decodes the properties to the needed variables.booleanequals(java.lang.Object obj)static java.util.List<java.lang.String>getHeader()doublegetLambda()voidsetLambda(double lambda)java.lang.StringtoString()-
Methods inherited from class com.actelion.research.calc.regression.linear.pls.ParameterPLS
copy, getFactors, isCenterData, main, read, setCenterData, setFactors, write
-
Methods inherited from class com.actelion.research.calc.regression.ParameterRegressionMethod
copy, getName, getProperties, read, setName, write2String
-
-
-
-
Field Detail
-
LAMBDA
public static final double LAMBDA
- See Also:
- Constant Field Values
-
TAG_LAMBDA
public static final java.lang.String TAG_LAMBDA
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParameterPLSBoxCox
public ParameterPLSBoxCox()
-
ParameterPLSBoxCox
public ParameterPLSBoxCox(int factors)
-
ParameterPLSBoxCox
public ParameterPLSBoxCox(ParameterPLSBoxCox orig)
-
-
Method Detail
-
copy
public void copy(ParameterPLSBoxCox orig)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classParameterPLS
-
getLambda
public double getLambda()
-
setLambda
public void setLambda(double lambda)
-
compareTo
public int compareTo(ParameterRegressionMethod o)
- Specified by:
compareToin interfacejava.lang.Comparable<ParameterRegressionMethod>- Overrides:
compareToin classParameterPLS
-
decodeProperties2Parameter
protected void decodeProperties2Parameter()
Description copied from class:ParameterRegressionMethodDecodes the properties to the needed variables.- Overrides:
decodeProperties2Parameterin classParameterPLS
-
toString
public java.lang.String toString()
- Overrides:
toStringin classParameterPLS
-
getHeader
public static java.util.List<java.lang.String> getHeader()
-
-