Class

axle.visualize

KMeansVisualization

Related Doc: package visualize

Permalink

case class KMeansVisualization[D, F, G, M](classifier: KMeans[D, F, G, M], colorOf: (Int) ⇒ Color, width: Int = 600, height: Int = 600, border: Int = 50, pointDiameter: Int = 10, fontName: String = "Courier New", fontSize: Int = 12) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KMeansVisualization
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KMeansVisualization(classifier: KMeans[D, F, G, M], colorOf: (Int) ⇒ Color, width: Int = 600, height: Int = 600, border: Int = 50, pointDiameter: Int = 10, fontName: String = "Courier New", fontSize: Int = 12)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val border: Int

    Permalink
  6. val boundingRectangle: Rectangle[Double, Double]

    Permalink
  7. def centroidOval(i: Int): Oval[Double, Double]

    Permalink
  8. val centroidOvals: IndexedSeq[Oval[Double, Double]]

    Permalink
  9. val classifier: KMeans[D, F, G, M]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val colorOf: (Int) ⇒ Color

    Permalink
  12. implicit val ddls: LengthSpace[Double, Double, Double]

    Permalink
  13. implicit val doubleTics: Tics[Double]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val fontName: String

    Permalink
  17. val fontSize: Int

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val height: Int

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val maxX: Double

    Permalink
  22. val maxY: Double

    Permalink
  23. val maxs: M

    Permalink
  24. val minX: Double

    Permalink
  25. val minY: Double

    Permalink
  26. val mins: M

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val pointDiameter: Int

    Permalink
  31. val points: IndexedSeq[Oval[Double, Double]]

    Permalink
  32. val scaledArea: ScaledArea2D[Double, Double]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val width: Int

    Permalink
  38. val xTics: XTics[Double, Double]

    Permalink
  39. val yTics: YTics[Double, Double]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped