Uses of Interface
io.trino.plugin.ml.Model
Packages that use Model
-
Uses of Model in io.trino.plugin.ml
Subinterfaces of Model in io.trino.plugin.mlClasses in io.trino.plugin.ml that implement ModelModifier and TypeClassDescriptionclassclassclassclassNormalizes features by making every feature value lie in [0, 1].classNormalizes features by making every feature vector unit length.classclassclassclassMethods in io.trino.plugin.ml that return ModelModifier and TypeMethodDescriptionstatic ModelModelUtils.deserialize(byte[] data) static ModelModelUtils.deserialize(io.airlift.slice.Slice slice) Methods in io.trino.plugin.ml that return types with arguments of type ModelMethods in io.trino.plugin.ml with parameters of type ModelModifier and TypeMethodDescriptionstatic io.airlift.slice.SliceSerializes the model using the following format int: format version byte[32]: SHA256 hash of all following data int: id of algorithm int: length of hyperparameters section byte[]: hyperparameters (currently not used) long: length of data section byte[]: model datastatic byte[]ModelUtils.serializeModels(Model... models)