scalation.modeling.classifying.TANBayes
See theTANBayes companion class
TANBayes
is the companion object for the TANBayes
class.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a TANBayes
object, passing x and y together in one matrix.
Create a TANBayes
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)
-
fname
-
the names of the features/variables
-
hparam
-
the hyper-parameters
-
k
-
the number of classes
-
vc
-
the value count (number of distinct values) for each feature
-
xy
-
the combined data-response matrix
Attributes