public static class Summary.SummaryItem extends GenericModel
| Constructor and Description |
|---|
SummaryItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
Double |
getScore()
Gets the score of the classifier on the input images
|
void |
setName(String name)
Sets the name.
|
void |
setScore(Double score)
Sets the score.
|
equals, hashCode, toStringpublic String getName()
public Double getScore()
public void setName(String name)
name - the new namepublic void setScore(Double score)
score - the new scoreCopyright © 2015–2016. All rights reserved.