C# Class LibSvm.Cache

显示文件 Open project: antlypls/LibSvmSharp Class Usage Examples

Public Methods

Method Description
Cache ( int length, long size ) : System
get_data ( int index, double &data, int length ) : int
swap_index ( int i, int j ) : void

Private Methods

Method Description
lru_delete ( head_t h ) : void
lru_insert ( head_t h ) : void

Method Details

Cache() public method

public Cache ( int length, long size ) : System
length int
size long
return System

get_data() public method

public get_data ( int index, double &data, int length ) : int
index int
data double
length int
return int

swap_index() public method

public swap_index ( int i, int j ) : void
i int
j int
return void