Class SquaredEuclideanFunction


  • public class SquaredEuclideanFunction
    extends VectorDistanceFunction
    While not strictly a distance, the Sq. Euclidean Distance is often all that is needed in many applications that require a distance, thus saving a sq. rt. calculation
    • Field Detail

    • Constructor Detail

      • SquaredEuclideanFunction

        public SquaredEuclideanFunction​(org.apache.lucene.queries.function.valuesource.MultiValueSource source1,
                                        org.apache.lucene.queries.function.valuesource.MultiValueSource source2)