| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
MultivariateStat |
MultivariateStat.addExtensions(Extension... extensions) |
MultivariateStat |
ObjectFactory.createMultivariateStat()
Create an instance of
MultivariateStat |
MultivariateStat |
MultivariateStat.setCategory(String category)
Sets the value of the category property.
|
MultivariateStat |
MultivariateStat.setChiSquareValue(Double chiSquareValue)
Sets the value of the chiSquareValue property.
|
MultivariateStat |
MultivariateStat.setConfidenceLevel(Double confidenceLevel)
Sets the value of the confidenceLevel property.
|
MultivariateStat |
MultivariateStat.setConfidenceLowerBound(Double confidenceLowerBound)
Sets the value of the confidenceLowerBound property.
|
MultivariateStat |
MultivariateStat.setConfidenceUpperBound(Double confidenceUpperBound)
Sets the value of the confidenceUpperBound property.
|
MultivariateStat |
MultivariateStat.setDF(Double df)
Sets the value of the df property.
|
MultivariateStat |
MultivariateStat.setExponent(Integer exponent)
Sets the value of the exponent property.
|
MultivariateStat |
MultivariateStat.setFStatistic(Double fStatistic)
Sets the value of the fStatistic property.
|
MultivariateStat |
MultivariateStat.setImportance(Double importance)
Sets the value of the importance property.
|
MultivariateStat |
MultivariateStat.setIntercept(Boolean intercept)
Sets the value of the intercept property.
|
MultivariateStat |
MultivariateStat.setName(String name)
Sets the value of the name property.
|
MultivariateStat |
MultivariateStat.setPValueAlpha(Double pValueAlpha)
Sets the value of the pValueAlpha property.
|
MultivariateStat |
MultivariateStat.setPValueFinal(Double pValueFinal)
Sets the value of the pValueFinal property.
|
MultivariateStat |
MultivariateStat.setPValueInitial(Double pValueInitial)
Sets the value of the pValueInitial property.
|
MultivariateStat |
MultivariateStat.setStdError(Double stdError)
Sets the value of the stdError property.
|
MultivariateStat |
MultivariateStat.setTValue(Double tValue)
Sets the value of the tValue property.
|
| Modifier and Type | Method and Description |
|---|---|
List<MultivariateStat> |
MultivariateStats.getMultivariateStats()
Gets the value of the multivariateStats property.
|
Iterator<MultivariateStat> |
MultivariateStats.iterator() |
| Modifier and Type | Method and Description |
|---|---|
MultivariateStats |
MultivariateStats.addMultivariateStats(MultivariateStat... multivariateStats) |
VisitorAction |
Visitor.visit(MultivariateStat multivariateStat) |
| Constructor and Description |
|---|
MultivariateStats(List<MultivariateStat> multivariateStats) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(MultivariateStat multivariateStat) |
VisitorAction |
AbstractVisitor.visit(MultivariateStat multivariateStat) |
Copyright © 2016 University of Tartu. All rights reserved.