public class SegmentsAndScores extends Object implements Serializable
Constructor and Description |
---|
SegmentsAndScores(Set<String> segments,
Map<String,Integer> scores)
Instantiates a new SegmentsAndScores.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Integer> |
getScores()
Retrieves the scores as a Map of scoring name - associated score pairs.
|
Set<String> |
getSegments()
Retrieves the segments identifiers.
|
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.