public abstract class AbstractSmoothMethod extends java.lang.Object implements SmoothMethod
Modifier and Type | Field and Description |
---|---|
DblMatrix |
SmoothParameter |
Constructor and Description |
---|
AbstractSmoothMethod(Lpreg func) |
Modifier and Type | Method and Description |
---|---|
abstract DblMatrix |
getSmoothParameter(Lpreg Reg,
DblMatrix xx) |
abstract void |
update(Lpreg R) |
public DblMatrix SmoothParameter
public AbstractSmoothMethod(Lpreg func)
public abstract DblMatrix getSmoothParameter(Lpreg Reg, DblMatrix xx)
getSmoothParameter
in interface SmoothMethod
public abstract void update(Lpreg R)
update
in interface SmoothMethod