Coefficients

class Coefficients(val coefficients: Array[Coefficient], val absoluteValue: Double) extends PmmlElement

Used to store the support vector coefficients αi and b.

Value parameters:
absoluteValue

Contains the value of the absolute coefficient b.

trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Concrete fields

val absoluteValue: Double