menu
mlp package
documentation
mlp_models/edge.dart
Edge
Edge.new constructor
Edge.new constructor
dark_mode
light_mode
Edge
constructor
Edge
(
{
required
Neuron
inputNeuron
,
required
Neuron
outputNeuron
,
double
?
weight
,
})
Implementation
Edge({ required this.inputNeuron, required this.outputNeuron, this.weight, });
mlp package
documentation
mlp_models/edge
Edge
Edge.new constructor
Edge class