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.CENTERVariables (columns) centered so that their average will be 0.0static final Transformation2D<Double> DataProcessors.CENTER_AND_SCALEVariables (columns) will be transformed to be [-1.0,1.0].static final Transformation2D<Double> DataProcessors.SCALEVariables (columns) scaled to be within [-1.0,1.0] (divide by largest magnitude regardless of sign).static final Transformation2D<Double> DataProcessors.STANDARD_SCOREWill 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 aTransformation2Dthat will apply aUnaryFunctionto 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 TypeMethodDescriptionvoidDenseMutator2D.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.myTransformerMethods in org.ojalgo.matrix.store with parameters of type Transformation2DModifier and TypeMethodDescriptionvoidColumnsSupplier.modifyAny(Transformation2D<N> modifier) default voidPhysicalStore.modifyAny(Transformation2D<N> modifier) voidR032Store.modifyAny(Transformation2D<Double> modifier) voidRowsSupplier.modifyAny(Transformation2D<N> modifier) voidSubregion2D.SynchronizedRegion.modifyAny(Transformation2D<N> modifier) default voidTransformableRegion.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 classComplexNumber 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 TypeMethodDescriptionvoidMutate2D.ModifiableReceiver.modifyAny(Transformation2D<N> modifier) Operate2D.onAny(Transformation2D<N> operator)