Uses of Interface
org.ojalgo.structure.Transformation2D
Packages that use Transformation2D
Package
Description
-
Uses of Transformation2D in org.ojalgo.array
Methods in org.ojalgo.array with parameters of type Transformation2D -
Uses of Transformation2D in org.ojalgo.data
Fields in org.ojalgo.data declared as Transformation2DModifier and TypeFieldDescriptionstatic final Transformation2D
<Double> DataProcessors.CENTER
Variables (columns) centered so that their average will be 0.0static final Transformation2D
<Double> DataProcessors.CENTER_AND_SCALE
Variables (columns) will be transformed to be [-1.0,1.0].static final Transformation2D
<Double> DataProcessors.SCALE
Variables (columns) scaled to be within [-1.0,1.0] (divide by largest magnitude regardless of sign).static final Transformation2D
<Double> DataProcessors.STANDARD_SCORE
Will normalise each variable (columns) - replace each value with its standard score.Methods in org.ojalgo.data that return Transformation2DModifier and TypeMethodDescriptionstatic Transformation2D
<Double> DataProcessors.newColumnsTransformer
(Function<SampleSet, UnaryFunction<Double>> definition) Creates aTransformation2D
that will apply aUnaryFunction
to each column.static Transformation2D
<Double> DataProcessors.newRowsTransformer
(Function<SampleSet, UnaryFunction<Double>> definition) -
Uses of Transformation2D in org.ojalgo.data.image
Methods in org.ojalgo.data.image that return Transformation2DModifier and TypeMethodDescriptionstatic 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 Transformation2DModifier and TypeMethodDescriptionvoid
DenseMutator2D.modifyAny
(Transformation2D<N> modifier) BasicMatrix.onAny
(Transformation2D<N> operator) -
Uses of Transformation2D in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as Transformation2DModifier and TypeFieldDescriptionprivate final Transformation2D
<N> MatrixPipeline.Transformer.myTransformer
Methods in org.ojalgo.matrix.store with parameters of type Transformation2DModifier and TypeMethodDescriptiondefault void
PhysicalStore.modifyAny
(Transformation2D<N> modifier) void
R032Store.modifyAny
(Transformation2D<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 Transformation2DModifierConstructorDescription(package private)
Transformer
(ElementsSupplier<N> context, Transformation2D<N> operator) -
Uses of Transformation2D in org.ojalgo.scalar
Classes in org.ojalgo.scalar that implement Transformation2DModifier and TypeClassDescriptionfinal class
ComplexNumber is an immutable complex number class.final class
-
Uses of Transformation2D in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type Transformation2DModifier and TypeMethodDescriptionvoid
Mutate2D.ModifiableReceiver.modifyAny
(Transformation2D<N> modifier) Operate2D.onAny
(Transformation2D<N> operator)