Uses of Interface
org.ujmp.core.calculation.Calculation
-
-
Uses of Calculation in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement Calculation Modifier and Type Class Description class
PairedTTest
-
Uses of Calculation in org.ujmp.core.bigdecimalmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.bigdecimalmatrix.calculation Modifier and Type Interface Description interface
BigDecimalCalculation
Classes in org.ujmp.core.bigdecimalmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractBigDecimalCalculation
class
ToBigDecimalMatrix
-
Uses of Calculation in org.ujmp.core.bigintegermatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.bigintegermatrix.calculation Modifier and Type Interface Description interface
BigIntegerCalculation
Classes in org.ujmp.core.bigintegermatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractBigIntegerCalculation
class
Fibonacci
class
ToBigIntegerMatrix
-
Uses of Calculation in org.ujmp.core.booleanmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.booleanmatrix.calculation Modifier and Type Interface Description interface
BooleanCalculation
Classes in org.ujmp.core.booleanmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractBooleanCalculation
class
And
class
Eq
class
Ge
class
Gt
class
Le
class
Lt
class
Ne
class
Not
class
Or
class
ToBooleanMatrix
class
Xor
-
Uses of Calculation in org.ujmp.core.bytematrix.calculation
Subinterfaces of Calculation in org.ujmp.core.bytematrix.calculation Modifier and Type Interface Description interface
ByteCalculation
Classes in org.ujmp.core.bytematrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractByteCalculation
class
ToByteMatrix
-
Uses of Calculation in org.ujmp.core.calculation
Subinterfaces of Calculation in org.ujmp.core.calculation Modifier and Type Interface Description interface
MultiThreadedCalculation
interface
ReversableCalculation
Classes in org.ujmp.core.calculation that implement Calculation Modifier and Type Class Description class
AbstractCalculation
Methods in org.ujmp.core.calculation that return Calculation Modifier and Type Method Description Calculation
CanIgnoreMissingValues. ignoreMissingValues(boolean isIgnoreMissingValues)
Calculation
CanUseMultipleThreads. useThreads(int threadCount)
-
Uses of Calculation in org.ujmp.core.charmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.charmatrix.calculation Modifier and Type Interface Description interface
CharCalculation
Classes in org.ujmp.core.charmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractCharCalculation
class
ToCharMatrix
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation
Subinterfaces of Calculation in org.ujmp.core.doublematrix.calculation Modifier and Type Interface Description interface
DoubleCalculation
Classes in org.ujmp.core.doublematrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractDoubleCalculation
class
ToDoubleMatrix
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation.basic
Classes in org.ujmp.core.doublematrix.calculation.basic that implement Calculation 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 Calculation in org.ujmp.core.doublematrix.calculation.entrywise.basic
Classes in org.ujmp.core.doublematrix.calculation.entrywise.basic that implement Calculation Modifier and Type Class Description class
Abs
class
Exp
class
Log
class
Log10
class
Log2
class
Power
class
Sign
class
Sqrt
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation.entrywise.creators
Classes in org.ujmp.core.doublematrix.calculation.entrywise.creators that implement Calculation Modifier and Type Class Description class
Eye
class
NaNs
class
Ones
class
Pascal
class
Rand
class
Randn
class
Range
class
Zeros
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic
Classes in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic that implement Calculation Modifier and Type Class Description class
Cosh
class
Sinh
class
Tanh
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation.entrywise.misc
Classes in org.ujmp.core.doublematrix.calculation.entrywise.misc that implement Calculation Modifier and Type Class Description class
GrayScale
class
LogisticFunction
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation.entrywise.rounding
Classes in org.ujmp.core.doublematrix.calculation.entrywise.rounding that implement Calculation Modifier and Type Class Description class
Ceil
class
Floor
class
Round
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric
Classes in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric that implement Calculation Modifier and Type Class Description class
Cos
class
Sin
class
Tan
-
Uses of Calculation in org.ujmp.core.doublematrix.calculation.general.decomposition
Classes in org.ujmp.core.doublematrix.calculation.general.decomposition that implement Calculation 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 Calculation in org.ujmp.core.doublematrix.calculation.general.misc
Classes in org.ujmp.core.doublematrix.calculation.general.misc that implement Calculation 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 Calculation in org.ujmp.core.doublematrix.calculation.general.missingvalues
Classes in org.ujmp.core.doublematrix.calculation.general.missingvalues that implement Calculation 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 Calculation in org.ujmp.core.doublematrix.calculation.general.statistical
Classes in org.ujmp.core.doublematrix.calculation.general.statistical that implement Calculation 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 Calculation in org.ujmp.core.floatmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.floatmatrix.calculation Modifier and Type Interface Description interface
FloatCalculation
Classes in org.ujmp.core.floatmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractFloatCalculation
class
ToFloatMatrix
-
Uses of Calculation in org.ujmp.core.intmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.intmatrix.calculation Modifier and Type Interface Description interface
IntCalculation
Classes in org.ujmp.core.intmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractIntCalculation
class
Discretize
class
DiscretizeDictionary
class
DiscretizeStandardBinning
class
Magic
Creates a magic square matrix.class
ToIntMatrix
class
ValueToColumn
-
Uses of Calculation in org.ujmp.core.longmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.longmatrix.calculation Modifier and Type Interface Description interface
LongCalculation
Classes in org.ujmp.core.longmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractLongCalculation
class
DocTerm
class
ToLongMatrix
-
Uses of Calculation in org.ujmp.core.objectmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.objectmatrix.calculation Modifier and Type Interface Description interface
ObjectCalculation
Classes in org.ujmp.core.objectmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractObjectCalculation
class
Bootstrap
class
Concatenation
class
Deletion
class
Diag
class
ExtractAnnotation
class
Fill
class
Flipdim
class
IncludeAnnotation
class
Join
class
Replace
class
Repmat
class
Reshape
class
Selection
class
SetContent
class
Shuffle
class
Sortrows
Sorts the rows of a matrixclass
Squeeze
class
SubMatrix
class
Swap
class
ToObjectMatrix
class
Transpose
class
Tril
class
Triu
class
Unique
class
UniqueValueCount
-
Uses of Calculation in org.ujmp.core.shortmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.shortmatrix.calculation Modifier and Type Interface Description interface
ShortCalculation
Classes in org.ujmp.core.shortmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractShortCalculation
class
ToShortMatrix
-
Uses of Calculation in org.ujmp.core.stringmatrix.calculation
Subinterfaces of Calculation in org.ujmp.core.stringmatrix.calculation Modifier and Type Interface Description interface
StringCalculation
Classes in org.ujmp.core.stringmatrix.calculation that implement Calculation Modifier and Type Class Description class
AbstractStringCalculation
class
ConvertEncoding
class
LowerCase
class
RemovePunctuation
class
RemoveWords
class
ReplaceRegex
class
Stem
class
ToStringMatrix
class
Translate
class
UpperCase
-