|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Impute.ImputationMethod | |
---|---|
org.ujmp.core.doublematrix.calculation.general.missingvalues | |
org.ujmp.core.matrix |
Uses of Impute.ImputationMethod in org.ujmp.core.doublematrix.calculation.general.missingvalues |
---|
Methods in org.ujmp.core.doublematrix.calculation.general.missingvalues that return Impute.ImputationMethod | |
---|---|
static Impute.ImputationMethod |
Impute.ImputationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Impute.ImputationMethod[] |
Impute.ImputationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.ujmp.core.doublematrix.calculation.general.missingvalues with parameters of type Impute.ImputationMethod | |
---|---|
Matrix |
MissingValueDoubleCalculations.impute(Calculation.Ret returnType,
Impute.ImputationMethod method,
Object... parameters)
Replaces missing values with various methods |
Constructors in org.ujmp.core.doublematrix.calculation.general.missingvalues with parameters of type Impute.ImputationMethod | |
---|---|
Impute(Matrix matrix,
Impute.ImputationMethod method,
Object... parameters)
|
|
ImputeLS(Matrix matrix,
Impute.ImputationMethod method)
|
Uses of Impute.ImputationMethod in org.ujmp.core.matrix |
---|
Methods in org.ujmp.core.matrix with parameters of type Impute.ImputationMethod | |
---|---|
Matrix |
AbstractMatrix.impute(Calculation.Ret returnType,
Impute.ImputationMethod method,
Object... parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |