org.nd4s

NDArrayEvidence

trait NDArrayEvidence[NDArray <: INDArray, Value] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NDArrayEvidence
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def add(a: NDArray, that: Number): NDArray

  2. abstract def add(a: NDArray, that: INDArray): NDArray

  3. abstract def addi(a: NDArray, that: Number): NDArray

  4. abstract def addi(a: NDArray, that: INDArray): NDArray

  5. abstract def create(arr: Array[Value], shape: Array[Int], ordering: NDOrdering, offset: Int): NDArray

  6. abstract def create(arr: Array[Value], shape: Int*): NDArray

  7. abstract def create(arr: Array[Value]): NDArray

  8. abstract def div(a: NDArray, that: Number): NDArray

  9. abstract def div(a: NDArray, that: INDArray): NDArray

  10. abstract def divi(a: NDArray, that: Number): NDArray

  11. abstract def divi(a: NDArray, that: INDArray): NDArray

  12. abstract def dup(a: NDArray): NDArray

  13. abstract def get(a: NDArray, i: INDArrayIndex*): NDArray

  14. abstract def get(a: NDArray, i: Int*): Value

  15. abstract def get(a: NDArray, i: Int, j: Int): Value

  16. abstract def get(a: NDArray, i: Int): Value

  17. abstract def greaterThan(left: Value, right: Value): Boolean

  18. abstract def lessThan(left: Value, right: Value): Boolean

  19. abstract def linearView(a: NDArray): NDArray

  20. abstract def max(ndarray: NDArray): Value

  21. abstract def mean(ndarray: NDArray): Value

  22. abstract def min(ndarray: NDArray): Value

  23. abstract def mmul(a: NDArray, that: INDArray): NDArray

  24. abstract def mmuli(a: NDArray, that: INDArray): NDArray

  25. abstract def mul(a: NDArray, that: Number): NDArray

  26. abstract def mul(a: NDArray, that: INDArray): NDArray

  27. abstract def muli(a: NDArray, that: Number): NDArray

  28. abstract def muli(a: NDArray, that: INDArray): NDArray

  29. abstract def norm1(ndarray: NDArray): Value

  30. abstract def norm2(ndarray: NDArray): Value

  31. abstract def normMax(ndarray: NDArray): Value

  32. abstract def product(ndarray: NDArray): Value

  33. abstract def put(a: NDArray, i: Array[Int], element: INDArray): NDArray

  34. abstract def put(a: NDArray, i: Int, element: INDArray): NDArray

  35. abstract def rdiv(a: NDArray, that: Number): NDArray

  36. abstract def rdiv(a: NDArray, that: INDArray): NDArray

  37. abstract def rdivi(a: NDArray, that: Number): NDArray

  38. abstract def rdivi(a: NDArray, that: INDArray): NDArray

  39. abstract def remainder(a: NDArray, that: Number): NDArray

  40. abstract def remainder(a: NDArray, that: INDArray): NDArray

  41. abstract def remainderi(a: NDArray, that: Number): NDArray

  42. abstract def remainderi(a: NDArray, that: INDArray): NDArray

  43. abstract def reshape(a: NDArray, i: Int*): NDArray

  44. abstract def standardDeviation(ndarray: NDArray): Value

  45. abstract def sub(a: NDArray, that: Number): NDArray

  46. abstract def sub(a: NDArray, that: INDArray): NDArray

  47. abstract def subi(a: NDArray, that: Number): NDArray

  48. abstract def subi(a: NDArray, that: INDArray): NDArray

  49. abstract def sum(ndarray: NDArray): Value

  50. abstract def update(a: NDArray, indices: Array[IndexRange], i: NDArray): NDArray

  51. abstract def update(a: NDArray, indices: Array[IndexRange], i: Value): NDArray

  52. abstract def variance(ndarray: NDArray): Value

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped