public abstract class AbstractSmoothMethod extends java.lang.Object implements SmoothMethod
| Modifier and Type | Field and Description |
|---|---|
DblMatrix |
SmoothParameter |
| Constructor and Description |
|---|
AbstractSmoothMethod(Lpreg func) |
public DblMatrix SmoothParameter
public AbstractSmoothMethod(Lpreg func)
public abstract DblMatrix getSmoothParameter(Lpreg Reg, DblMatrix xx)
getSmoothParameter in interface SmoothMethodpublic abstract void update(Lpreg R)
update in interface SmoothMethodCopyright © 2011, 2013. Daniel P. Dougherty