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 Summary
ConstructorsConstructorDescriptionPairNote()
PairNote
(FunctionDescription f1, FunctionDescription f2, double sm, double sf, double dp, int c1, int c2, int ic) -
Method Summary
Modifier and TypeMethodDescriptiondouble
int
int
int
double
double
void
restoreXml
(XmlPullParser parser) void
-
Constructor Details
-
PairNote
public PairNote() -
PairNote
public PairNote(FunctionDescription f1, FunctionDescription f2, double sm, double sf, double dp, int c1, int c2, int ic)
-
-
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
- Throws:
IOException
-
restoreXml
-