MLContext

scair.MLContext
class MLContext()

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getAttribute(name: String): Option[AttributeObject]
def getOperation(name: String): Option[OperationObject]
def registerDialect(dialect: Dialect): Map[String, AttributeObject]

Concrete fields

val dialectOpContext: Map[String, OperationObject]