Uses of Class
org.ujmp.core.doublematrix.calculation.general.missingvalues.Impute.ImputationMethod
-
Packages that use Impute.ImputationMethod Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.missingvalues -
-
Uses of Impute.ImputationMethod in org.ujmp.core
Methods in org.ujmp.core with parameters of type Impute.ImputationMethod Modifier and Type Method Description Matrix
AbstractMatrix. impute(Calculation.Ret returnType, Impute.ImputationMethod method, java.lang.Object... parameters)
-
Uses of Impute.ImputationMethod in org.ujmp.core.doublematrix.calculation.general.missingvalues
Fields in org.ujmp.core.doublematrix.calculation.general.missingvalues declared as Impute.ImputationMethod Modifier and Type Field Description private Impute.ImputationMethod
Impute. method
private Impute.ImputationMethod
ImputeLS. method
Methods in org.ujmp.core.doublematrix.calculation.general.missingvalues that return Impute.ImputationMethod Modifier and Type Method Description static Impute.ImputationMethod
Impute.ImputationMethod. valueOf(java.lang.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 Modifier and Type Method Description Matrix
MissingValueDoubleCalculations. impute(Calculation.Ret returnType, Impute.ImputationMethod method, java.lang.Object... parameters)
Replaces missing values with various methodsConstructors in org.ujmp.core.doublematrix.calculation.general.missingvalues with parameters of type Impute.ImputationMethod Constructor Description Impute(Matrix matrix, Impute.ImputationMethod method, java.lang.Object... parameters)
ImputeLS(Matrix matrix, Impute.ImputationMethod method)
-