c

com.microsoft.azure.synapse.ml.vw

PredictionBufferDiscard

class PredictionBufferDiscard extends PredictionBuffer

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

Instance Constructors

  1. new PredictionBufferDiscard()

Value Members

  1. def append(inputRow: Row, prediction: AnyRef): Unit
  2. def result(model: Array[Byte]): Seq[Row]
  3. def schema: StructType