neurons_tree_widget 0.0.1 copy "neurons_tree_widget: ^0.0.1" to clipboard
neurons_tree_widget: ^0.0.1 copied to clipboard

Widget used to represent neuron network.

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,
)