TANBayes

scalation.modeling.classifying.TANBayes
See theTANBayes companion class
object TANBayes

TANBayes is the companion object for the TANBayes class.

Attributes

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

Members list

Value members

Concrete methods

def apply(xy: MatrixI, fname: Array[String], k: Int, cname: Array[String], vc: VectorI, hparam: HyperParameter)(col: Int): TANBayes

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