Trait

com.databricks.labs.automl.model.tools.structures

SeedGenerator

Related Doc: package structures

Permalink

trait SeedGenerator extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeedGenerator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convertToLog(minScale: Double, maxScale: Double, value: Double): Double

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def extractContinuousBoundaries(parameter: (Double, Double)): NumericBoundaries

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def generateArraySpace(layerBoundaryLow: Int, layerBoundaryHigh: Int, hiddenBoundaryLow: Int, hiddenBoundaryHigh: Int, inputFeatureSize: Int, distinctClasses: Int, generatorCount: Int): Array[Array[Int]]

    Permalink
  12. def generateLinearIntSpace(boundaries: NumericBoundaries, generatorCount: Int): Array[Double]

    Permalink
  13. def generateLinearSpace(boundaries: NumericBoundaries, generatorCount: Int): Array[Double]

    Permalink
  14. def generateLogSpace(boundaries: NumericBoundaries, generatorCount: Int): Array[Double]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getNumberOfElements(numericBoundaries: Map[String, (Double, Double)]): Int

    Permalink
  17. def getPermutationCounts(targetIterations: Int, numberOfElements: Int): Int

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mlpcLayersExtractor(layers: Array[Int]): (Int, Int)

    Permalink
  21. def mlpcRandomIndexSelection(numericArrays: MLPCNumericArrays): MLPCArrayCollection

    Permalink
  22. def mlpcStaticIndexSelection(numericArrays: MLPCNumericArrays): MLPCArrayCollection

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def randomIndexSelection(numericArrays: Array[Array[Double]]): NumericArrayCollection

    Permalink
  27. def randomSampleArray[T](hyperParameterArray: Array[T], sampleCount: Int, seed: Long = 42L)(implicit arg0: ClassTag[T]): Array[T]

    Permalink
  28. def selectCoinFlip(currentIterator: Int): Boolean

    Permalink
  29. def selectStringIndex(availableParams: List[String], currentIterator: Int): StringSelectionReturn

    Permalink
  30. def staticIndexSelection(numericArrays: Array[Array[Double]]): NumericArrayCollection

    Permalink
  31. def stringBoundaryPermutationCalculator(stringBoundaries: Map[String, List[String]]): Int

    Permalink

    Calculates the number of possible additional permutations to be added to the search space for string values

    Calculates the number of possible additional permutations to be added to the search space for string values

    stringBoundaries

    The string boundary payload for a modeling family

    returns

    Int representing any additional permutations on the numeric body that will need to be generated in order to attempt to reach the target unique hyperparameter search space

    Attributes
    protected[com.databricks.labs.automl.model.tools]
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped