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 voidArray2D. 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. CENTERVariables (columns) centered so that their average will be 0.0static Transformation2D<java.lang.Double>DataProcessors. CENTER_AND_SCALEVariables (columns) will be transformed to be [-1.0,1.0].static Transformation2D<java.lang.Double>DataProcessors. SCALEVariables (columns) scaled to be within [-1.0,1.0] (divide by largest magnitude regardless of sign).static Transformation2D<java.lang.Double>DataProcessors. STANDARD_SCOREWill 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 aTransformation2Dthat will apply aUnaryFunctionto 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 voidDenseMutator2D. modifyAny(Transformation2D<N> modifier)MBasicMatrix. 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. myTransformerMethods in org.ojalgo.matrix.store with parameters of type Transformation2D Modifier and Type Method Description voidColumnsSupplier. modifyAny(Transformation2D<N> modifier)default voidPhysicalStore. modifyAny(Transformation2D<N> modifier)voidR032Store. modifyAny(Transformation2D<java.lang.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 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 classComplexNumberComplexNumber is an immutable complex number class.classQuaternion -
Uses of Transformation2D in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type Transformation2D Modifier and Type Method Description voidMutate2D.ModifiableReceiver. modifyAny(Transformation2D<N> modifier)POperate2D. onAny(Transformation2D<N> operator)
-