public abstract class KernelType extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
abstract double |
compute(DoubleValuedIterator it1,
DoubleValuedIterator it2)
Computes the kernel function of the two vectors.
|
String |
getDescription()
Returns the "description" attribute for the PMML kernel type element.
|
void |
setDescription(String description)
Sets the "description" attribute for the PMML kernel type element.
|
public final String getDescription()
public final void setDescription(String description)
description
- the "description" attribute for the PMML kernel type element.public abstract double compute(DoubleValuedIterator it1, DoubleValuedIterator it2)
it1
- An iterator over the first vectorit2
- An iterator over the second vector.Copyright © 2016 Actian Corporation. All rights reserved.