LinearKernelType

class LinearKernelType(val description: Option[String]) extends KernelType with PmmlElement

Linear basis functions which lead to a hyperplane as classifier. K(x,y) = <x,y>

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compute(x: Array[Double], y: Vector[Double]): Double
Definition Classes

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val description: Option[String]