public static class NIVision.NearestNeighborTrainingReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.NearestNeighborClassResult[] |
allScores |
private java.nio.ByteBuffer |
allScores_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
NearestNeighborTrainingReport() |
protected |
NearestNeighborTrainingReport(java.nio.ByteBuffer backing,
int offset) |
protected |
NearestNeighborTrainingReport(long nativeObj,
boolean owned) |
|
NearestNeighborTrainingReport(NIVision.NearestNeighborClassResult[] allScores) |
| 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 NIVision.NearestNeighborClassResult[] allScores
private java.nio.ByteBuffer allScores_buf
public NearestNeighborTrainingReport()
public NearestNeighborTrainingReport(NIVision.NearestNeighborClassResult[] allScores)
protected NearestNeighborTrainingReport(java.nio.ByteBuffer backing,
int offset)
protected NearestNeighborTrainingReport(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