com.eharmony.aloha.dataset.vw.multilabel

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. final case class VwDownsampledMultilabeledJson(imports: Seq[String], features: IndexedSeq[SparseSpec], namespaces: Option[Seq[Namespace]] = ..., normalizeFeatures: Option[Boolean] = scala.Some.apply[Boolean](false), positiveLabels: String, numDownsampledNegLabels: Int) extends VwJsonLike with Product with Serializable

    JSON AST for VwDownsampledMultilabelRowCreator.

  2. final case class VwMultilabeledJson(imports: Seq[String], features: IndexedSeq[SparseSpec], namespaces: Option[Seq[Namespace]] = ..., normalizeFeatures: Option[Boolean] = scala.Some.apply[Boolean](false), positiveLabels: String) extends VwJsonLike with Product with Serializable

    Created by ryan.

Value Members

  1. object VwDownsampledMultilabeledJson extends DefaultJsonProtocol with Serializable

  2. object VwMultilabeledJson extends DefaultJsonProtocol with Serializable

Ungrouped