Uses of Class
org.tribuo.common.nearest.KNNModel
Package
Description
Provides a K-Nearest Neighbours implementation which works across
all Tribuo
Output
types.-
Uses of KNNModel in org.tribuo.common.nearest
Modifier and TypeMethodDescriptionKNNModel.copy
(String newName, ModelProvenance newProvenance) static KNNModel<?>
KNNModel.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.