Class/Object

org.clulab.learning

RVFRegDataset

Related Docs: object RVFRegDataset | package learning

Permalink

class RVFRegDataset[F] extends BVFRegDataset[F] with FeatureTraversable[F, Double]

RegDataset containing only RVFDatums

F

Type of features

Linear Supertypes
FeatureTraversable[F, Double], BVFRegDataset[F], RegDataset[F], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RVFRegDataset
  2. FeatureTraversable
  3. BVFRegDataset
  4. RegDataset
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RVFRegDataset()

    Permalink
  2. new RVFRegDataset(fl: Lexicon[F], ls: ArrayBuffer[Double], fs: ArrayBuffer[Array[Int]], values: ArrayBuffer[Array[Double]])

    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 +=(datum: Datum[Double, F]): Unit

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

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def countFeatures(fs: ArrayBuffer[Array[Int]], threshold: Int): Set[Int]

    Permalink
    Definition Classes
    BVFRegDataset
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. val featureLexicon: Lexicon[F]

    Permalink
    Definition Classes
    RegDataset
  11. 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
    RVFRegDatasetFeatureTraversable
  12. val features: ArrayBuffer[Array[Int]]

    Permalink
    Definition Classes
    BVFRegDataset
  13. def featuresCounter(datumOffset: Int): Counter[Int]

    Permalink
    Definition Classes
    RVFRegDatasetBVFRegDatasetRegDataset
  14. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def indices: Range

    Permalink
    Definition Classes
    RegDataset
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def keepOnly(featuresToKeep: Set[Int]): RegDataset[F]

    Permalink

    Creates a new dataset keeping only the features in the given set

    Creates a new dataset keeping only the features in the given set

    Definition Classes
    RVFRegDatasetBVFRegDatasetRegDataset
  20. def keepOnlyRow(feats: Array[Int], vals: Array[Double], featureIndexMap: HashMap[Int, Int]): (Array[Int], Array[Double])

    Permalink
  21. def keepOnlyRow(feats: Array[Int], featureIndexMap: HashMap[Int, Int]): Array[Int]

    Permalink
    Definition Classes
    BVFRegDataset
  22. val labels: ArrayBuffer[Double]

    Permalink
    Definition Classes
    RegDataset
  23. def mkDatum(row: Int): Datum[Double, F]

    Permalink

    Returns the Datum for given row

    Returns the Datum for given row

    Definition Classes
    RVFRegDatasetBVFRegDatasetRegDataset
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def numFeatures: Int

    Permalink
    Definition Classes
    RegDataset
  28. def removeFeaturesByFrequency(threshold: Int): RegDataset[F]

    Permalink

    Removes features that appear less than threshold times in this dataset.

    Removes features that appear less than threshold times in this dataset.

    Definition Classes
    BVFRegDatasetRegDataset
  29. def size: Int

    Permalink

    number of training examples

    number of training examples

    Definition Classes
    RegDataset
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toCounterRegDataset: CounterRegDataset[F]

    Permalink

    Convert this dataset to a CounterRegDataset

    Convert this dataset to a CounterRegDataset

    Definition Classes
    RVFRegDatasetBVFRegDatasetRegDataset
  32. def toString(): String

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

    Permalink
  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 FeatureTraversable[F, Double]

Inherited from BVFRegDataset[F]

Inherited from RegDataset[F]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped