package tapas
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class TapasCellDate(day: Option[Int], month: Option[Int], year: Option[Int]) extends Product with Serializable
- case class TapasCellValue(number: Option[Float], date: TapasCellDate) extends Product with Serializable
- class TapasEncoder extends AnyRef
- case class TapasInputData(inputIds: Array[Int], attentionMask: Array[Int], segmentIds: Array[Int], columnIds: Array[Int], rowIds: Array[Int], prevLabels: Array[Int], columnRanks: Array[Int], invertedColumnRanks: Array[Int], numericRelations: Array[Int]) extends Product with Serializable
- case class TapasNumericValueSpan(begin: Int, end: Int, value: TapasCellValue) extends Product with Serializable
Value Members
- object TapasCellDate extends Serializable
- object TapasCellValue extends Serializable
- object TapasNumericRelation
- object TapasNumericValueSpan extends Serializable