MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / evalSum

Method evalSum

JSAT/src/jsat/distributions/kernels/KernelTrick.java:144–144  ·  view source on GitHub ↗

Performs an efficient summation of kernel products of the form ∑ α i k(x i , y) where x are the final set of vectors, and α the associated scalar multipliers @param finalSet the final set of vectors @param cache the cache assoc

(List<? extends Vec> finalSet, List<Double> cache, double[] alpha, Vec y, int start, int end)

Source from the content-addressed store, hash-verified

142 * @return the sum of the multiplied kernel products
143 */
144 public double evalSum(List<? extends Vec> finalSet, List<Double> cache, double[] alpha, Vec y, int start, int end);
145
146 /**
147 * Performs an efficient summation of kernel products of the form <br>

Callers 7

getPreScoreMethod · 0.65
scoreMethod · 0.65
getScoreMethod · 0.65
scoreMethod · 0.65
kEvalSumMethod · 0.65
dotMethod · 0.65
regressMethod · 0.65

Implementers 5

JaccardDistanceJSAT/src/jsat/linear/distancemetrics/J
BaseL2KernelJSAT/src/jsat/distributions/kernels/Ba
NormalizedKernelJSAT/src/jsat/distributions/kernels/No
BaseKernelTrickJSAT/src/jsat/distributions/kernels/Ba
DistanceMetricBasedKernelJSAT/src/jsat/distributions/kernels/Di

Calls

no outgoing calls

Tested by

no test coverage detected