Node

scalation.modeling.classifying.Node
See theNode companion class
object Node

The Node companion object provides helper functions.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Node.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def printT(n: Node, level: Int): Unit

Recursively print the decision tree nodes, indenting each level. Requires node n to be not null

Recursively print the decision tree nodes, indenting each level. Requires node n to be not null

Value parameters

level

the level of node in the tree

n

the current node

Attributes