o

com.microsoft.azure.synapse.ml.vw

VowpalWabbitUtil

object VowpalWabbitUtil

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VowpalWabbitUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def addFeaturesToExample(featureColIndices: Seq[NamespaceInfo], row: Row, ex: VowpalWabbitExample): Unit
  2. def generateNamespaceInfo(schema: StructType, hashSeed: Int, col: String): NamespaceInfo
  3. def generateNamespaceInfos(schema: StructType, hashSeed: Int, cols: Seq[String]): Array[NamespaceInfo]

    Generate namespace info (hash, feature group, field index) for supplied columns.

    Generate namespace info (hash, feature group, field index) for supplied columns.

    schema

    data frame schema to lookup column indices.

  4. def prepareMultilineExample[T](row: Row, actionNamespaceInfos: Array[NamespaceInfo], sharedNamespaceInfos: Array[NamespaceInfo], exampleStack: ExampleStack, fun: (Array[VowpalWabbitExample]) ⇒ T): T