public class MaximumLikelihoodModelFitter extends java.lang.Object implements ModelFitter
| Constructor and Description |
|---|
MaximumLikelihoodModelFitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
fit(ModelGraph modelGraph)
Uses the maximum likelihood algorithm to fit the
ModelGraph to the input and output data. |
public void fit(ModelGraph modelGraph)
ModelGraph to the input and output data.
This will mutate the graph which can then be used to construct a graph-backed model like, for instance a
RegressionModel.fit in interface ModelFitter