case class Trainer[T, W, OracleS, MaxerS](convergenceChecker: ConvergenceChecker[W], iterationCallback: IterationCallback[T, W, OracleS, MaxerS], decoder: Decoder[T, W, OracleS, MaxerS], updater: Updater[W], opts: LogoOpts = new LogoOpts(), initialConstraintAndAlpha: Option[((W, Double), Double)] = None, online: Boolean = false, average: Boolean = false)(implicit space: MutableInnerProductModule[W, Double]) extends SerializableLogging with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Trainer
- Product
- Equals
- SerializableLogging
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Trainer(convergenceChecker: ConvergenceChecker[W], iterationCallback: IterationCallback[T, W, OracleS, MaxerS], decoder: Decoder[T, W, OracleS, MaxerS], updater: Updater[W], opts: LogoOpts = new LogoOpts(), initialConstraintAndAlpha: Option[((W, Double), Double)] = None, online: Boolean = false, average: Boolean = false)(implicit space: MutableInnerProductModule[W, Double])
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
- val average: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val convergenceChecker: ConvergenceChecker[W]
- val decoder: Decoder[T, W, OracleS, MaxerS]
- final val eps: Double
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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 initialConstraintAndAlpha: Option[((W, Double), Double)]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iterationCallback: IterationCallback[T, W, OracleS, MaxerS]
-
def
logger: LazyLogger
- Attributes
- protected
- Definition Classes
- SerializableLogging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- final val numInnerOptimizationLoops: Int
- final val numOuterOptimizationLoops: Int
- val online: Boolean
- val opts: LogoOpts
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def train(rawData: Seq[T], initWeights: Weights[W]): Weights[W]
- val updater: Updater[W]
-
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( ... )