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 double
LAMBDA
static java.lang.String
TAG_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 int
compareTo(ParameterRegressionMethod o)
void
copy(ParameterPLSBoxCox orig)
protected void
decodeProperties2Parameter()
Decodes the properties to the needed variables.boolean
equals(java.lang.Object obj)
static java.util.List<java.lang.String>
getHeader()
double
getLambda()
void
setLambda(double lambda)
java.lang.String
toString()
-
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:
equals
in classParameterPLS
-
getLambda
public double getLambda()
-
setLambda
public void setLambda(double lambda)
-
compareTo
public int compareTo(ParameterRegressionMethod o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ParameterRegressionMethod>
- Overrides:
compareTo
in classParameterPLS
-
decodeProperties2Parameter
protected void decodeProperties2Parameter()
Description copied from class:ParameterRegressionMethod
Decodes the properties to the needed variables.- Overrides:
decodeProperties2Parameter
in classParameterPLS
-
toString
public java.lang.String toString()
- Overrides:
toString
in classParameterPLS
-
getHeader
public static java.util.List<java.lang.String> getHeader()
-
-