libsvm
Class Cache.head_t

java.lang.Object
  extended by libsvm.Cache.head_t
Enclosing class:
Cache

private final class Cache.head_t
extends java.lang.Object


Field Summary
(package private)  float[] data
           
(package private)  int len
           
(package private)  Cache.head_t next
           
(package private)  Cache.head_t prev
           
 
Constructor Summary
private Cache.head_t()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prev

Cache.head_t prev

next

Cache.head_t next

data

float[] data

len

int len
Constructor Detail

Cache.head_t

private Cache.head_t()