ML functions
 
Loading...
Searching...
No Matches
DotProduct.h File Reference

Implementation of a dot product function for machine learning. More...

#include <Eigen/Dense>
#include <cmath>
#include <iostream>
#include "BaseFunction.h"
#include "velox/exec/tests/utils/AssertQueryBuilder.h"
#include "velox/exec/tests/utils/PlanBuilder.h"
#include "velox/exec/tests/utils/TempDirectoryPath.h"
#include "velox/vector/tests/utils/VectorTestBase.h"

Go to the source code of this file.

Classes

class  DotProduct
 Implements a machine learning function for computing the dot product of two input vectors. More...
 

Detailed Description

Implementation of a dot product function for machine learning.