case class TrainableAlgorithmDefinition(bridge: MantikId, trainedBridge: Option[MantikId] = None, type: FunctionType, trainingType: DataType, statType: DataType) extends MantikDefinitionWithBridge with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TrainableAlgorithmDefinition
- Serializable
- Serializable
- Product
- Equals
- MantikDefinitionWithBridge
- MantikDefinition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
bridge: MantikId
Returns the name of the bridge.
Returns the name of the bridge.
- Definition Classes
- TrainableAlgorithmDefinition → MantikDefinitionWithBridge
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
kind: String
- Definition Classes
- TrainableAlgorithmDefinition → MantikDefinition
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
referencedItems: Seq[MantikId]
Returns referenced items.
Returns referenced items.
- Definition Classes
- TrainableAlgorithmDefinition → MantikDefinitionWithBridge → MantikDefinition
- val statType: DataType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val trainedBridge: Option[MantikId]
- val trainingType: DataType
- val type: FunctionType
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )