Class PairNote

java.lang.Object
ghidra.features.bsim.query.protocol.PairNote

public class PairNote extends Object
Result of a comparison between two functions. Includes descriptors for the original functions, the similarity and significance scores and other score information.
  • Constructor Details

  • Method Details

    • getSimilarity

      public double getSimilarity()
    • getSignificance

      public double getSignificance()
    • getDotProduct

      public double getDotProduct()
    • getFunc1HashCount

      public int getFunc1HashCount()
    • getFunc2HashCount

      public int getFunc2HashCount()
    • getIntersectionCount

      public int getIntersectionCount()
    • saveXml

      public void saveXml(Writer writer) throws IOException
      Throws:
      IOException
    • restoreXml

      public void restoreXml(XmlPullParser parser)