org.apache.mahout

visualization

package visualization

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

Type Members

  1. class MGrid[K] extends MahoutPlot

    Create a grid plot of a DRM by sampling a given percentage and plotting corresponding points of (drmXYZ(::,0), drmXYZ(::,1), drmXYZ(::,2))

  2. 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))

  3. class MHisto3d[K] extends MahoutPlot

    Create 3d Histogram of a DRM by sampling a given percentage and plotting corresponding points of (drmXYZ(::,0), drmXYZ(::,1), drmXYZ(::,2))

  4. class MPlot2d[K] extends MahoutPlot

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

  5. class MPlot3d[K] extends MahoutPlot

    Create a scatter plot of a DRM by sampling a given percentage and plotting corresponding points of (drmXYZ(::,0), drmXYZ(::,1), drmXYZ(::,2))

  6. class MSurf[K] extends MahoutPlot

    Create a s surface plot of a DRM by sampling a given percentage and plotting corresponding points of (drmXYZ(::,0), drmXYZ(::,1), drmXYZ(::,2))

  7. trait MahoutPlot extends AnyRef

Value Members

  1. def mhisto[K](drmX: DrmLike[K], numBins: Int, samplePercent: Double = 1, setVisible: Boolean = true): MahoutPlot

    K
    drmX
    numBins
    samplePercent
    setVisible
    returns

  2. def mhisto3d[K](drmXY: DrmLike[K], numBins: Int, samplePercent: Double = 1, setVisible: Boolean = true): MahoutPlot

    K
    drmXY
    numBins
    samplePercent
    setVisible
    returns

  3. def mplot3d[K](drmXYZ: DrmLike[K], samplePercent: Double = 1, setVisible: Boolean = true): MahoutPlot

    Syntatic sugar for MPlot3d class

    Syntatic sugar for MPlot3d class

    K
    drmXYZ
    samplePercent
    setVisible
    returns

  4. def mpot2d[K](drmXY: DrmLike[K], samplePercent: Double = 1, setVisible: Boolean = true): MahoutPlot

    Syntatic sugar for MPlot2d class

    Syntatic sugar for MPlot2d class

    K
    drmXY
    samplePercent
    setVisible
    returns

  5. def mxXYZ2array3d(mxXYZ: Matrix): Array[Array[Array[Double]]]

    Roll a set of datapoints in a mx3 matrix into a 3D Array()()()

    Roll a set of datapoints in a mx3 matrix into a 3D Array()()()

    mxXYZ

    Matrix of data points x_0 = mx(i,0), x_1 = mx(i,1), x_2 = mx(i,2)

    returns

    an Array[Array[Array[Double]]] 3d Array

Inherited from AnyRef

Inherited from Any

Ungrouped