FitM

scalation.modeling.FitM
See theFitM companion trait
object FitM

The FitM object provides functions for making fit maps for QoF measures.

Attributes

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

Members list

Value members

Concrete methods

def fitMap(ftVec: VectorD, ftLab: Array[String]): Map[String, String]

Build a map of quality of fit measures (use of LinkedHashMap makes it ordered).

Build a map of quality of fit measures (use of LinkedHashMap makes it ordered).

Value parameters

ftLab

the array of QoF labels

ftVec

the vector of QoF values

Attributes

def fitMap(ftMat: MatrixD, ftLab: Array[String]): Map[String, String]

Build a map of quality of fit measures (use of LinkedHashMap makes it ordered).

Build a map of quality of fit measures (use of LinkedHashMap makes it ordered).

Value parameters

ftLab

the array of QoF labels

ftMat

the matrix of QoF values

Attributes

def showFitMap(ftMat: MatrixD, ftLab: Array[String]): String

Show the quality of fit measures for each response/output variable.

Show the quality of fit measures for each response/output variable.

Value parameters

ftLab

the array of QoF labels

ftMat

the matrix of QoF values

Attributes

def showQofStatTable(stats: Array[Statistic]): Unit

Show the table storing the statistics for QoF measures.

Show the table storing the statistics for QoF measures.

Value parameters

stats

the table of statistics for QoF measures

Attributes