C# 클래스 FANNCSharp.Fixed.Connection

상속: IDisposable
파일 보기 프로젝트 열기: joelself/FannCSharp

Private Properties

프로퍼티 타입 설명
Connection System

공개 메소드들

메소드 설명
Connection ( uint fromNeuron, uint toNeuron, int weight ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
Connection ( Connection other ) : System

메소드 상세

Connection() 공개 메소드

public Connection ( uint fromNeuron, uint toNeuron, int weight ) : System
fromNeuron uint
toNeuron uint
weight int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void