Class PairNote
java.lang.Object
ghidra.features.bsim.query.protocol.PairNote
Result of a comparison between two functions.
 Includes descriptors for the original functions, the similarity and significance scores
 and other score information.
- 
Constructor SummaryConstructorsConstructorDescriptionPairNote()PairNote(FunctionDescription f1, FunctionDescription f2, double sm, double sf, double dp, int c1, int c2, int ic) 
- 
Method SummaryModifier and TypeMethodDescriptiondoubleintintintdoubledoublevoidrestoreXml(XmlPullParser parser) void
- 
Constructor Details- 
PairNotepublic PairNote()
- 
PairNotepublic PairNote(FunctionDescription f1, FunctionDescription f2, double sm, double sf, double dp, int c1, int c2, int ic) 
 
- 
- 
Method Details- 
getSimilaritypublic double getSimilarity()
- 
getSignificancepublic double getSignificance()
- 
getDotProductpublic double getDotProduct()
- 
getFunc1HashCountpublic int getFunc1HashCount()
- 
getFunc2HashCountpublic int getFunc2HashCount()
- 
getIntersectionCountpublic int getIntersectionCount()
- 
saveXml- Throws:
- IOException
 
- 
restoreXml
 
-