Table

sealed trait Table extends PmmlElement
Companion:
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(i: Int): Row
def dim: (Int, Int)
def find(inputs: Map[String, Any], output: String): Option[Any]

Inherited methods

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