Packages

abstract class LogitProcessor extends Logit

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogitProcessor
  2. Logit
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogitProcessor()

Abstract Value Members

  1. abstract def call(inputIds: Seq[Array[Int]], scores: Array[Array[Float]], currentLength: Int): Array[Array[Float]]
    Definition Classes
    Logit