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, setDescriptionpublic 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)
KernelTypecompute in class KernelTypeit1 - An iterator over the first vectorit2 - An iterator over the second vector.Copyright © 2024 Actian Corporation. All rights reserved.