Uses of Interface
org.ujmp.core.doublematrix.calculation.DoubleCalculation
-
-
Uses of DoubleCalculation in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement DoubleCalculation Modifier and Type Class Description class
PairedTTest
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation
Classes in org.ujmp.core.doublematrix.calculation that implement DoubleCalculation Modifier and Type Class Description class
AbstractDoubleCalculation
class
ToDoubleMatrix
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.basic
Classes in org.ujmp.core.doublematrix.calculation.basic that implement DoubleCalculation Modifier and Type Class Description class
Atimes
class
DivideMatrix
class
DivideScalar
class
MinusMatrix
class
MinusScalar
class
Mtimes
class
PlusMatrix
class
PlusScalar
class
TimesMatrix
class
TimesScalar
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.entrywise.basic
Classes in org.ujmp.core.doublematrix.calculation.entrywise.basic that implement DoubleCalculation Modifier and Type Class Description class
Abs
class
Exp
class
Log
class
Log10
class
Log2
class
Power
class
Sign
class
Sqrt
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.entrywise.creators
Classes in org.ujmp.core.doublematrix.calculation.entrywise.creators that implement DoubleCalculation Modifier and Type Class Description class
Eye
class
NaNs
class
Ones
class
Rand
class
Randn
class
Range
class
Zeros
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic
Classes in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic that implement DoubleCalculation Modifier and Type Class Description class
Cosh
class
Sinh
class
Tanh
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.entrywise.misc
Classes in org.ujmp.core.doublematrix.calculation.entrywise.misc that implement DoubleCalculation Modifier and Type Class Description class
GrayScale
class
LogisticFunction
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.entrywise.rounding
Classes in org.ujmp.core.doublematrix.calculation.entrywise.rounding that implement DoubleCalculation Modifier and Type Class Description class
Ceil
class
Floor
class
Round
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric
Classes in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric that implement DoubleCalculation Modifier and Type Class Description class
Cos
class
Sin
class
Tan
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.general.decomposition
Classes in org.ujmp.core.doublematrix.calculation.general.decomposition that implement DoubleCalculation Modifier and Type Class Description class
Ginv
This class implements some matrix operations that I need for other things I'm doing.class
Pinv
class
Princomp
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.general.misc
Classes in org.ujmp.core.doublematrix.calculation.general.misc that implement DoubleCalculation Modifier and Type Class Description class
Center
class
CosineSimilarity
class
DiscretizeToColumns
class
FadeIn
class
FadeOut
class
MinkowskiDistance
class
Normalize
class
Standardize
class
TfIdf
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.general.missingvalues
Classes in org.ujmp.core.doublematrix.calculation.general.missingvalues that implement DoubleCalculation Modifier and Type Class Description class
AddMissing
class
CountMissing
class
Impute
class
ImputeBPCA
class
ImputeEM
class
ImputeKNN
class
ImputeLS
class
ImputeMean
class
ImputeRegression
class
ImputeZero
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.calculation.general.statistical
Classes in org.ujmp.core.doublematrix.calculation.general.statistical that implement DoubleCalculation Modifier and Type Class Description class
Corrcoef
class
Cov
class
Cumprod
class
Cumsum
class
Diff
class
IndexOfMax
class
IndexOfMin
class
Max
class
Mean
class
Min
class
MutualInformation
class
Prod
class
Std
class
Sum
class
Var
-
Uses of DoubleCalculation in org.ujmp.core.doublematrix.impl
Fields in org.ujmp.core.doublematrix.impl declared as DoubleCalculation Modifier and Type Field Description private DoubleCalculation
DoubleCalculationMatrix. calculation
Constructors in org.ujmp.core.doublematrix.impl with parameters of type DoubleCalculation Constructor Description DoubleCalculationMatrix(DoubleCalculation calculation)
-