public final class RadialBasisKernelType extends KernelType
RadialBasisKernelType
PMML element.Constructor and Description |
---|
RadialBasisKernelType()
Creates a new
RadialBasisKernelType initialized to defaults. |
Modifier and Type | Method and Description |
---|---|
double |
compute(DoubleValuedIterator it1,
DoubleValuedIterator it2)
Computes the kernel function of the two vectors.
|
double |
getGamma()
Returns the value of the "gamma" attribute.
|
RadialBasisKernelType |
setGamma(double gamma)
Sets the value of the "gamma" attribute.
|
getDescription, setDescription
public RadialBasisKernelType()
RadialBasisKernelType
initialized to defaults.public final double getGamma()
public final RadialBasisKernelType setGamma(double gamma)
gamma
- the value of the "gamma" attribute.public double compute(DoubleValuedIterator it1, DoubleValuedIterator it2)
KernelType
compute
in class KernelType
it1
- An iterator over the first vectorit2
- An iterator over the second vector.Copyright © 2016 Actian Corporation. All rights reserved.