Model class
The Model class represents a neural network model, composed of a list of layers. This class is fundamental for defining the structure of a neural network, where each layer contains neurons that are connected to form the network. Make sure to connect all layers with edges before building the model.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited