Class

com.microsoft.ml.spark.core.schema.DatasetExtensions

MMLDataFrame

Related Doc: package DatasetExtensions

Permalink

implicit final class MMLDataFrame extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MMLDataFrame
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MMLDataFrame(df: Dataset[_])

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. val df: Dataset[_]

    Permalink
  6. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  7. def getColAs[T](colName: String): Seq[T]

    Permalink

    Gets the column values as the given type.

    Gets the column values as the given type.

    T

    The type to retrieve.

    colName

    The column name to retrieve from.

    returns

    The sequence of values in the column.

  8. def getDVCol: (String) ⇒ Seq[DenseVector]

    Permalink

    Gets the spark dense vector column.

    Gets the spark dense vector column.

    returns

    The spark dense vector column.

  9. def getSVCol: (String) ⇒ Seq[SparseVector]

    Permalink

    Gets the spark sparse vector column.

    Gets the spark sparse vector column.

    returns

    The spark sparse vector column.

  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def toString(): String

    Permalink
    Definition Classes
    Any
  12. def withDerivativeCol(prefix: String): String

    Permalink

    Finds an unused column name given initial column name in the given schema.

    Finds an unused column name given initial column name in the given schema. The unused column name will be given prefix with a number appended to it, eg "testColumn_5". There will be an underscore between the column name and the number appended.

    returns

    The unused column name.

Inherited from AnyVal

Inherited from Any

Ungrouped