Package jdistlib
Class FunctionAnalysis
java.lang.Object
jdistlib.FunctionAnalysis
Evidence gathered while probing and repeatedly integrating a kernel.
-
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleintlongintdouble[]booleanbooleanbooleanTrue means no error was observed; it is not a mathematical proof.booleanApplies an explicit policy to the retained findings.toJson()Returns a versioned RFC 8259 JSON diagnostic report.
-
Method Details
-
getFindings
-
getSampledPoints
public int getSampledPoints() -
getRandomizedSampledPoints
public int getRandomizedSampledPoints() -
getRandomSeed
public long getRandomSeed() -
getMinimumPositiveValue
public double getMinimumPositiveValue() -
getMaximumValue
public double getMaximumValue() -
getSuggestedBreakpoints
public double[] getSuggestedBreakpoints() -
getNormalizationStability
-
hasErrors
public boolean hasErrors() -
hasWarnings
public boolean hasWarnings() -
isSuitableForConstruction
public boolean isSuitableForConstruction()True means no error was observed; it is not a mathematical proof. -
isSuitableForConstruction
Applies an explicit policy to the retained findings. -
toJson
Returns a versioned RFC 8259 JSON diagnostic report.
-