Class/Object

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

VwDownsampledMultilabeledJson

Related Docs: object VwDownsampledMultilabeledJson | package json

Permalink

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

JSON AST for VwDownsampledMultilabelRowCreator.

positiveLabels

string representing a function that will be used to extract positive labels from the input.

numDownsampledNegLabels

a positive value representing the number of negative labels to include in each row. If this is less than the number of negative examples for a given row, then no downsampling of negatives will take place.

Since

11/6/2017

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

    Permalink

    positiveLabels

    string representing a function that will be used to extract positive labels from the input.

    numDownsampledNegLabels

    a positive value representing the number of negative labels to include in each row. If this is less than the number of negative examples for a given row, then no downsampling of negatives will take place.

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

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

    Permalink
  17. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. val numDownsampledNegLabels: Int

    Permalink

    a positive value representing the number of negative labels to include in each row.

    a positive value representing the number of negative labels to include in each row. If this is less than the number of negative examples for a given row, then no downsampling of negatives will take place.

  20. val positiveLabels: String

    Permalink

    string representing a function that will be used to extract positive labels from the input.

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

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

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

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

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

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