|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlibsvm.Cache
class Cache
Nested Class Summary | |
---|---|
private class |
Cache.head_t
|
Field Summary | |
---|---|
private Cache.head_t[] |
head
|
private int |
l
|
private Cache.head_t |
lru_head
|
private long |
size
|
Constructor Summary | |
---|---|
Cache(int l_,
long size_)
|
Method Summary | |
---|---|
(package private) int |
get_data(int index,
float[][] data,
int len)
|
private void |
lru_delete(Cache.head_t h)
|
private void |
lru_insert(Cache.head_t h)
|
(package private) void |
swap_index(int i,
int j)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int l
private long size
private final Cache.head_t[] head
private Cache.head_t lru_head
Constructor Detail |
---|
Cache(int l_, long size_)
Method Detail |
---|
private void lru_delete(Cache.head_t h)
private void lru_insert(Cache.head_t h)
int get_data(int index, float[][] data, int len)
void swap_index(int i, int j)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |