trait MultivariateStatisticalSummary extends AnyRef
Trait for multivariate statistical summary of a data matrix.
- Annotations
- @Since("1.0.0")
- Source
- MultivariateStatisticalSummary.scala
- Alphabetic
- By Inheritance
- MultivariateStatisticalSummary
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def count: Long
Sample size.
Sample size.
- Annotations
- @Since("1.0.0")
- abstract def max: Vector
Maximum value of each column.
Maximum value of each column.
- Annotations
- @Since("1.0.0")
- abstract def mean: Vector
Sample mean vector.
Sample mean vector.
- Annotations
- @Since("1.0.0")
- abstract def min: Vector
Minimum value of each column.
Minimum value of each column.
- Annotations
- @Since("1.0.0")
- abstract def normL1: Vector
L1 norm of each column
L1 norm of each column
- Annotations
- @Since("1.2.0")
- abstract def normL2: Vector
Euclidean magnitude of each column
Euclidean magnitude of each column
- Annotations
- @Since("1.2.0")
- abstract def numNonzeros: Vector
Number of nonzero elements (including explicitly presented zero values) in each column.
Number of nonzero elements (including explicitly presented zero values) in each column.
- Annotations
- @Since("1.0.0")
- abstract def variance: Vector
Sample variance vector.
Sample variance vector. Should return a zero vector if the sample size is 1.
- Annotations
- @Since("1.0.0")
- abstract def weightSum: Double
Sum of weights.
Sum of weights.
- Annotations
- @Since("3.0.0")
Concrete 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
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → 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)