ResNetResult
ResNet classification results containing per-class confidences and top-1 prediction
Operations
GetConfidence
Get classification confidence
method : public : GetConfidence() ~ FloatReturn
| Type | Description |
|---|---|
| Float | classification confidence |
GetConfidences
Gets the confidences results
method : public : GetConfidences() ~ Float[]Return
| Type | Description |
|---|---|
| Float | confidences results |
GetName
Get classification name
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | classification name |
ToJson
JSON representation
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation |
ToString
Get string representation
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |