Package jdistlib

Class FunctionAnalysis

java.lang.Object
jdistlib.FunctionAnalysis

public final class FunctionAnalysis extends Object
Evidence gathered while probing and repeatedly integrating a kernel.
  • Method Details

    • getFindings

      public List<DiagnosticFinding> 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

      public IntegrationStabilityResult 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

      public boolean isSuitableForConstruction(ConstructionPolicy policy)
      Applies an explicit policy to the retained findings.
    • toJson

      public String toJson()
      Returns a versioned RFC 8259 JSON diagnostic report.