Class

org.clulab.learning

RVFKRankingDataset

Related Doc: package learning

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RVFKRankingDataset()

    Permalink

Value Members

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

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

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

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

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

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

    Permalink
  7. def clone(): AnyRef

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

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

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

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

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

    Permalink

    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]]]

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

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

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

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

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

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

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

    Permalink

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

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

    Permalink

    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]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def numFeatures: Int

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

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

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

    Permalink
  30. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

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

    Permalink
    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