case class MulticlassOracleInferencer[L, F, W](validLabels: IndexedSeq[L], labelConjoiner: (L, F) ⇒ W)(implicit space: MutableInnerProductModule[W, Double]) extends OracleInferencer[LabeledDatum[L, F], W, Unit] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MulticlassOracleInferencer
- Serializable
- Serializable
- Product
- Equals
- OracleInferencer
- Inferencer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MulticlassOracleInferencer(validLabels: IndexedSeq[L], labelConjoiner: (L, F) ⇒ W)(implicit space: MutableInnerProductModule[W, Double])
Type Members
-
type
Y = L
- Definition Classes
- MulticlassOracleInferencer → OracleInferencer
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
def
initialState: Unit
Inferencers may wish to carry state between calls.
Inferencers may wish to carry state between calls. Rather than maintaining it internally and breaking referentially transparency, the may return states after each call that are aggregated together using reduceStates.
- Definition Classes
- MulticlassOracleInferencer → Inferencer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labelConjoiner: (L, F) ⇒ W
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
oracle(weights: Weights[W], instance: LabeledDatum[L, F]): (L, W, Double, Unit)
- Definition Classes
- MulticlassOracleInferencer → OracleInferencer
-
def
reduceStates(a: Unit, b: Unit): Unit
- Definition Classes
- MulticlassOracleInferencer → Inferencer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val validLabels: IndexedSeq[L]
-
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( ... )