Last updated:
0 purchases
neurons tree widget
NeuronsTreeWidget #
Widget used to represent neuron network.
Usage #
NeuronsTreeWidget(
data: [
[true, true, true, true],
[true, true, true, false],
[false, true, false],
],
// orientation: Axis.horizontal,
// layersSpacing = 50,
// neuronSpacing = 20,
// linkColor,
// borderWidth,
// activedNeuronColor,
// neuronDiameter = 50,
// linkStrokeWidth = 1,
// linkStrokeWidthEnabled = 1.5,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.