scalation.modeling.classifying.NullModel
See theNullModel companion class
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
-
Members list
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