PHP Classes

File: SETUP/setup.php

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   SETUP/setup.php   Download  
File: SETUP/setup.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 5 months ago
Size: 191 bytes
 

Contents

Class file image Download
<?php

// Include the SystemOperations class
require_once __DIR__ . '/../CLASSES/SystemOperations.php';

// Call the init method to perform the setup operations
SystemOperations::init();

?>