Uses of Class
org.hansken.plugin.extraction.api.Vector
-
Packages that use Vector Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of Vector in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return Vector Modifier and Type Method Description static VectorVector. asVector(byte[] bytes)Creates a vector from a binary representation.static VectorVector. of(float... values)Creates a Vector from an array of floating point values.static VectorVector. of(Collection<Float> values)Creates a Vector from a collection of numbers.static VectorVector. ofBase64(String base64)Creates a Vector from a base64 encoded string.
-