Package org.dmg.pmml
Class ScoreFrequency
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.ScoreDistribution
-
- org.dmg.pmml.SimpleScoreDistribution
-
- org.dmg.pmml.ScoreFrequency
-
- All Implemented Interfaces:
java.io.Serializable,HasLocator,HasRecordCount<ScoreDistribution>,Visitable
public class ScoreFrequency extends SimpleScoreDistribution
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScoreFrequency()ScoreFrequency(java.lang.Object value, java.lang.Number recordCount)ScoreFrequency(ScoreDistribution scoreDistribution)
-
Method Summary
-
Methods inherited from class org.dmg.pmml.SimpleScoreDistribution
accept, getRecordCount, getValue, requireRecordCount, requireValue, setRecordCount, setValue
-
Methods inherited from class org.dmg.pmml.ScoreDistribution
addExtensions, getConfidence, getExtensions, getProbability, hasExtensions, requireProbability, setConfidence, setProbability, toComplexScoreDistribution
-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Constructor Detail
-
ScoreFrequency
public ScoreFrequency()
-
ScoreFrequency
public ScoreFrequency(java.lang.Object value, java.lang.Number recordCount)
-
ScoreFrequency
public ScoreFrequency(ScoreDistribution scoreDistribution)
-
-