Package jdistlib
Class FunctionAnalysisOptions
java.lang.Object
jdistlib.FunctionAnalysisOptions
Immutable settings for probability-kernel sanity analysis.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static FunctionAnalysisOptionsdefaults()static FunctionAnalysisOptionsforPreset(DiagnosticPreset preset) Returns the ready-to-use settings represented by a named preset.intNumber of rounds used to focus randomized probes around observed features.doubledoubleintMaximum number of seeded randomized probes performed after the grid.longSeed that makes randomized probing reproducible.intintReturns a builder initialized from these settings.
-
Method Details
-
builder
-
defaults
-
forPreset
Returns the ready-to-use settings represented by a named preset. -
getSampleCount
public int getSampleCount() -
getRepeatabilityChecks
public int getRepeatabilityChecks() -
getDiscontinuityRatio
public double getDiscontinuityRatio() -
getDynamicRangeOrders
public double getDynamicRangeOrders() -
getRandomizedProbeBudget
public int getRandomizedProbeBudget()Maximum number of seeded randomized probes performed after the grid. -
getAdaptiveProbeRounds
public int getAdaptiveProbeRounds()Number of rounds used to focus randomized probes around observed features. -
getRandomSeed
public long getRandomSeed()Seed that makes randomized probing reproducible. -
getConstructionPolicy
-
getIntegrationOptions
-
toBuilder
Returns a builder initialized from these settings.
-