Package jline.api.fes
Class FESOptions
-
- All Implemented Interfaces:
public final class FESOptionsOptions for Flow-Equivalent Server (FES) aggregation
Copyright (c) 2012-2026, Imperial College London All rights reserved.
-
-
Constructor Summary
Constructors Constructor Description FESOptions(String solver, Matrix cutoffs, Boolean verbose)
-
Method Summary
Modifier and Type Method Description final StringgetSolver()Solver to use for throughput computation ('mva' default) final MatrixgetCutoffs()Per-class population cutoffs (default: null, uses total jobs per class) final BooleangetVerbose()Enable verbose output final static FESOptionsdefaults()Create default options final static FESOptionswithSolver(String solver)Create options with specified solver final static FESOptionswithCutoffs(Matrix cutoffs)Create options with specified cutoffs -
-
Method Detail
-
getCutoffs
final Matrix getCutoffs()
Per-class population cutoffs (default: null, uses total jobs per class)
-
getVerbose
final Boolean getVerbose()
Enable verbose output
-
defaults
final static FESOptions defaults()
Create default options
-
withSolver
final static FESOptions withSolver(String solver)
Create options with specified solver
-
withCutoffs
final static FESOptions withCutoffs(Matrix cutoffs)
Create options with specified cutoffs
-
-
-
-