Package org.apache.unomi.api.segments
Class SegmentsAndScores
java.lang.Object
org.apache.unomi.api.segments.SegmentsAndScores
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SegmentsAndScores
Instantiates a new SegmentsAndScores.- Parameters:
segments
- the set of segment identifiersscores
- the scores as a Map of scoring name - associated score pairs
-
-
Method Details
-
getSegments
Retrieves the segments identifiers.- Returns:
- the segments identifiers
-
getScores
Retrieves the scores as a Map of scoring name - associated score pairs.- Returns:
- the scores as a Map of scoring name - associated score pairs
-