public static class NIVision.ClassifierReportAdvanced extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.ClassScore[] |
allScores |
java.lang.String |
bestClassName |
float |
classificationScore |
float |
identificationScore |
NIVision.SampleScore[] |
sampleScores |
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 |
---|---|
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 NIVision.SampleScore[] sampleScores
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)