NeuralMesh
  • Class
  • Tree

Classes

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

Class Model

Located at nm-admin/lib/model.class.php

Methods summary

public
# __construct( )
public static
# direct( $url = NULL )
public
# encode( $nn )
public
# decode( $nn )
public
# loadAssets( )
public
# getCache( $id )
public
# saveCache( $hash, $id, $data )
public
# update_cache( $id, $data, $nn )

Update the cache with the new outputs

Update the cache with the new outputs

Parameters

$id
of the network
$data
data
$nn
public
# clearCache( )
public
# quick_cache( $id, $input, $data )

Quickly caches one pattern and output from the nmesh cache

Quickly caches one pattern and output from the nmesh cache

Parameters

$id
ID
$input
string
$data
array

Properties summary

public static integer $OUTPUT
# 0
public static integer $LAYER
# 1
public static integer $INPUT
# 2
public static integer $NEURON
# 3
public static integer $NETWORK
# 4
public static integer $SET
# 5
public static integer $PATTERN
# 6
NeuralMesh API documentation generated by ApiGen