Class/Object

org.pmml4s.data

CombinedSeries

Related Docs: object CombinedSeries | package data

Permalink

class CombinedSeries extends Series

Linear Supertypes
Series, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CombinedSeries
  2. Series
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CombinedSeries()

    Permalink
  2. new CombinedSeries(rows: Array[Series])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +:(series: Series): CombinedSeries

    Permalink
  4. def :+(series: Series): CombinedSeries

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def anyMissing: Boolean

    Permalink
    Definition Classes
    Series
  7. def anyNull: Boolean

    Permalink

    Returns true if there are any NULL values in this series.

    Returns true if there are any NULL values in this series.

    Definition Classes
    Series
  8. def apply(i: Int): Any

    Permalink

    Returns the value at position i.

    Returns the value at position i. If the value is null, null is returned.

    Definition Classes
    Series
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def columns: Array[String]

    Permalink
    Definition Classes
    Series
  12. def copy(): Series

    Permalink

    Make a copy of the current Series object.

    Make a copy of the current Series object.

    Definition Classes
    CombinedSeriesSeries
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def fieldIndex(name: String): Int

    Permalink

    Returns the index of a given field name.

    Returns the index of a given field name.

    Definition Classes
    Series
  16. def filter(filter: Seq[String]): Series

    Permalink
    Definition Classes
    Series
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get(i: Int): Any

    Permalink

    Returns the value at position i.

    Returns the value at position i. If the value is null, null is returned.

    Definition Classes
    CombinedSeriesSeries
  19. def getAs[T](fieldName: String): T

    Permalink

    Returns the value of a given fieldName.

    Returns the value of a given fieldName. For primitive types if value is null it returns 'zero value' specific for primitive ie. 0 for Int - use isNullAt to ensure that value is not null

    Definition Classes
    Series
    Exceptions thrown

    ClassCastException when data type does not match.

    IllegalArgumentException when fieldName do not exist.

    UnsupportedOperationException when schema is not defined.

  20. def getAs[T](i: Int): T

    Permalink

    Returns the value at position i.

    Returns the value at position i. For primitive types if value is null it returns 'zero value' specific for primitive ie. 0 for Int - use isNullAt to ensure that value is not null

    Definition Classes
    Series
    Exceptions thrown

    ClassCastException when data type does not match.

  21. def getBoolean(i: Int): Boolean

    Permalink
    Definition Classes
    Series
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getDouble(i: Int): Double

    Permalink
    Definition Classes
    Series
  24. def getInt(i: Int): Int

    Permalink
    Definition Classes
    Series
  25. def getLong(i: Int): Long

    Permalink
    Definition Classes
    Series
  26. def getString(i: Int): String

    Permalink
    Definition Classes
    Series
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def header: Series

    Permalink
  29. def index(i: Int): (Series, Int)

    Permalink
  30. val individualRows: Array[Series]

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isMissingAt(i: Int): Boolean

    Permalink

    Checks whether the value at position i is missing (null or Double.NaN) if the position is valid, otherwise treated as missing too.

    Checks whether the value at position i is missing (null or Double.NaN) if the position is valid, otherwise treated as missing too.

    Definition Classes
    Series
  33. def isNullAt(i: Int): Boolean

    Permalink

    Checks whether the value at position i is null.

    Checks whether the value at position i is null.

    Definition Classes
    Series
  34. def last: Series

    Permalink
  35. val length: Int

    Permalink

    Number of elements in the Series.

    Number of elements in the Series.

    Definition Classes
    CombinedSeriesSeries
  36. def mkString(sep: String): String

    Permalink
    Definition Classes
    Series
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. val rows: Array[Series]

    Permalink
  41. val schema: StructType

    Permalink

    Schema for the Series.

    Schema for the Series.

    Definition Classes
    CombinedSeriesSeries
  42. def show(): Unit

    Permalink
    Definition Classes
    Series
  43. def size: Int

    Permalink

    Number of elements in the Series.

    Number of elements in the Series.

    Definition Classes
    Series
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toArray: Array[Any]

    Permalink
    Definition Classes
    CombinedSeriesSeries
  46. def toJavaMap: Map[String, Any]

    Permalink
    Definition Classes
    Series
  47. def toJson(isObj: Boolean = true): JsValue

    Permalink
    Definition Classes
    Series
  48. def toMap: Map[String, Any]

    Permalink
    Definition Classes
    Series
  49. def toPairSeq: Seq[(String, Any)]

    Permalink
    Definition Classes
    Series
  50. def toSeq: Seq[Any]

    Permalink
    Definition Classes
    Series
  51. def toString(): String

    Permalink
    Definition Classes
    Series → AnyRef → Any
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Series

Inherited from AnyRef

Inherited from Any

Ungrouped