Packages

c

org.pmml4s.data

GenericSeriesWithSchema

class GenericSeriesWithSchema extends GenericSeries

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

Instance Constructors

  1. new GenericSeriesWithSchema()

    No-arg constructor for serialization.

    No-arg constructor for serialization.

    Attributes
    protected
  2. new GenericSeriesWithSchema(values: Array[DataVal], schema: StructType)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def anyMissing: Boolean
    Definition Classes
    Series
  5. def anyNull: Boolean

    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
  6. def apply(i: Int): DataVal

    Returns the value at position i.

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

    Definition Classes
    GenericSeriesSeries
    Annotations
    @inline()
  7. def asArray: Array[Any]
    Definition Classes
    Series
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asJavaMap: Map[String, Any]
    Definition Classes
    Series
  10. def asMap: Map[String, Any]
    Definition Classes
    Series
  11. def asPairSeq: Seq[(String, Any)]
    Definition Classes
    Series
  12. def asSeq: Seq[Any]
    Definition Classes
    Series
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. def columns: Array[String]
    Definition Classes
    Series
  15. def copy(): GenericSeries

    Make a copy of the current Series object.

    Make a copy of the current Series object.

    Definition Classes
    GenericSeriesSeries
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fieldIndex(name: String): Int

    Returns the index of a given field name.

    Returns the index of a given field name.

    Definition Classes
    GenericSeriesWithSchemaSeries
  19. def filter(filter: Seq[String]): Series
    Definition Classes
    Series
  20. def get(i: Int): DataVal

    Returns the value at position i.

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

    Definition Classes
    GenericSeriesSeries
  21. def get(fieldName: String): DataVal

    Returns the value of a given fieldName.

    Returns the value of a given fieldName.

    Definition Classes
    Series
  22. def getBoolean(i: Int): Boolean
    Definition Classes
    Series
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def getDouble(i: Int): Double
    Definition Classes
    Series
  25. def getInt(i: Int): Int
    Definition Classes
    Series
  26. def getLong(i: Int): Long
    Definition Classes
    Series
  27. def getString(i: Int): String
    Definition Classes
    Series
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isMissingAt(i: Int): Boolean

    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
  31. def isNullAt(i: Int): Boolean

    Checks whether the value at position i is null.

    Checks whether the value at position i is null.

    Definition Classes
    Series
  32. val length: Int

    Number of elements in the Series.

    Number of elements in the Series.

    Definition Classes
    GenericSeriesSeries
  33. def mkString(sep: String): String
    Definition Classes
    Series
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. val schema: StructType

    Schema for the Series.

    Schema for the Series.

    Definition Classes
    GenericSeriesWithSchemaSeries
  38. def show(): Unit
    Definition Classes
    Series
  39. def size: Int

    Number of elements in the Series.

    Number of elements in the Series.

    Definition Classes
    Series
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toArray: Array[DataVal]
    Definition Classes
    GenericSeriesSeries
  42. def toJavaMap: Map[String, DataVal]
    Definition Classes
    Series
  43. def toJson(isObj: Boolean = true): JsValue
    Definition Classes
    Series
  44. def toMap: Map[String, DataVal]
    Definition Classes
    Series
  45. def toPairSeq: Seq[(String, DataVal)]
    Definition Classes
    Series
  46. def toSeq: Seq[DataVal]
    Definition Classes
    Series
  47. def toString(): String
    Definition Classes
    Series → AnyRef → Any
  48. val values: Array[DataVal]
    Definition Classes
    GenericSeries
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from GenericSeries

Inherited from Series

Inherited from AnyRef

Inherited from Any

Ungrouped