Class/Object

com.eharmony.aloha.dataset.vw.multilabel.json

VwMultilabeledJson

Related Docs: object VwMultilabeledJson | package json

Permalink

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

Created by ryan.deak on 9/13/17.

Linear Supertypes
Serializable, Serializable, Product, Equals, VwJsonLike, NsValidation, FeatureValidation[Sparse], ValidationBase, Validation, CovariateJson[Sparse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VwMultilabeledJson
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. VwJsonLike
  7. NsValidation
  8. FeatureValidation
  9. ValidationBase
  10. Validation
  11. CovariateJson
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VwMultilabeledJson(imports: Seq[String], features: IndexedSeq[SparseSpec], namespaces: Option[Seq[Namespace]] = Some(Nil), normalizeFeatures: Option[Boolean] = Some(false), positiveLabels: String)

    Permalink

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. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val features: IndexedSeq[SparseSpec]

    Permalink
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def findDupicates[A, K](xs: SeqView[A, Seq[A]])(criteria: (A) ⇒ K): IndexedSeq[K]

    Permalink

    Find duplicates in xs based on some criteria.

    Find duplicates in xs based on some criteria.

    A

    type of

    xs

    where to look for duplicates

    criteria

    the criteria used to determine duplicates.

    Attributes
    protected[this]
    Definition Classes
    ValidationBase
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val imports: Seq[String]

    Permalink
    Definition Classes
    VwMultilabeledJsonCovariateJson
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def namespaceIndices(): (List[Int], List[(String, List[Int])])

    Permalink

    Get the default namespace index mapping and the mapping from each namespace name to the feature index.

    Get the default namespace index mapping and the mapping from each namespace name to the feature index.

    Definition Classes
    VwJsonLike
  14. val namespaces: Option[Seq[Namespace]]

    Permalink
    Definition Classes
    VwMultilabeledJsonVwJsonLikeNsValidation
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. val normalizeFeatures: Option[Boolean]

    Permalink
    Definition Classes
    VwMultilabeledJsonVwJsonLike
  17. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. val positiveLabels: String

    Permalink
  20. final def reportDuplicates[A](label: String, xs: Seq[A]): Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ValidationBase
  21. final def reportDuplicates[A, K](label: String, xs: SeqView[A, Seq[A]])(criteria: (A) ⇒ K): Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ValidationBase
  22. def shouldNormalizeFeatures: Boolean

    Permalink
    Definition Classes
    VwJsonLike
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def validate(): Option[String]

    Permalink

    If an error occurred, provide the error message; otherwise, return None for no error.

    If an error occurred, provide the error message; otherwise, return None for no error.

    Definition Classes
    VwJsonLikeValidation
  25. final def validateFeatureNames: Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    FeatureValidation
  26. final def validateNsFeatures: Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    NsValidation
  27. final def validateNsNames: Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    NsValidation
  28. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from VwJsonLike

Inherited from NsValidation

Inherited from FeatureValidation[Sparse]

Inherited from ValidationBase

Inherited from Validation

Inherited from CovariateJson[Sparse]

Inherited from AnyRef

Inherited from Any

Ungrouped