ClusteringPredictor

scalation.modeling.clustering.ClusteringPredictor
See theClusteringPredictor companion class

The ClusteringPredictor companion object provides a factory functions.

Attributes

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

Members list

Value members

Concrete methods

def apply(xy: MatrixD, fname: Array[String], hparam: HyperParameter)(col: Int): ClusteringPredictor

Create a ClusteringPredictor object from a combined xy data-response matrix.

Create a ClusteringPredictor object from a combined xy data-response matrix.

Value parameters

col

the column containing the response variable

fname

the names for all features/variables

hparam

the number of nearest neighbors to consider

xy

the combined data-response matrix

Attributes

Concrete fields