cc.factorie.app.nlp.embeddings

WordEmbeddingModel

abstract class WordEmbeddingModel extends model.Parameters

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WordEmbeddingModel
  2. Parameters
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WordEmbeddingModel(opts: EmbeddingOpts)

Abstract Value Members

  1. abstract def process(doc: String): Int

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val D: Int

  7. var V: Int

  8. def Weights(t4: ⇒ Tensor4): Weights4

    Definition Classes
    Parameters
  9. def Weights(t3: ⇒ Tensor3): Weights3

    Definition Classes
    Parameters
  10. def Weights(t2: ⇒ Tensor2): Weights2

    Definition Classes
    Parameters
  11. def Weights(t1: ⇒ Tensor1): Weights1

    Definition Classes
    Parameters
  12. val adaGradDelta: Double

    Attributes
    protected
  13. val adaGradRate: Double

    Attributes
    protected
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def buildVocab(minFreq: Int = 5): Unit

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val corpus: String

  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  24. def learnEmbeddings(): Unit

  25. val maxCount: Int

    Attributes
    protected
  26. val minCount: Int

    Attributes
    protected
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. var optimizer: AdaGradRDA

    Attributes
    protected
  31. val opts: EmbeddingOpts

  32. val outputFile: String

    Attributes
    protected
  33. val parameters: WeightsSet

    Definition Classes
    Parameters
  34. val samplingTableSize: Int

    Attributes
    protected
  35. def store(): Unit

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. val threads: Int

    Attributes
    protected
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. var trainer: LiteHogwildTrainer

    Attributes
    protected
  40. var vocab: VocabBuilder

    Attributes
    protected
  41. val vocabHashSize: Int

    Attributes
    protected
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. var weights: Seq[Weights]

  46. def workerThread(id: Int): Unit

    Attributes
    protected

Inherited from model.Parameters

Inherited from AnyRef

Inherited from Any

Ungrouped