public static class NIVision.NearestNeighborTrainingReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.NearestNeighborClassResult[] |
allScores |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.NearestNeighborClassResult[] allScores
public NearestNeighborTrainingReport()
public NearestNeighborTrainingReport(NIVision.NearestNeighborClassResult[] allScores)
protected NearestNeighborTrainingReport(java.nio.ByteBuffer backing, int offset)
protected NearestNeighborTrainingReport(long nativeObj, boolean owned)