public class MAPModelFitter extends java.lang.Object implements ModelFitter
| Constructor and Description |
|---|
MAPModelFitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
fit(ModelGraph modelGraph)
Uses the Maximum A Posteriori algorithm to fit the model graph to the input and output data.
|
public void fit(ModelGraph modelGraph)
RegressionModelfit in interface ModelFitter