edu.arizona.sista.learning

RVFKRankingDataset

Related Doc: package learning

class RVFKRankingDataset[F] extends RVFRankingDataset[F]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RVFKRankingDataset
  2. RVFRankingDataset
  3. FeatureTraversable
  4. BVFRankingDataset
  5. RankingDataset
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RVFKRankingDataset()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +=(queryDatums: Iterable[Datum[Int, F]]): Unit

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def bootstrapSample(n: Int): RankingDataset[F]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def datumSize: Int

    Definition Classes
    RankingDataset
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. var featureLexicon: Lexicon[F]

    Definition Classes
    RankingDataset
  12. def featureUpdater: FeatureUpdater[F, Double]

    Get the feature updater for this class, allowing iterating and updating feature values

    Get the feature updater for this class, allowing iterating and updating feature values

    Definition Classes
    RVFRankingDatasetFeatureTraversable
  13. val features: ArrayBuffer[Array[Array[Int]]]

    Definition Classes
    BVFRankingDataset
  14. def featuresCounter(queryOffset: Int, datumOffset: Int): Counter[Int]

  15. def featuresCounterToArray(fs: Counter[F]): Array[(Int, Double)]

    Attributes
    protected
    Definition Classes
    RVFRankingDataset
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val kernels: ArrayBuffer[Array[String]]

    Contains the String representation for each datum, on which the kernel is built

  21. val labels: ArrayBuffer[Array[Int]]

    We follow the same convention for labels as svm_rank: - Labels take positive integers as values - Higher values indicate better rank, i.e., closer to the top - You can have equal values in a group.

    We follow the same convention for labels as svm_rank: - Labels take positive integers as values - Higher values indicate better rank, i.e., closer to the top - You can have equal values in a group. This means that those datums have equal rank

    Definition Classes
    RankingDataset
  22. def mkQueryDatums(queryOffset: Int): Array[Datum[Int, F]]

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def numFeatures: Int

    Definition Classes
    RankingDataset
  27. def querySize(queryOffset: Int): Int

    Definition Classes
    RankingDataset
  28. def saveTo[F](fileName: String): Unit

    Definition Classes
    RVFRankingDataset
  29. def shuffle(): (RankingDataset[F], Array[Int])

  30. def size: Int

    Definition Classes
    RankingDataset
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. val values: ArrayBuffer[Array[Array[Double]]]

    Definition Classes
    RVFRankingDataset
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RVFRankingDataset[F]

Inherited from FeatureTraversable[F, Double]

Inherited from BVFRankingDataset[F]

Inherited from RankingDataset[F]

Inherited from AnyRef

Inherited from Any

Ungrouped