case class Params(modelFactory: PositionalNeuralModelFactory, name: String = null, cache: CacheBroker, parser: File = null, opt: OptParams, iterationsPerEval: Int = 100, maxIterations: Int = 1002, iterPerValidate: Int = 30, threads: Int = 1, initWeightsScale: Double = 1E-2, initializerSpec: String = "", determinizeTraining: Boolean = false, ensemble: Boolean = false, useAdadelta: Boolean = true, enforceReachability: Boolean = true, useConstraints: Boolean = true, checkGradient: Boolean = false, checkGradientsAt: String = null, maxParseLength: Int = 70, annotator: TreeAnnotator[AnnotatedLabel, String, AnnotatedLabel] = GenerativeParser.defaultAnnotator(), extraPTParams: ExtraPTParams = ExtraPTParams()) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Params
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Params(modelFactory: PositionalNeuralModelFactory, name: String = null, cache: CacheBroker, parser: File = null, opt: OptParams, iterationsPerEval: Int = 100, maxIterations: Int = 1002, iterPerValidate: Int = 30, threads: Int = 1, initWeightsScale: Double = 1E-2, initializerSpec: String = "", determinizeTraining: Boolean = false, ensemble: Boolean = false, useAdadelta: Boolean = true, enforceReachability: Boolean = true, useConstraints: Boolean = true, checkGradient: Boolean = false, checkGradientsAt: String = null, maxParseLength: Int = 70, annotator: TreeAnnotator[AnnotatedLabel, String, AnnotatedLabel] = GenerativeParser.defaultAnnotator(), extraPTParams: ExtraPTParams = ExtraPTParams())
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
- val annotator: TreeAnnotator[AnnotatedLabel, String, AnnotatedLabel]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val cache: CacheBroker
- val checkGradient: Boolean
- val checkGradientsAt: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val determinizeTraining: Boolean
- val enforceReachability: Boolean
- val ensemble: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extraPTParams: ExtraPTParams
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val initWeightsScale: Double
- val initializerSpec: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iterPerValidate: Int
- val iterationsPerEval: Int
- val maxIterations: Int
- val maxParseLength: Int
- val modelFactory: PositionalNeuralModelFactory
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val opt: OptParams
- val parser: File
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val threads: Int
- val useAdadelta: Boolean
- val useConstraints: Boolean
-
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( ... )