object DATA_CLASS_TENSOR extends DataClass with Recognized with Product with Serializable
Tensor time series. Each Value
for the corresponding tag must have
tensor
set. The tensor value is arbitrary, but should be small to
accommodate direct storage in database backends: an upper bound of a few
kilobytes is a reasonable rule of thumb.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DATA_CLASS_TENSOR
- Recognized
- DataClass
- GeneratedEnum
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asRecognized: Option[Recognized]
- Definition Classes
- DataClass
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: GeneratedEnumCompanion[DataClass]
- Definition Classes
- DataClass → GeneratedEnum
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
index: Int
- Definition Classes
- DATA_CLASS_TENSOR → GeneratedEnum
-
def
isDataClassBlobSequence: Boolean
- Definition Classes
- DataClass
-
def
isDataClassScalar: Boolean
- Definition Classes
- DataClass
-
def
isDataClassTensor: Boolean
- Definition Classes
- DATA_CLASS_TENSOR → DataClass
-
def
isDataClassUnknown: Boolean
- Definition Classes
- DataClass
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isUnrecognized: Boolean
- Definition Classes
- GeneratedEnum
-
def
javaValueDescriptor: EnumValueDescriptor
- Definition Classes
- GeneratedEnum
-
val
name: String
- Definition Classes
- DATA_CLASS_TENSOR → GeneratedEnum
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
scalaValueDescriptor: EnumValueDescriptor
- Definition Classes
- GeneratedEnum
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- GeneratedEnum → Any
-
val
value: Int
- Definition Classes
- DataClass → GeneratedEnum
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated