Class ScoredLabel<L>
java.lang.Object
dev.langchain4j.classification.ScoredLabel<L>
- Type Parameters:
L
- The type of the label (e.g., String, Enum, etc.)
Represents a classification label with score.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScoredLabel
-
-
Method Details
-
label
-
score
public double score() -
equals
-
hashCode
-
toString
-