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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Result
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getScore
public double getScore() -
setScore
public void setScore(double score) -
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-
toString
-
hashCode
public int hashCode() -
equals
-