Uses of Class
sbrt.kernel.math.VectorComparer.Diff

Packages that use VectorComparer.Diff
sbrt.kernel.math Provides classes and interfaces for creating objects relevant to mathematics. 
 

Uses of VectorComparer.Diff in sbrt.kernel.math
 

Methods in sbrt.kernel.math that return types with arguments of type VectorComparer.Diff
<V> java.util.Set<VectorComparer.Diff<V>>
VectorComparer.getDiffs(java.util.Map<? extends V,java.lang.Double> m1, java.util.Map<? extends V,java.lang.Double> m2, double tolerance)
          Returns the set of differences between the provided numerical vectors.