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 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 VectorCreates a Vector from a base64 encoded string.