C# 클래스 FANNCSharp.ActivationFunctionArray

상속: global::System.IDisposable
파일 보기 프로젝트 열기: joelself/FannCSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
ActivationFunctionArray ( int nelements ) : FannWrapperFixed
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_FANN__activation_function_enum
frompointer ( SWIGTYPE_p_FANN__activation_function_enum t ) : ActivationFunctionArray
getitem ( int index ) : ActivationFunction
setitem ( int index, ActivationFunction value ) : void

비공개 메소드들

메소드 설명
ActivationFunctionArray ( global cPtr, bool cMemoryOwn ) : FannWrapperFixed
getCPtr ( ActivationFunctionArray obj ) : global::System.Runtime.InteropServices.HandleRef

메소드 상세

ActivationFunctionArray() 공개 메소드

public ActivationFunctionArray ( int nelements ) : FannWrapperFixed
nelements int
리턴 FannWrapperFixed

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

cast() 공개 메소드

public cast ( ) : SWIGTYPE_p_FANN__activation_function_enum
리턴 SWIGTYPE_p_FANN__activation_function_enum

frompointer() 공개 정적인 메소드

public static frompointer ( SWIGTYPE_p_FANN__activation_function_enum t ) : ActivationFunctionArray
t SWIGTYPE_p_FANN__activation_function_enum
리턴 ActivationFunctionArray

getitem() 공개 메소드

public getitem ( int index ) : ActivationFunction
index int
리턴 ActivationFunction

setitem() 공개 메소드

public setitem ( int index, ActivationFunction value ) : void
index int
value ActivationFunction
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool