NullModel

scalation.modeling.classifying.NullModel
See theNullModel companion class
object NullModel

NullModel is the companion object for the NullModel class provides a factory method for creating null models.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NullModel.type

Members list

Value members

Concrete methods

def apply(xy: MatrixI, k: Int, cname: Array[String])(col: Int): NullModel

Create a NullModel object, passing x and y together in one matrix.

Create a NullModel object, passing x and y together in one matrix.

Value parameters

cname

the names of the classes

col

the designated response column (defaults to the last column)

k

the number of classes

xy

the combined data-response matrix

Attributes