Class EstimatorOptions

java.lang.Object
jline.inference.lang.EstimatorOptions

public class EstimatorOptions extends Object
Options for ParamEstimator.
  • Field Details

    • verbose

      public int verbose
    • method

      public String method
    • variant

      public String variant
    • iterMax

      public int iterMax
    • tol

      public double tol
    • solverFactory

      public Function<Network,NetworkSolver> solverFactory
    • openPopulation

      public int openPopulation
    • x0

      public double[] x0
  • Constructor Details

    • EstimatorOptions

      public EstimatorOptions()
  • Method Details