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