trait ColumnOps extends AnyRef
- Alphabetic
- By Inheritance
- ColumnOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *[S](other: Double)(implicit arg0: Sc[S]): Column
- def *[S](other: Long)(implicit arg0: Sc[S]): Column
- def *[S](other: STen)(implicit arg0: Sc[S]): Column
Multiplication
- def +[S](other: Long)(implicit arg0: Sc[S]): Column
Adds a scalar to all elements.
- def +[S](other: Double)(implicit arg0: Sc[S]): Column
Adds a scalar to all elements.
- def +[S](other: Column)(implicit arg0: Sc[S]): Column
Adds to tensors.
- def -[S](other: Column)(implicit arg0: Sc[S]): Column
Subtracts from tensor.
- def /[S](other: Double)(implicit arg0: Sc[S]): Column
- def /[S](other: Long)(implicit arg0: Sc[S]): Column
- def /[S](other: STen)(implicit arg0: Sc[S]): Column
- def <[S](other: Column)(implicit arg0: Sc[S]): Column
- def <=[S](other: Column)(implicit arg0: Sc[S]): Column
- def <>[S](other: Column)(implicit arg0: Sc[S]): Column
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >[S](other: Column)(implicit arg0: Sc[S]): Column
Return a boolean tensor indicating element-wise greater-than.
- def >=[S](other: Column)(implicit arg0: Sc[S]): Column
- def abs[S](implicit arg0: Sc[S]): Column
- def acos[S](implicit arg0: Sc[S]): Column
- def and[S](other: Column)(implicit arg0: Sc[S]): Column
Return a boolean tensor with element-wise logical and.
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asin[S](implicit arg0: Sc[S]): Column
- def atan[S](implicit arg0: Sc[S]): Column
- def castToBool[S](implicit arg0: Sc[S]): Column
Casts to long
- 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
- def castToDouble[S](implicit arg0: Sc[S]): Column
Casts to double
- def castToFloat[S](implicit arg0: Sc[S]): Column
Casts to float
- def castToLong[S](implicit arg0: Sc[S]): Column
Casts to long
- def ceil[S](implicit arg0: Sc[S]): Column
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def cos[S](implicit arg0: Sc[S]): Column
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equ[S](other: Long)(implicit arg0: Sc[S]): Column
Returns a boolean tensors of the same shape, indicating equality with the other value.
- def equ[S](other: Double)(implicit arg0: Sc[S]): Column
Returns a boolean tensors of the same shape, indicating equality with the other value.
- def equ[S](other: Column)(implicit arg0: Sc[S]): Column
Returns a boolean tensors of the same shape, indicating equality with the other tensor.
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exp[S](implicit arg0: Sc[S]): Column
- def floor[S](implicit arg0: Sc[S]): Column
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNaN[S](implicit arg0: Sc[S]): Column
- def log[S](implicit arg0: Sc[S]): Column
- def log1p[S](implicit arg0: Sc[S]): Column
- 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 themask
boolean mask. - 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 themask
boolean mask. - def nanToNum[S](implicit arg0: Sc[S]): Column
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def not[S](implicit arg0: Sc[S]): Column
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def or[S](other: Column)(implicit arg0: Sc[S]): Column
- def pow[S](exponent: Double)(implicit arg0: Sc[S]): Column
- def reciprocal[S](implicit arg0: Sc[S]): Column
- def remainder[S](other: Column)(implicit arg0: Sc[S]): Column
- def round[S](implicit arg0: Sc[S]): Column
- def sign[S](implicit arg0: Sc[S]): Column
- def sin[S](implicit arg0: Sc[S]): Column
- def sqrt[S](implicit arg0: Sc[S]): Column
- def square[S](implicit arg0: Sc[S]): Column
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tan[S](implicit arg0: Sc[S]): Column
- 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])
- def xor[S](other: Column)(implicit arg0: Sc[S]): Column
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated