Uses of Class
org.hansken.plugin.extraction.api.Vector
Packages that use Vector
Package
Description
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 VectorModifier and TypeMethodDescriptionstatic Vector
Vector.asVector
(byte[] bytes) Creates a vector from a binary representation.static Vector
Vector.of
(float... values) Creates a Vector from an array of floating point values.static Vector
Vector.of
(Collection<Float> values) Creates a Vector from a collection of numbers.static Vector
Creates a Vector from a base64 encoded string.