Package

com.eharmony.aloha.models.h2o

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. case class DoubleH2oSpec(name: String, spec: String, defVal: Option[Double]) extends H2oSpec with Product with Serializable

    Permalink
  2. case class DoubleSeqH2oSpec(name: String, spec: String, size: Int, defVal: Option[Seq[Double]]) extends H2oSpec with Product with Serializable

    Permalink
  3. case class H2oAst(modelType: String, modelId: ModelId, modelSource: ModelSource, features: ListMap[String, H2oSpec], numMissingThreshold: Option[Int] = None, notes: Option[Seq[String]] = None) extends Product with Serializable

    Permalink
  4. sealed trait H2oSpec extends AnyRef

    Permalink
  5. case class StringH2oSpec(name: String, spec: String, defVal: Option[String]) extends H2oSpec with Product with Serializable

    Permalink

Value Members

  1. object H2oSpec

    Permalink

Ungrouped