public class Options extends Object implements Serializable
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
Options |
clone() |
boolean |
equals(Object other) |
static Options |
generateDefaultOptions() |
static Options |
read(String filename) |
void |
toFile(String filename) |
String |
toString() |
public Double scalingFactorRegularizerWeight
public Double coordinateUpdateRegularizerWeight
public Double shiftProportion
public Integer nIterations
public Integer comparisonRange
public Double minimumSectionThickness
public InferFromMatrix.RegularizationType regularizationType
public Integer scalingFactorEstimationIterations
public Boolean withReorder
public Boolean forceMonotonicity
public Integer estimateWindowRadius
public Double minimumCorrelationValue
public static Options generateDefaultOptions()
public static Options read(String filename) throws com.google.gson.JsonSyntaxException, com.google.gson.JsonIOException, FileNotFoundException
com.google.gson.JsonSyntaxExceptioncom.google.gson.JsonIOExceptionFileNotFoundExceptionpublic void toFile(String filename) throws IOException
IOExceptionCopyright © 2015–2021 Fiji. All rights reserved.