Uses of Class
org.tribuo.math.distance.L1Distance
Packages that use L1Distance
Package
Description
An interface for distance computations between two
SGDVector
instances
along with some standard implementations.-
Uses of L1Distance in org.tribuo.math.distance
Methods in org.tribuo.math.distance that return L1DistanceModifier and TypeMethodDescriptionstatic L1Distance
L1Distance.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.