- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for assertHorizontalLinearTransformation (0.1 sec)
-
android/guava-tests/test/com/google/common/math/LinearTransformationTest.java
* limitations under the License. */ package com.google.common.math; import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation; import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation; import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 7.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/LinearTransformationTest.java
* limitations under the License. */ package com.google.common.math; import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation; import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation; import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 7.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
accumulatorByAddAllPartitionedPairedStats.populationCovariance()); } } assertHorizontalLinearTransformation( horizontalValuesAccumulator.leastSquaresFit(), horizontalValuesAccumulator.yStats().mean()); assertHorizontalLinearTransformation( horizontalValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 23.4K bytes - Viewed (0)