public class TransformationModel extends Object
Modifier and Type | Field and Description |
---|---|
static double |
defaultLambda |
static int |
defaultRegularizationModelIndex |
static String[] |
modelChoice |
static String[] |
regularizationModelChoice |
Constructor and Description |
---|
TransformationModel(int modelIndex) |
TransformationModel(int modelIndex,
int regularizedModelIndex,
double lambda,
boolean regularize) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
AbstractModel |
getModel() |
boolean |
queryRegularizedModel() |
public static String[] modelChoice
public static String[] regularizationModelChoice
public static double defaultLambda
public static int defaultRegularizationModelIndex
public TransformationModel(int modelIndex)
public TransformationModel(int modelIndex, int regularizedModelIndex, double lambda, boolean regularize)
public AbstractModel getModel()
public boolean queryRegularizedModel()
public String getDescription()
Copyright © 2015–2021 Fiji. All rights reserved.