|
|
@ -34,10 +34,4 @@ public class IndexInputVO<T extends Number> { |
|
|
|
private BigDecimal weight; |
|
|
|
|
|
|
|
private ScoreCalculator<T> scoreCalculator; |
|
|
|
|
|
|
|
public IndexInputVO(List<SampleValue<T>> indexValueVOs, BigDecimal weight, ScoreCalculator<T> scoreCalculator) { |
|
|
|
this.indexValueVOs = indexValueVOs; |
|
|
|
this.weight = weight; |
|
|
|
this.scoreCalculator = scoreCalculator; |
|
|
|
} |
|
|
|
} |
|
|
|