c

com.microsoft.azure.synapse.ml.vw

VowpalWabbitSyncScheduleSplits

class VowpalWabbitSyncScheduleSplits extends VowpalWabbitSyncSchedule

Row-count based splitting.

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

Instance Constructors

  1. new VowpalWabbitSyncScheduleSplits(df: DataFrame, numSplits: Integer)

Value Members

  1. def shouldTriggerAllReduce(row: Row): Boolean

    Implementations must guarantee to trigger the same number of times across all partitions.

    Implementations must guarantee to trigger the same number of times across all partitions.

    row

    passed in to enable content passed schedules (e.g. temporal)

    returns

    True if this partition needs to synchronize, false otherwise.

    Definition Classes
    VowpalWabbitSyncScheduleSplitsVowpalWabbitSyncSchedule