public class ISplines
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
_numIBasis |
Constructor and Description |
---|
ISplines(int order,
double[] knots) |
Modifier and Type | Method and Description |
---|---|
void |
gamifyVal(double[] gamifiedResults,
double val) |
double |
sumNBSpline(int startIndex,
double val) |