| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
NumericInfo |
NumericInfo.addExtensions(Extension... extensions) |
NumericInfo |
NumericInfo.addQuantiles(Quantile... quantiles) |
NumericInfo |
ObjectFactory.createNumericInfo()
Create an instance of
NumericInfo |
NumericInfo |
PartitionFieldStats.getNumericInfo()
Gets the value of the numericInfo property.
|
NumericInfo |
UnivariateStats.getNumericInfo()
Gets the value of the numericInfo property.
|
NumericInfo |
NumericInfo.setInterQuartileRange(Double interQuartileRange)
Sets the value of the interQuartileRange property.
|
NumericInfo |
NumericInfo.setMaximum(Double maximum)
Sets the value of the maximum property.
|
NumericInfo |
NumericInfo.setMean(Double mean)
Sets the value of the mean property.
|
NumericInfo |
NumericInfo.setMedian(Double median)
Sets the value of the median property.
|
NumericInfo |
NumericInfo.setMinimum(Double minimum)
Sets the value of the minimum property.
|
NumericInfo |
NumericInfo.setStandardDeviation(Double standardDeviation)
Sets the value of the standardDeviation property.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionFieldStats |
PartitionFieldStats.setNumericInfo(NumericInfo numericInfo)
Sets the value of the numericInfo property.
|
UnivariateStats |
UnivariateStats.setNumericInfo(NumericInfo numericInfo)
Sets the value of the numericInfo property.
|
VisitorAction |
Visitor.visit(NumericInfo numericInfo) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(NumericInfo numericInfo) |
VisitorAction |
AbstractVisitor.visit(NumericInfo numericInfo) |
Copyright © 2016 University of Tartu. All Rights Reserved.