class CompoundIterationCallback[T, W, S1, S2] extends IterationCallback[T, W, S1, S2]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompoundIterationCallback
- IterationCallback
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CompoundIterationCallback(callbacks: Iterable[IterationCallback[T, W, S1, S2]])
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 callbacks: Iterable[IterationCallback[T, W, S1, S2]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
converged(weights: Weights[W], data: Seq[DualVariableHolder[T, W]], iter: Int, numNewConstraints: Int): Boolean
- Definition Classes
- CompoundIterationCallback → IterationCallback
-
def
endIteration(iter: Int, weights: Weights[W], state1: S1, state2: S2): Unit
- Definition Classes
- CompoundIterationCallback → IterationCallback
-
def
endMinibatch(iter: Int, weights: Weights[W], miniBatch: Array[MinibatchOutput[T, W, S1, S2]]): Unit
- Definition Classes
- CompoundIterationCallback → IterationCallback
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
objectiveValCheck(primal: Double, dual: Double, iter: Int, w: Weights[W]): Unit
- Definition Classes
- CompoundIterationCallback → IterationCallback
-
def
startIteration(iter: Int, weights: Weights[W]): Unit
- Definition Classes
- CompoundIterationCallback → IterationCallback
-
def
startMinibatch(iter: Int, weights: Weights[W], miniBatch: Array[MinibatchInput[T, W]]): Unit
- Definition Classes
- CompoundIterationCallback → IterationCallback
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )