C# Class FANNCSharp.Connection

Inheritance: IDisposable
Show file Open project: joelself/FannCSharp

Private Properties

Property Type Description
Connection System

Public Methods

Method Description
Connection ( uint fromNeuron, uint toNeuron, double weight ) : System
Dispose ( ) : void

Private Methods

Method Description
Connection ( Connection other ) : System

Method Details

Connection() public method

public Connection ( uint fromNeuron, uint toNeuron, double weight ) : System
fromNeuron uint
toNeuron uint
weight double
return System

Dispose() public method

public Dispose ( ) : void
return void