class Parameters extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parameters
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Parameters(pipe: DependencyPipe, options: Options)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assignTotal(): Unit
- def averageParameters(T: Int, c: Float): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def dotProduct2L(proju: Array[Float], projv: Array[Float], projw: Array[Float], plab: Int, lab: Int, pdir: Int, dir: Int): Float
- def dotProductL(proju: Array[Float], projv: Array[Float], lab: Int, dir: Int): Float
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDL(): Int
- def getNumberWordFeatures(): Int
- def getParamsL(): Array[Float]
- def getT(): Int
- def getU(): Array[Array[Float]]
- def getU2(): Array[Array[Float]]
- def getV(): Array[Array[Float]]
- def getV2(): Array[Array[Float]]
- def getW2(): Array[Array[Float]]
- def getWL(): Array[Array[Float]]
- def getX2L(): Array[Array[Float]]
- def getY2L(): Array[Array[Float]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def printStat(): Unit
- def projectU(fv: FeatureVector, proj: Array[Float]): Unit
- def projectU2(fv: FeatureVector, proj: Array[Float]): Unit
- def projectV(fv: FeatureVector, proj: Array[Float]): Unit
- def projectV2(fv: FeatureVector, proj: Array[Float]): Unit
- def projectW2(fv: FeatureVector, proj: Array[Float]): Unit
- def randomlyInit(): Unit
- def setGammaLabel(gammaLabel: Float): Unit
- def setRankFirstOrderTensor(rankFirstOrderTensor: Int): Unit
- def setRankSecondOrderTensor(rankSecondOrderTensor: Int): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateLabel(gold: DependencyInstance, predictedHeads: Array[Int], predictedLabels: Array[Int], localFeatureData: LocalFeatureData, updCnt: Int): Float
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()