Packages

trait Windowing extends Serializable

Created by jose on 24/11/17.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Windowing
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val after: Int
  2. abstract val before: Int

Concrete Value Members

  1. def applyWindow(tokenizedSentence: WordpieceEmbeddingsSentence, s: Int, e: Int, embeddingsDim: Int): Array[Double]
  2. def applyWindowContext(tokenizedSentence: WordpieceEmbeddingsSentence, s: Int, e: Int, embeddingsDim: Int): (Array[Array[Float]], Array[Array[Float]], Array[Array[Float]])
  3. def applyWindowUdf(embeddingsDim: Int): UserDefinedFunction
  4. def applyWindowUdfChunk(embeddingsDim: Int): UserDefinedFunction
  5. def l2norm(xs: Array[Double]): Double
  6. def normalize(vec: Array[Double]): Array[Double]
  7. def tokenIndexToChunkIndex(doc: Array[TokenPieceEmbeddings], start: Int, end: Int): (Int, Int)