Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoolNodeJSON

An interface for representing a pool node with an json object

Hierarchy

Index

Properties

Readonly activation

activation: number

Readonly bias

bias: number

The bias value of the node

Readonly deltaBiasPrevious

deltaBiasPrevious: number

Readonly deltaBiasTotal

deltaBiasTotal: number

Readonly derivativeState

derivativeState: number

Readonly errorGated

errorGated: number

Readonly errorProjected

errorProjected: number

Readonly errorResponsibility

errorResponsibility: number

Readonly index

index: number

The index of this node

Readonly mask

mask: number

The mask value of this node

Readonly poolType

poolType: PoolNodeType

The poolType of this pooling node

Readonly prevState

prevState: number

Readonly squash

squash: string

The activation type of this node

Readonly state

state: number

Readonly type

type: number

The type of this node

Generated using TypeDoc