Class/Object

com.eharmony.aloha.dataset.vw.labeled.json

VwLabeledJson

Related Docs: object VwLabeledJson | package json

Permalink

final case class VwLabeledJson(imports: Seq[String], features: IndexedSeq[SparseSpec], namespaces: Option[Seq[Namespace]] = Some(Nil), normalizeFeatures: Option[Boolean] = Some(false), label: String, importance: Option[String] = Some("1"), tag: Option[String] = None) extends VwJsonLike with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, VwJsonLike, NsValidation, FeatureValidation[Sparse], ValidationBase, Validation, CovariateJson[Sparse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VwLabeledJson
  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 VwLabeledJson(imports: Seq[String], features: IndexedSeq[SparseSpec], namespaces: Option[Seq[Namespace]] = Some(Nil), normalizeFeatures: Option[Boolean] = Some(false), label: String, importance: Option[String] = Some("1"), tag: Option[String] = None)

    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
    Definition Classes
    VwLabeledJsonFeatureValidationCovariateJson
  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 importance: Option[String]

    Permalink
  12. val imports: Seq[String]

    Permalink
    Definition Classes
    VwLabeledJsonCovariateJson
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val label: String

    Permalink
  15. 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
  16. val namespaces: Option[Seq[Namespace]]

    Permalink
    Definition Classes
    VwLabeledJsonVwJsonLikeNsValidation
  17. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    VwLabeledJsonVwJsonLike
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. final def reportDuplicates[A](label: String, xs: Seq[A]): Option[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val tag: Option[String]

    Permalink
  26. 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
  27. final def validateFeatureNames: Option[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    FeatureValidation
  28. def validateImportance(): Boolean

    Permalink
  29. final def validateNsFeatures: Option[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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