public class Summary extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
Summary.SummaryItem
Summary with name and score of the classifier on the input
|
| Constructor and Description |
|---|
Summary() |
| Modifier and Type | Method and Description |
|---|---|
List<Summary.SummaryItem> |
getSummary()
Gets the summary.
|
void |
setSummary(List<Summary.SummaryItem> summary)
Sets the summary.
|
equals, hashCode, toStringpublic List<Summary.SummaryItem> getSummary()
public void setSummary(List<Summary.SummaryItem> summary)
summary - the new summaryCopyright © 2015–2016. All rights reserved.