Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GlobalMinPooling1DLayer

Global minimum pooling layer 1D

Hierarchy

Index

Constructors

constructor

  • new GlobalMinPooling1DLayer(outputSize: number, options?: { activation?: ActivationType }): GlobalMinPooling1DLayer

Properties

Readonly connections

connections: Connection[]

All connections in this layer.

Readonly gates

gates: Connection[]

All gates in this layer.

Readonly inputNodes

inputNodes: Set<Node>

The nodes which gets connected to the previous layer.

Readonly nodes

nodes: Node[]

All nodes in this layer.

outputNodes

outputNodes: Set<Node>

The nodes which gets connected to the next layer.

Readonly outputSize

outputSize: number

The output size of the layer.

Methods

connectionTypeisAllowed

  • connectionTypeisAllowed(): boolean

getDefaultIncomingConnectionType

Static connect

Static gate

Generated using TypeDoc