Class QueryNearestVector
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseNearestVector>
ghidra.features.bsim.query.protocol.QueryNearestVector
For specific functions, query for the list of vectors that are similar to a functions vector,
without recovering the descriptions of functions that instantiate these vectors.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoubleint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrestoreXml(XmlPullParser parser, LSHVectorFactory vectorFactory) voidMethods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getName, getResponse, restoreQuery
-
Field Details
-
manage
-
nearresponse
-
thresh
public double thresh -
signifthresh
public double signifthresh -
vectormax
public int vectormax
-
-
Constructor Details
-
QueryNearestVector
public QueryNearestVector()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplatein classBSimQuery<ResponseNearestVector>
-
getDescriptionManager
- Overrides:
getDescriptionManagerin classBSimQuery<ResponseNearestVector>
-
getLocalStagingCopy
- Overrides:
getLocalStagingCopyin classBSimQuery<ResponseNearestVector>- Returns:
- a partial clone of this query suitable for holding local stages of the query via StagingManager
-
saveXml
- Specified by:
saveXmlin classBSimQuery<ResponseNearestVector>- Throws:
IOException
-
restoreXml
- Specified by:
restoreXmlin classBSimQuery<ResponseNearestVector>- Throws:
LSHException
-