public static class NIVision.ClassifierReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.ClassScore[] |
allScores |
java.lang.String |
bestClassName |
float |
classificationScore |
float |
identificationScore |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public java.lang.String bestClassName
public float classificationScore
public float identificationScore
public NIVision.ClassScore[] allScores
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)