Package

ai.deepsense.deeplang.params

choice

Permalink

package choice

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractChoiceParam[T <: Choice, U] extends Param[U]

    Permalink

    T

    Type of choice items available to be chosen.

    U

    Type of stored value. This can be type T or a collection of type T.

  2. abstract class Choice extends Params

    Permalink
  3. class ChoiceParam[T <: Choice] extends AbstractChoiceParam[T, T]

    Permalink
  4. case class MultipleChoiceParam[T <: Choice](name: String, description: Option[String])(implicit tag: scala.reflect.api.JavaUniverse.TypeTag[T]) extends AbstractChoiceParam[T, Set[T]] with Product with Serializable

    Permalink

Value Members

  1. object ChoiceParam

    Permalink

Ungrouped