Packages

package tapas

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class TapasCellDate(day: Option[Int], month: Option[Int], year: Option[Int]) extends Product with Serializable
  2. case class TapasCellValue(number: Option[Float], date: TapasCellDate) extends Product with Serializable
  3. class TapasEncoder extends AnyRef
  4. 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
  5. case class TapasNumericValueSpan(begin: Int, end: Int, value: TapasCellValue) extends Product with Serializable

Value Members

  1. object TapasCellDate extends Serializable
  2. object TapasCellValue extends Serializable
  3. object TapasNumericRelation
  4. object TapasNumericValueSpan extends Serializable

Ungrouped