Class ResponseNearestVector

java.lang.Object
ghidra.features.bsim.query.protocol.QueryResponseRecord
ghidra.features.bsim.query.protocol.ResponseNearestVector

public class ResponseNearestVector extends QueryResponseRecord
Response to a QueryNearestVector request. It provides basic stats on the number of matching vectors and functions. Only a list of the matching vectors is returned, not the detailed FunctionDescription records of matches. Results are returned as SimilarityVectorResult objects, which cross-reference the original function queried and any similar vectors.