Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
True if obj is also a basic kernel
|
|
Evaluate ( double innerProduct ) : double |
Kernel computes (a . b)
|
|
GetHashCode ( ) : int |
A hash code method for BasicKernel
|
public Evaluate ( double innerProduct ) : double | ||
innerProduct | double | |
return | double |