public abstract class ScorecardScore<V extends java.lang.Number> extends Regression<V> implements HasPartialScores
| Modifier | Constructor and Description |
|---|---|
protected |
ScorecardScore(Value<V> value,
java.util.List<PartialScore> partialScores) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PartialScore> |
getPartialScores() |
computeResult, getPrediction, getPredictionReport, getResult, getValue, setResulttoString, toStringHelperprotected ScorecardScore(Value<V> value, java.util.List<PartialScore> partialScores)
public java.util.List<PartialScore> getPartialScores()
getPartialScores in interface HasPartialScoresCopyright © 2024. All Rights Reserved.