public abstract static class InferFromMatrix.ModelRegularization extends Object implements InferFromMatrix.Regularizer
| Modifier | Constructor and Description |
|---|---|
protected |
ModelRegularization(Model<?> m,
double[] regularizationValues,
double[] weights) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract double[] |
extractRelevantCoordinates(double[] coordinates) |
void |
regularize(double[] coordinates,
Options options) |
protected ModelRegularization(Model<?> m, double[] regularizationValues, double[] weights)
protected abstract double[] extractRelevantCoordinates(double[] coordinates)
public void regularize(double[] coordinates,
Options options)
throws NotEnoughDataPointsException,
IllDefinedDataPointsException
regularize in interface InferFromMatrix.RegularizerNotEnoughDataPointsExceptionIllDefinedDataPointsExceptionCopyright © 2015–2021 Fiji. All rights reserved.