Class PolynomialEstimatorTest
java.lang.Object
com.irurueta.numerical.polynomials.estimators.PolynomialEstimatorTest
- All Implemented Interfaces:
PolynomialEstimatorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEstimateEnd(PolynomialEstimator estimator) voidonEstimateStart(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:
onEstimateStartin interfacePolynomialEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfacePolynomialEstimatorListener
-