c

com.microsoft.azure.synapse.ml.automl

DiscreteHyperParam

class DiscreteHyperParam[T] extends Dist[T]

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

Instance Constructors

  1. new DiscreteHyperParam(values: List[T], seed: Long = 0)

Value Members

  1. def getNext(): T
    Definition Classes
    DiscreteHyperParamDist
  2. def getParamPair(param: Param[_]): ParamPair[_]
    Definition Classes
    Dist
  3. def getValues: List[T]

    Return the list of values as an java List for py4j side.

  4. val random: Random