Uses of Class
com.google.common.math.LinearTransformation
-
Packages that use LinearTransformation Package Description com.google.common.math Arithmetic functions operating on primitive values andBigIntegerinstances. -
-
Uses of LinearTransformation in com.google.common.math
Subclasses of LinearTransformation in com.google.common.math Modifier and Type Class Description private static classLinearTransformation.NaNLinearTransformationprivate static classLinearTransformation.RegularLinearTransformationprivate static classLinearTransformation.VerticalLinearTransformationFields in com.google.common.math declared as LinearTransformation Modifier and Type Field Description (package private) LinearTransformationLinearTransformation.RegularLinearTransformation. inverse(package private) LinearTransformationLinearTransformation.VerticalLinearTransformation. inverseMethods in com.google.common.math that return LinearTransformation Modifier and Type Method Description LinearTransformationLinearTransformation.LinearTransformationBuilder. and(double x2, double y2)Finish building an instance which also mapsx = x2toy = y2.private LinearTransformationLinearTransformation.RegularLinearTransformation. createInverse()private LinearTransformationLinearTransformation.VerticalLinearTransformation. createInverse()static LinearTransformationLinearTransformation. forNaN()Builds an instance for datasets which containsDouble.NaN.static LinearTransformationLinearTransformation. horizontal(double y)Builds an instance representing a horizontal transformation with a constant value ofy.abstract LinearTransformationLinearTransformation. inverse()Returns the inverse linear transformation.LinearTransformationLinearTransformation.NaNLinearTransformation. inverse()LinearTransformationLinearTransformation.RegularLinearTransformation. inverse()LinearTransformationLinearTransformation.VerticalLinearTransformation. inverse()LinearTransformationPairedStats. leastSquaresFit()Returns a linear transformation giving the best fit to the data according to Ordinary Least Squares linear regression ofyas a function ofx.LinearTransformationPairedStatsAccumulator. leastSquaresFit()Returns a linear transformation giving the best fit to the data according to Ordinary Least Squares linear regression ofyas a function ofx.static LinearTransformationLinearTransformation. vertical(double x)Builds an instance representing a vertical transformation with a constant value ofx.LinearTransformationLinearTransformation.LinearTransformationBuilder. withSlope(double slope)Finish building an instance with the given slope, i.e.Constructors in com.google.common.math with parameters of type LinearTransformation Constructor Description RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse)VerticalLinearTransformation(double x, LinearTransformation inverse)
-