object RleVectorR extends Serializable
The RleVectorR
object is the companion object for the RleVectorR
class.
- Alphabetic
- By Inheritance
- RleVectorR
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- 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
- def apply(x: Real, xs: Real*): RleVectorR
Create a
RleVectorR
from one or more values (repeated valuesReal
*).Create a
RleVectorR
from one or more values (repeated valuesReal
*).- x
the first
Real number
- xs
the rest of the
Real
numbers
- def apply(xs: ReArray[Real]): RleVectorR
Create a
RleVectorR
from a sequence ofReal
.Create a
RleVectorR
from a sequence ofReal
.- xs
the sequence of the
Real
- def apply(xs: Seq[Real]): RleVectorR
Create a
RleVectorR
from a sequence ofReal
.Create a
RleVectorR
from a sequence ofReal
.- xs
the sequence of the
Real
- def apply(y: VectoR): RleVectorR
Create a
RleVectorR
(i.e., Run Length Encoding compression) fromVectorR
.Create a
RleVectorR
(i.e., Run Length Encoding compression) fromVectorR
.- y
the
VectorR
to be compressed