Packages

object RleVectorR extends Serializable

The RleVectorR object is the companion object for the RleVectorR class.

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

Value Members

  1. def apply(xs: Array[String]): RleVectorR

    Create a RleVectorR from an array of Strings.

    Create a RleVectorR from an array of Strings. For numeric types, assign missing value indicator upon format failure.

    xs

    the array of the Strings

  2. def apply(x: Real, xs: Real*): RleVectorR

    Create a RleVectorR from one or more values (repeated values Real*).

    Create a RleVectorR from one or more values (repeated values Real*).

    x

    the first Real number

    xs

    the rest of the Real numbers

  3. def apply(xs: ReArray[Real]): RleVectorR

    Create a RleVectorR from a sequence of Real.

    Create a RleVectorR from a sequence of Real.

    xs

    the sequence of the Real

  4. def apply(xs: Seq[Real]): RleVectorR

    Create a RleVectorR from a sequence of Real.

    Create a RleVectorR from a sequence of Real.

    xs

    the sequence of the Real

  5. def apply(y: VectoR): RleVectorR

    Create a RleVectorR (i.e., Run Length Encoding compression) from VectorR.

    Create a RleVectorR (i.e., Run Length Encoding compression) from VectorR.

    y

    the VectorR to be compressed