PPCell

class PPCell(val value: Any, val predictorName: Field, val parameterName: String, val targetCategory: Option[Any]) extends PmmlElement

Cell in the PPMatrix. Knows its row name, column name.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

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

Concrete fields

val parameterName: String
val targetCategory: Option[Any]
val value: Any