Class PolynomialEstimatorTest
java.lang.Object
com.irurueta.numerical.polynomials.estimators.PolynomialEstimatorTest
- All Implemented Interfaces:
PolynomialEstimatorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onEstimateEnd
(PolynomialEstimator estimator) void
onEstimateStart
(PolynomialEstimator estimator) (package private) void
(package private) void
(package private) void
-
Constructor Details
-
PolynomialEstimatorTest
PolynomialEstimatorTest()
-
-
Method Details
-
testCreate
@Test void testCreate() -
testCreateLMSE
@Test void testCreateLMSE() -
testCreateWeighted
@Test void testCreateWeighted() -
onEstimateStart
- Specified by:
onEstimateStart
in interfacePolynomialEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEnd
in interfacePolynomialEstimatorListener
-