Packages

t

lamp.table

ColumnOps

trait ColumnOps extends AnyRef

Self Type
Column
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *[S](other: Double)(implicit arg0: Sc[S]): Column
  4. def *[S](other: Long)(implicit arg0: Sc[S]): Column
  5. def *[S](other: STen)(implicit arg0: Sc[S]): Column

    Multiplication

  6. def +[S](other: Long)(implicit arg0: Sc[S]): Column

    Adds a scalar to all elements.

  7. def +[S](other: Double)(implicit arg0: Sc[S]): Column

    Adds a scalar to all elements.

  8. def +[S](other: Column)(implicit arg0: Sc[S]): Column

    Adds to tensors.

  9. def -[S](other: Column)(implicit arg0: Sc[S]): Column

    Subtracts from tensor.

  10. def /[S](other: Double)(implicit arg0: Sc[S]): Column
  11. def /[S](other: Long)(implicit arg0: Sc[S]): Column
  12. def /[S](other: STen)(implicit arg0: Sc[S]): Column
  13. def <[S](other: Column)(implicit arg0: Sc[S]): Column
  14. def <=[S](other: Column)(implicit arg0: Sc[S]): Column
  15. def <>[S](other: Column)(implicit arg0: Sc[S]): Column
  16. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def >[S](other: Column)(implicit arg0: Sc[S]): Column

    Return a boolean tensor indicating element-wise greater-than.

  18. def >=[S](other: Column)(implicit arg0: Sc[S]): Column
  19. def abs[S](implicit arg0: Sc[S]): Column
  20. def acos[S](implicit arg0: Sc[S]): Column
  21. def and[S](other: Column)(implicit arg0: Sc[S]): Column

    Return a boolean tensor with element-wise logical and.

  22. def argsort[S](descending: Boolean)(implicit arg0: Sc[S]): Column

    Returns a long tensors with the argsort of the given dimension.

    Returns a long tensors with the argsort of the given dimension.

    Indexing the given dimension by the returned tensor would result in a sorted order.

  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def asin[S](implicit arg0: Sc[S]): Column
  25. def atan[S](implicit arg0: Sc[S]): Column
  26. def castToBool[S](implicit arg0: Sc[S]): Column

    Casts to long

  27. def castToByte[S](implicit arg0: Sc[S]): Column

    Casts to byte.

    Casts to byte. signed 8-bit integer (like Scala's Byte) This is called Char in libtorch

  28. def castToDouble[S](implicit arg0: Sc[S]): Column

    Casts to double

  29. def castToFloat[S](implicit arg0: Sc[S]): Column

    Casts to float

  30. def castToLong[S](implicit arg0: Sc[S]): Column

    Casts to long

  31. def ceil[S](implicit arg0: Sc[S]): Column
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  33. def cos[S](implicit arg0: Sc[S]): Column
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equ[S](other: Long)(implicit arg0: Sc[S]): Column

    Returns a boolean tensors of the same shape, indicating equality with the other value.

  36. def equ[S](other: Double)(implicit arg0: Sc[S]): Column

    Returns a boolean tensors of the same shape, indicating equality with the other value.

  37. def equ[S](other: Column)(implicit arg0: Sc[S]): Column

    Returns a boolean tensors of the same shape, indicating equality with the other tensor.

  38. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  39. def exp[S](implicit arg0: Sc[S]): Column
  40. def floor[S](implicit arg0: Sc[S]): Column
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isNaN[S](implicit arg0: Sc[S]): Column
  45. def log[S](implicit arg0: Sc[S]): Column
  46. def log1p[S](implicit arg0: Sc[S]): Column
  47. def maskFill[S](mask: Column, fill: Long)(implicit arg0: Sc[S]): Column

    Fills the tensor with the given fill value in the locations indicated by the mask boolean mask.

  48. def maskFill[S](mask: Column, fill: Double)(implicit arg0: Sc[S]): Column

    Fills the tensor with the given fill value in the locations indicated by the mask boolean mask.

  49. def nanToNum[S](implicit arg0: Sc[S]): Column
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def not[S](implicit arg0: Sc[S]): Column
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  54. def or[S](other: Column)(implicit arg0: Sc[S]): Column
  55. def pow[S](exponent: Double)(implicit arg0: Sc[S]): Column
  56. def reciprocal[S](implicit arg0: Sc[S]): Column
  57. def remainder[S](other: Column)(implicit arg0: Sc[S]): Column
  58. def round[S](implicit arg0: Sc[S]): Column
  59. def sign[S](implicit arg0: Sc[S]): Column
  60. def sin[S](implicit arg0: Sc[S]): Column
  61. def sqrt[S](implicit arg0: Sc[S]): Column
  62. def square[S](implicit arg0: Sc[S]): Column
  63. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  64. def tan[S](implicit arg0: Sc[S]): Column
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. def xor[S](other: Column)(implicit arg0: Sc[S]): Column

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped