case class Options(path: File, name: String = "SentiParser", opt: OptParams, lossType: String = "", iterationsPerEval: Int = 50, maxIterations: Int = 202, evalOnTest: Boolean = false, alsoEvalOnTest: Boolean = false, includeDevInTrain: Boolean = false, modelFactory: SpanModelFactory = new SpanModelFactory, rootLossScaling: Double = 1.0, computeTrainLL: Boolean = false) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Options
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Options(path: File, name: String = "SentiParser", opt: OptParams, lossType: String = "", iterationsPerEval: Int = 50, maxIterations: Int = 202, evalOnTest: Boolean = false, alsoEvalOnTest: Boolean = false, includeDevInTrain: Boolean = false, modelFactory: SpanModelFactory = new SpanModelFactory, rootLossScaling: Double = 1.0, computeTrainLL: Boolean = false)
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 alsoEvalOnTest: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val computeTrainLL: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val evalOnTest: Boolean
-
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 includeDevInTrain: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iterationsPerEval: Int
- val lossType: String
- val maxIterations: Int
- val modelFactory: SpanModelFactory
- 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 path: File
- val rootLossScaling: Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )