public final class LinearKernelType extends KernelType
LinearKernelType PMML element.| Constructor and Description |
|---|
LinearKernelType()
Creates a
LinearKernelType |
| Modifier and Type | Method and Description |
|---|---|
double |
compute(DoubleValuedIterator it1,
DoubleValuedIterator it2)
Computes the kernel function of the two vectors.
|
getDescription, setDescriptionpublic 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.