Package com.logicaldoc.ai
Class Result<T>
java.lang.Object
com.logicaldoc.ai.Result<T>
- Type Parameters:
- T- type of value embedded in this result
- All Implemented Interfaces:
- Comparable<Result<T>>
A result of the prediction given by 
AIModel- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Result
 
- 
- 
Method Details- 
getName
- 
setName
- 
getValue
- 
setValue
- 
getScorepublic double getScore()
- 
setScorepublic void setScore(double score) 
- 
compareTo- Specified by:
- compareToin interface- Comparable<T>
 
- 
toString
- 
hashCodepublic int hashCode()
- 
equals
 
-