object ClusteringPredictor

The ClusteringPredictor companion object provides a factory functions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusteringPredictor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(xy: MatriD, fname: Strings = null, hparam: HyperParameter = hp): ClusteringPredictor

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

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

    xy

    the combined data-response matrix

    fname

    the names for all features/variables

    hparam

    the number of nearest neighbors to consider

  2. val hp: HyperParameter