- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for assertVerticalLinearTransformation (0.52 seconds)
-
android/guava-tests/test/com/google/common/math/LinearTransformationTest.java
import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation; import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation; import static com.google.common.truth.Truth.assertThat; import static org.junit.Assert.assertThrows; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 7.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/LinearTransformationTest.java
import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation; import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation; import static com.google.common.truth.Truth.assertThat; import static org.junit.Assert.assertThrows; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 7.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
horizontalValuesAccumulatorByAddAllPartitionedPairedStats.yStats().mean()); assertVerticalLinearTransformation( verticalValuesAccumulator.leastSquaresFit(), verticalValuesAccumulator.xStats().mean()); assertVerticalLinearTransformation( verticalValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(),
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 23.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/PairedStatsTest.java
import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; import static com.google.common.math.StatsTesting.assertStatsApproxEqual; import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation; import static com.google.common.math.StatsTesting.createPairedStatsOf; import static com.google.common.truth.Truth.assertThat; import static com.google.common.truth.Truth.assertWithMessage;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 14.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/PairedStatsTest.java
import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; import static com.google.common.math.StatsTesting.assertStatsApproxEqual; import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation; import static com.google.common.math.StatsTesting.createPairedStatsOf; import static com.google.common.truth.Truth.assertThat; import static com.google.common.truth.Truth.assertWithMessage;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 14.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/StatsTesting.java
* assertions that {@link LinearTransformation#slope} and {@link LinearTransformation#transform} * throw as expected. */ static void assertVerticalLinearTransformation(LinearTransformation transformation, double x) { assertThat(transformation.isHorizontal()).isFalse(); assertThat(transformation.isVertical()).isTrue();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 24K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/StatsTesting.java
* assertions that {@link LinearTransformation#slope} and {@link LinearTransformation#transform} * throw as expected. */ static void assertVerticalLinearTransformation(LinearTransformation transformation, double x) { assertThat(transformation.isHorizontal()).isFalse(); assertThat(transformation.isVertical()).isTrue();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 24K bytes - Click Count (0)