Matrix

trait Matrix extends PmmlElement

Trait for a matrix.

trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(i: Int, j: Int): Double
def diagDefault: Option[Double]
def nbCols: Int
def nbRows: Int
def offDiagDefault: Option[Double]

Concrete methods

def default: Double

Inherited methods

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