public class FixedSmoothMethod extends AbstractSmoothMethod
SmoothParameter
Constructor and Description |
---|
FixedSmoothMethod(Lpreg S) |
FixedSmoothMethod(Lpreg S,
DblMatrix Init) |
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getLastSmoothParameter()
Convenience method returning the fixed smooth parameter.
|
DblMatrix |
getSmoothParameter(Lpreg reg,
DblMatrix thisxx) |
void |
setSmoothParameter(DblMatrix S) |
void |
setSmoothParameter(double S) |
void |
setSmoothParameter(java.lang.Double S) |
void |
update(Lpreg R)
This update method has no effect.
|
public FixedSmoothMethod(Lpreg S)
public DblMatrix getLastSmoothParameter()
public DblMatrix getSmoothParameter(Lpreg reg, DblMatrix thisxx)
getSmoothParameter
in interface SmoothMethod
getSmoothParameter
in class AbstractSmoothMethod
public void setSmoothParameter(DblMatrix S)
public void setSmoothParameter(java.lang.Double S)
public void setSmoothParameter(double S)
public void update(Lpreg R)
update
in interface SmoothMethod
update
in class AbstractSmoothMethod
Copyright © 2011, 2013. Daniel P. Dougherty