public static class InferFromMatrix.IdentityRegularization extends InferFromMatrix.ModelRegularization
Constructor and Description |
---|
IdentityRegularization(Model<?> m,
int length) |
Modifier and Type | Method and Description |
---|---|
static double[] |
constVals(int length,
double val) |
protected double[] |
extractRelevantCoordinates(double[] coordinates) |
static double[] |
range(int start,
int stop,
int step) |
regularize
public IdentityRegularization(Model<?> m, int length)
protected double[] extractRelevantCoordinates(double[] coordinates)
extractRelevantCoordinates
in class InferFromMatrix.ModelRegularization
public static double[] range(int start, int stop, int step)
public static double[] constVals(int length, double val)
Copyright © 2015–2021 Fiji. All rights reserved.