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.JsonSyntaxException
com.google.gson.JsonIOException
FileNotFoundException
public void toFile(String filename) throws IOException
IOException
Copyright © 2015–2021 Fiji. All rights reserved.