Class Base64VectorFactory
java.lang.Object
generic.lsh.vector.LSHVectorFactory
generic.lsh.vector.WeightedLSHCosineVectorFactory
ghidra.features.bsim.query.elastic.Base64VectorFactory
-
Field Summary
Fields inherited from class generic.lsh.vector.LSHVectorFactory
idfLookup, settings, weightFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic char[]
restoreVectorFromBase64
(Reader input, char[] buffer) Methods inherited from class generic.lsh.vector.WeightedLSHCosineVectorFactory
buildVector, buildZeroVector, restoreVectorFromSql, restoreVectorFromXml
Methods inherited from class generic.lsh.vector.LSHVectorFactory
calculateSignificance, getSelfSignificance, getSettings, getSignificanceAddend, getSignificanceScale, isLoaded, readWeights, set
-
Constructor Details
-
Base64VectorFactory
public Base64VectorFactory()
-
-
Method Details
-
allocateBuffer
public static char[] allocateBuffer() -
restoreVectorFromBase64
- Throws:
IOException
-