Interface VectorScoreScriptUtils.DotProductInterface

All Known Implementing Classes:
VectorScoreScriptUtils.ByteDotProduct, VectorScoreScriptUtils.FloatDotProduct
Enclosing class:
VectorScoreScriptUtils

public static interface VectorScoreScriptUtils.DotProductInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Method Details

    • dotProduct

      double dotProduct()