Uses of Interface
org.ojalgo.structure.Transformation2D
-
Packages that use Transformation2D Package Description org.ojalgo.array org.ojalgo.data org.ojalgo.data.image org.ojalgo.matrix org.ojalgo.matrix.store org.ojalgo.scalar org.ojalgo.structure -
-
Uses of Transformation2D in org.ojalgo.array
Methods in org.ojalgo.array with parameters of type Transformation2D Modifier and Type Method Description void
Array2D. modifyAny(Transformation2D<N> modifier)
-
Uses of Transformation2D in org.ojalgo.data
Fields in org.ojalgo.data declared as Transformation2D Modifier and Type Field Description static Transformation2D<java.lang.Double>
DataProcessors. CENTER
Variables (columns) centered so that their average will be 0.0static Transformation2D<java.lang.Double>
DataProcessors. CENTER_AND_SCALE
Variables (columns) will be transformed to be [-1.0,1.0].static Transformation2D<java.lang.Double>
DataProcessors. SCALE
Variables (columns) scaled to be within [-1.0,1.0] (divide by largest magnitude regardless of sign).static Transformation2D<java.lang.Double>
DataProcessors. STANDARD_SCORE
Will normalise each variable (columns) - replace each value with its standard score.Methods in org.ojalgo.data that return Transformation2D Modifier and Type Method Description static Transformation2D<java.lang.Double>
DataProcessors. newColumnsTransformer(java.util.function.Function<SampleSet,UnaryFunction<java.lang.Double>> definition)
Creates aTransformation2D
that will apply aUnaryFunction
to each column.static Transformation2D<java.lang.Double>
DataProcessors. newRowsTransformer(java.util.function.Function<SampleSet,UnaryFunction<java.lang.Double>> definition)
-
Uses of Transformation2D in org.ojalgo.data.image
Methods in org.ojalgo.data.image that return Transformation2D Modifier and Type Method Description static Transformation2D<ComplexNumber>
ImageData. newTransformation(ImageData.FrequencyDomainUpdater updater)
Creates a new transformation that can be used to transform a matrix of complex numbers in the frequency domain. -
Uses of Transformation2D in org.ojalgo.matrix
Methods in org.ojalgo.matrix with parameters of type Transformation2D Modifier and Type Method Description void
DenseMutator2D. modifyAny(Transformation2D<N> modifier)
M
BasicMatrix. onAny(Transformation2D<N> operator)
-
Uses of Transformation2D in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as Transformation2D Modifier and Type Field Description private Transformation2D<N>
MatrixPipeline.Transformer. myTransformer
Methods in org.ojalgo.matrix.store with parameters of type Transformation2D Modifier and Type Method Description default void
PhysicalStore. modifyAny(Transformation2D<N> modifier)
void
R032Store. modifyAny(Transformation2D<java.lang.Double> modifier)
void
Subregion2D.SynchronizedRegion. modifyAny(Transformation2D<N> modifier)
default void
TransformableRegion. modifyAny(Transformation2D<N> modifier)
default ElementsSupplier<N>
ElementsSupplier. onAny(Transformation2D<N> operator)
Constructors in org.ojalgo.matrix.store with parameters of type Transformation2D Constructor Description Transformer(ElementsSupplier<N> context, Transformation2D<N> operator)
-
Uses of Transformation2D in org.ojalgo.scalar
Classes in org.ojalgo.scalar that implement Transformation2D Modifier and Type Class Description class
ComplexNumber
ComplexNumber is an immutable complex number class.class
Quaternion
-
Uses of Transformation2D in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type Transformation2D Modifier and Type Method Description void
Mutate2D.ModifiableReceiver. modifyAny(Transformation2D<N> modifier)
P
Operate2D. onAny(Transformation2D<N> operator)
-