public class KernelTypeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
evaluate(KernelType kernelType,
double[] input,
double[] vector) |
static double |
evaluateLinearKernel(LinearKernelType linearKernelType,
double[] input,
double[] vector) |
static double |
evaluatePolynomialKernel(PolynomialKernelType polynomialKernelType,
double[] input,
double[] vector) |
static double |
evaluateRadialBasisKernel(RadialBasisKernelType radialBasisKernelType,
double[] input,
double[] vector) |
static double |
evaluateSigmoidKernel(SigmoidKernelType sigmoidKernelType,
double[] input,
double[] vector) |
public static double evaluate(KernelType kernelType, double[] input, double[] vector)
public static double evaluateLinearKernel(LinearKernelType linearKernelType, double[] input, double[] vector)
public static double evaluatePolynomialKernel(PolynomialKernelType polynomialKernelType, double[] input, double[] vector)
public static double evaluateRadialBasisKernel(RadialBasisKernelType radialBasisKernelType, double[] input, double[] vector)
public static double evaluateSigmoidKernel(SigmoidKernelType sigmoidKernelType, double[] input, double[] vector)
Copyright © 2014 University of Tartu. All Rights Reserved.