org.apache.mahout.visualization

MHisto

class MHisto[K] extends MahoutPlot

Create a Histogram of bims of a DRM by sampling a given percentage and plotting corresponding points of (drmXY(::,0),drmXY(::,1))

K

Linear Supertypes
MahoutPlot, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MHisto
  2. MahoutPlot
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MHisto(drmXY: DrmLike[K], numBins: Int, samplePercent: Double = 1, setVisible: Boolean = true)

    drmXY

    an m x 1 Drm Column, drm to plot

    samplePercent

    the percentage the drm to sample. Default =1

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val arrays: Array[Double]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. var canvas: PlotCanvas

    Definition Classes
    MahoutPlot
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contentPane: PlotCanvas

    Definition Classes
    MahoutPlot
  11. val drmSize: Int

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def exportPNG(path: String = "/tmp/test.png"): Boolean

    Definition Classes
    MahoutPlot
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. var mPlotMatrix: Matrix

    Definition Classes
    MahoutPlot
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. val numSamples: Int

  24. var plotFrame: JFrame

    Definition Classes
    MahoutPlot
  25. var plotPanel: PlotPanel

    Definition Classes
    MahoutPlot
  26. val sampleDec: Double

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MahoutPlot

Inherited from AnyRef

Inherited from Any

Ungrouped