PPMatrix

class PPMatrix(val cells: Array[PPCell]) extends PmmlElement

Predictor-to-Parameter correlation matrix. It is a rectangular matrix having a column for each Predictor (factor or covariate) and a row for each Parameter. The matrix is represented as a sequence of cells, each cell containing a number representing the correlation between the Predictor and the Parameter.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def getPPCells(name: String): Array[PPCell]

Inherited methods

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

Concrete fields

val cells: Array[PPCell]