public static class NIVision.ClassifierReportAdvanced extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ClassScore[] |
allScores |
private java.nio.ByteBuffer |
allScores_buf |
java.lang.String |
bestClassName |
private java.nio.ByteBuffer |
bestClassName_buf |
float |
classificationScore |
float |
identificationScore |
NIVision.SampleScore[] |
sampleScores |
private java.nio.ByteBuffer |
sampleScores_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
ClassifierReportAdvanced() |
protected |
ClassifierReportAdvanced(java.nio.ByteBuffer backing,
int offset) |
protected |
ClassifierReportAdvanced(long nativeObj,
boolean owned) |
|
ClassifierReportAdvanced(java.lang.String bestClassName,
double classificationScore,
double identificationScore,
NIVision.ClassScore[] allScores,
NIVision.SampleScore[] sampleScores) |
| 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 bestClassName
public float classificationScore
public float identificationScore
public NIVision.ClassScore[] allScores
public NIVision.SampleScore[] sampleScores
private java.nio.ByteBuffer bestClassName_buf
private java.nio.ByteBuffer allScores_buf
private java.nio.ByteBuffer sampleScores_buf
public ClassifierReportAdvanced()
public ClassifierReportAdvanced(java.lang.String bestClassName,
double classificationScore,
double identificationScore,
NIVision.ClassScore[] allScores,
NIVision.SampleScore[] sampleScores)
protected ClassifierReportAdvanced(java.nio.ByteBuffer backing,
int offset)
protected ClassifierReportAdvanced(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