Packages

class Parameters extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameters
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parameters(pipe: DependencyPipe, options: Options)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assignTotal(): Unit
  6. def averageParameters(T: Int, c: Float): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def dotProduct2L(proju: Array[Float], projv: Array[Float], projw: Array[Float], plab: Int, lab: Int, pdir: Int, dir: Int): Float
  9. def dotProductL(proju: Array[Float], projv: Array[Float], lab: Int, dir: Int): Float
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDL(): Int
  15. def getNumberWordFeatures(): Int
  16. def getParamsL(): Array[Float]
  17. def getT(): Int
  18. def getU(): Array[Array[Float]]
  19. def getU2(): Array[Array[Float]]
  20. def getV(): Array[Array[Float]]
  21. def getV2(): Array[Array[Float]]
  22. def getW2(): Array[Array[Float]]
  23. def getWL(): Array[Array[Float]]
  24. def getX2L(): Array[Array[Float]]
  25. def getY2L(): Array[Array[Float]]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def printStat(): Unit
  32. def projectU(fv: FeatureVector, proj: Array[Float]): Unit
  33. def projectU2(fv: FeatureVector, proj: Array[Float]): Unit
  34. def projectV(fv: FeatureVector, proj: Array[Float]): Unit
  35. def projectV2(fv: FeatureVector, proj: Array[Float]): Unit
  36. def projectW2(fv: FeatureVector, proj: Array[Float]): Unit
  37. def randomlyInit(): Unit
  38. def setGammaLabel(gammaLabel: Float): Unit
  39. def setRankFirstOrderTensor(rankFirstOrderTensor: Int): Unit
  40. def setRankSecondOrderTensor(rankSecondOrderTensor: Int): Unit
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def updateLabel(gold: DependencyInstance, predictedHeads: Array[Int], predictedLabels: Array[Int], localFeatureData: LocalFeatureData, updCnt: Int): Float
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped