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