C# Class FANNCSharp.Fixed.Connection

Inheritance: IDisposable
Afficher le fichier Open project: joelself/FannCSharp

Private Properties

Свойство Type Description
Connection System

Méthodes publiques

Méthode Description
Connection ( uint fromNeuron, uint toNeuron, int weight ) : System
Dispose ( ) : void

Private Methods

Méthode Description
Connection ( Connection other ) : System

Method Details

Connection() public méthode

public Connection ( uint fromNeuron, uint toNeuron, int weight ) : System
fromNeuron uint
toNeuron uint
weight int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void