| Package | Description |
|---|---|
| gov.sandia.cognition.learning.function.scalar |
Provides functions that output real numbers.
|
| Modifier and Type | Method and Description |
|---|---|
PolynomialFunction |
PolynomialFunction.clone() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<PolynomialFunction> |
PolynomialFunction.createPolynomials(double... polynomialExponents)
Creates an array of PolynomialFunctions from the array of their exponents
|
| Constructor and Description |
|---|
PolynomialFunction(PolynomialFunction other)
Copy Constructor
|