c

com.microsoft.azure.synapse.ml.vw

PredictionBufferKeep

class PredictionBufferKeep extends PredictionBuffer

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PredictionBufferKeep
  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 PredictionBufferKeep(predictionSchema: StructType, predictionFunc: VowpalWabbitPredictionToSeqFunc, inputSchema: StructType, predictionIdCol: String)

Value Members

  1. def append(inputRow: Row, prediction: AnyRef): Unit
    Definition Classes
    PredictionBufferKeepPredictionBuffer
  2. val predictionIdIdx: Int
  3. val predictions: ListBuffer[Row]
  4. def result(model: Array[Byte]): Seq[Row]

    returns

    First row has the model (and nothing else), remaining rows have predictions and no model

    Definition Classes
    PredictionBufferKeepPredictionBuffer
  5. def schema: StructType
    Definition Classes
    PredictionBufferKeepPredictionBuffer