public class ScoreDistributionManager extends Object
| Constructor and Description |
|---|
ScoreDistributionManager() |
| Modifier and Type | Method and Description |
|---|---|
<E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasScoreDistributions<E>> |
addScoreDistributions(E object,
List<?> values,
double[] recordCounts) |
org.dmg.pmml.ScoreDistribution |
createScoreDistribution(Object value,
double recordCount) |
org.dmg.pmml.ScoreDistribution |
intern(org.dmg.pmml.ScoreDistribution scoreDistribution) |
public <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasScoreDistributions<E>> void addScoreDistributions(E object,
List<?> values,
double[] recordCounts)
public org.dmg.pmml.ScoreDistribution createScoreDistribution(Object value, double recordCount)
public org.dmg.pmml.ScoreDistribution intern(org.dmg.pmml.ScoreDistribution scoreDistribution)
Copyright © 2022. All rights reserved.