Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkJSON

An interface for representing a network with an json object

Hierarchy

  • NetworkJSON

Index

Properties

Readonly connections

connections: ConnectionJSON[]

All connections in the network

Readonly inputSize

inputSize: number

The input size of the network

Readonly nodes

nodes: NodeJSON[]

All nodes inside the network

Readonly outputSize

outputSize: number

The output size of the network

Generated using TypeDoc