public class ErrorOutput
extends stream.AbstractProcessor
| Constructor and Description |
|---|
ErrorOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Delivers the key under which the processor currently expects the true label to be stored.
|
String |
getPrediction()
Delivers the key under which the processor currently expects the true label to be stored by the classifier.
|
stream.Data |
process(stream.Data input) |
void |
setLabel(String label)
Sets the key under which the true label is stored.
|
void |
setPrediction(String prediction)
Sets the key under which the predicted label was stored by the classifier.
|
public void setLabel(String label)
label - Stringpublic String getLabel()
public void setPrediction(String prediction)
label - Stringpublic String getPrediction()
public stream.Data process(stream.Data input)
Copyright © 2013. All Rights Reserved.