NeuralMesh
  • Class
  • Tree

Classes

  • AbstractNetwork
  • Controller
  • layer
  • ManagedNetwork
  • Model
  • mysql
  • Navigation
  • network
  • NeuralMesh
  • neuron
  • nmesh
  • synapse
  • train
  • UnmanagedNetwork
  • users
  • validation

Class layer

Layer object holds an array of neurons. Mainly an organisation class.

Author: Louis Stowasser
Located at nm-admin/lib/proxy/nmesh.class.php

Methods summary

public
# add_neuron( $bias = 1, $weightrange = 1 )

Adds a neuron to its array

Adds a neuron to its array

public
# remove_neuron( )

Remove a neuron from the array

Remove a neuron from the array

public
# layer( $neurons, $inputs, $bias, $weightrange )

Constructor for the layer object

Constructor for the layer object

Parameters

$neurons
of neurons
$inputs
of inputs
$bias
$weightrange

Properties summary

public array $neuron

Array of neuron objects

Array of neuron objects

# array()
NeuralMesh API documentation generated by ApiGen