C# Class FannWrapperFixed.fannfixed

Show file Open project: joelself/FannCSharp

Public Properties

Property Type Description
FANNPRINTF string
FANNSCANF string

Public Methods

Method Description
fclose ( SWIGTYPE_p_FILE stream ) : int
fopen ( string filename, string mode ) : SWIGTYPE_p_FILE

Method Details

fclose() public static method

public static fclose ( SWIGTYPE_p_FILE stream ) : int
stream FANNCSharp.SWIGTYPE_p_FILE
return int

fopen() public static method

public static fopen ( string filename, string mode ) : SWIGTYPE_p_FILE
filename string
mode string
return FANNCSharp.SWIGTYPE_p_FILE

Property Details

FANNPRINTF public static property

public static string FANNPRINTF
return string

FANNSCANF public static property

public static string FANNSCANF
return string