Interface Climate.DistanceMetric<T>

Enclosing class:
Climate

static interface Climate.DistanceMetric<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    distance(Climate.RTree.Node<T> pNode, long[] pSearchedValues)
     
  • Method Details