public static class NIVision.NearestNeighborClassResult extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
className |
private java.nio.ByteBuffer |
className_buf |
int |
count |
float |
standardDeviation |
backing| Modifier | Constructor and Description |
|---|---|
|
NearestNeighborClassResult() |
protected |
NearestNeighborClassResult(java.nio.ByteBuffer backing,
int offset) |
protected |
NearestNeighborClassResult(long nativeObj,
boolean owned) |
|
NearestNeighborClassResult(java.lang.String className,
double standardDeviation,
int count) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic java.lang.String className
public float standardDeviation
public int count
private java.nio.ByteBuffer className_buf
public NearestNeighborClassResult()
public NearestNeighborClassResult(java.lang.String className,
double standardDeviation,
int count)
protected NearestNeighborClassResult(java.nio.ByteBuffer backing,
int offset)
protected NearestNeighborClassResult(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct