public static interface Statistic.VectorVectorFunction
Modifier and Type | Method and Description |
---|---|
double |
apply(DoubleMatrix1D x,
DoubleMatrix1D y)
Applies a function to two argument vectors.
|
double apply(DoubleMatrix1D x, DoubleMatrix1D y)
x
- the first argument vector passed to the function.y
- the second argument vector passed to the function.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.