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

Method eval

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

Evaluate this kernel function for the two given vectors. @param a the first vector @param b the first vector @return the evaluation

(Vec a, Vec b)

Source from the content-addressed store, hash-verified

30 * @return the evaluation
31 */
32 public double eval(Vec a, Vec b);
33
34 /**
35 * A descriptive name for the type of KernelFunction

Callers 15

distMethod · 0.65
updateMethod · 0.65
scoreSaveEvalMethod · 0.65
updateMethod · 0.65
getScoreMethod · 0.65
classifyMethod · 0.65
updateMethod · 0.65
updateMethod · 0.65
scoreMethod · 0.65
updateMethod · 0.65
updateMethod · 0.65
scoreMethod · 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