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, setDescription
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.