object Utils
Various utility methods used by PMML4S.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Utils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def anyMissing(values: Array[Double]): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDataVal(s: String, dataType: DataType): Option[DataVal]
- def getVal(s: String, dataType: DataType): Option[Any]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def inferDataType(a: Any): DataType
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMissing(value: Double): Boolean
- Annotations
- @inline()
- def isMissing(value: Any): Boolean
- def isMissing(value: DataVal): Boolean
- Annotations
- @inline()
- def isNull(value: DataVal): Boolean
- Annotations
- @inline()
- def isNumeric(value: Any): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonMissing(value: Double): Boolean
- def nonMissing(value: Any): Boolean
- def nonMissing(value: DataVal): Boolean
- Annotations
- @inline()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def orNull(a: Any, b: => Any): Any
- def plus[T](lhs: Seq[T], rhs: Seq[Double])(implicit num: Numeric[T]): Seq[Double]
- def reduceByKey[K, V](collection: Iterable[(K, V)])(implicit num: Numeric[V]): Map[K, V]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBoolean(a: Any): Boolean
- def toDataVal(a: Any, dataType: DataType): DataVal
- Annotations
- @tailrec()
- def toDataVal(s: String, dataType: DataType): DataVal
- def toDouble(value: Any): Double
- def toInt(a: Any): Int
- def toLong(a: Any): Long
- def toMap[K <: AnyRef, V](keys: Iterable[K], values: Iterable[V]): Map[K, V]
- def toMap[K <: AnyRef, V](keys: Array[K], values: Array[V]): Map[K, V]
- def toMapWithIndex[K <: AnyRef](keys: Array[K]): Map[K, Int]
- def toString(a: Any): String
- def toString(a: DataVal): String
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toVal(a: Any, dataType: DataType): Any
- def toVal(s: String, dataType: DataType): Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)