org.dmg.pmml.pmml_4_1.descr
Class MultivariateStat

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.MultivariateStat
All Implemented Interfaces:
Serializable

public class MultivariateStat
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="exponent" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
       <attribute name="isIntercept" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="importance" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
       <attribute name="stdError" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="tValue" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="chiSquareValue" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="fStatistic" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="dF" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="pValueAlpha" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
       <attribute name="pValueInitial" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
       <attribute name="pValueFinal" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
       <attribute name="confidenceLevel" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" default="0.95" />
       <attribute name="confidenceLowerBound" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="confidenceUpperBound" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String category
           
protected  Double chiSquareValue
           
protected  BigDecimal confidenceLevel
           
protected  Double confidenceLowerBound
           
protected  Double confidenceUpperBound
           
protected  Double df
           
protected  BigInteger exponent
           
protected  List<Extension> extensions
           
protected  Double fStatistic
           
protected  BigDecimal importance
           
protected  Boolean isIntercept
           
protected  String name
           
protected  BigDecimal pValueAlpha
           
protected  BigDecimal pValueFinal
           
protected  BigDecimal pValueInitial
           
protected  Double stdError
           
protected  Double tValue
           
 
Constructor Summary
MultivariateStat()
           
 
Method Summary
 String getCategory()
          Gets the value of the category property.
 Double getChiSquareValue()
          Gets the value of the chiSquareValue property.
 BigDecimal getConfidenceLevel()
          Gets the value of the confidenceLevel property.
 Double getConfidenceLowerBound()
          Gets the value of the confidenceLowerBound property.
 Double getConfidenceUpperBound()
          Gets the value of the confidenceUpperBound property.
 Double getDF()
          Gets the value of the df property.
 BigInteger getExponent()
          Gets the value of the exponent property.
 List<Extension> getExtensions()
          Gets the value of the extensions property.
 Double getFStatistic()
          Gets the value of the fStatistic property.
 BigDecimal getImportance()
          Gets the value of the importance property.
 String getName()
          Gets the value of the name property.
 BigDecimal getPValueAlpha()
          Gets the value of the pValueAlpha property.
 BigDecimal getPValueFinal()
          Gets the value of the pValueFinal property.
 BigDecimal getPValueInitial()
          Gets the value of the pValueInitial property.
 Double getStdError()
          Gets the value of the stdError property.
 Double getTValue()
          Gets the value of the tValue property.
 boolean isIsIntercept()
          Gets the value of the isIntercept property.
 void setCategory(String value)
          Sets the value of the category property.
 void setChiSquareValue(Double value)
          Sets the value of the chiSquareValue property.
 void setConfidenceLevel(BigDecimal value)
          Sets the value of the confidenceLevel property.
 void setConfidenceLowerBound(Double value)
          Sets the value of the confidenceLowerBound property.
 void setConfidenceUpperBound(Double value)
          Sets the value of the confidenceUpperBound property.
 void setDF(Double value)
          Sets the value of the df property.
 void setExponent(BigInteger value)
          Sets the value of the exponent property.
 void setFStatistic(Double value)
          Sets the value of the fStatistic property.
 void setImportance(BigDecimal value)
          Sets the value of the importance property.
 void setIsIntercept(Boolean value)
          Sets the value of the isIntercept property.
 void setName(String value)
          Sets the value of the name property.
 void setPValueAlpha(BigDecimal value)
          Sets the value of the pValueAlpha property.
 void setPValueFinal(BigDecimal value)
          Sets the value of the pValueFinal property.
 void setPValueInitial(BigDecimal value)
          Sets the value of the pValueInitial property.
 void setStdError(Double value)
          Sets the value of the stdError property.
 void setTValue(Double value)
          Sets the value of the tValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

protected List<Extension> extensions

name

protected String name

category

protected String category

exponent

protected BigInteger exponent

isIntercept

protected Boolean isIntercept

importance

protected BigDecimal importance

stdError

protected Double stdError

tValue

protected Double tValue

chiSquareValue

protected Double chiSquareValue

fStatistic

protected Double fStatistic

df

protected Double df

pValueAlpha

protected BigDecimal pValueAlpha

pValueInitial

protected BigDecimal pValueInitial

pValueFinal

protected BigDecimal pValueFinal

confidenceLevel

protected BigDecimal confidenceLevel

confidenceLowerBound

protected Double confidenceLowerBound

confidenceUpperBound

protected Double confidenceUpperBound
Constructor Detail

MultivariateStat

public MultivariateStat()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extensions property.

For example, to add a new item, do as follows:

    getExtensions().add(newItem);
 

Objects of the following type(s) are allowed in the list Extension


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCategory

public String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getExponent

public BigInteger getExponent()
Gets the value of the exponent property.

Returns:
possible object is BigInteger

setExponent

public void setExponent(BigInteger value)
Sets the value of the exponent property.

Parameters:
value - allowed object is BigInteger

isIsIntercept

public boolean isIsIntercept()
Gets the value of the isIntercept property.

Returns:
possible object is Boolean

setIsIntercept

public void setIsIntercept(Boolean value)
Sets the value of the isIntercept property.

Parameters:
value - allowed object is Boolean

getImportance

public BigDecimal getImportance()
Gets the value of the importance property.

Returns:
possible object is BigDecimal

setImportance

public void setImportance(BigDecimal value)
Sets the value of the importance property.

Parameters:
value - allowed object is BigDecimal

getStdError

public Double getStdError()
Gets the value of the stdError property.

Returns:
possible object is Double

setStdError

public void setStdError(Double value)
Sets the value of the stdError property.

Parameters:
value - allowed object is Double

getTValue

public Double getTValue()
Gets the value of the tValue property.

Returns:
possible object is Double

setTValue

public void setTValue(Double value)
Sets the value of the tValue property.

Parameters:
value - allowed object is Double

getChiSquareValue

public Double getChiSquareValue()
Gets the value of the chiSquareValue property.

Returns:
possible object is Double

setChiSquareValue

public void setChiSquareValue(Double value)
Sets the value of the chiSquareValue property.

Parameters:
value - allowed object is Double

getFStatistic

public Double getFStatistic()
Gets the value of the fStatistic property.

Returns:
possible object is Double

setFStatistic

public void setFStatistic(Double value)
Sets the value of the fStatistic property.

Parameters:
value - allowed object is Double

getDF

public Double getDF()
Gets the value of the df property.

Returns:
possible object is Double

setDF

public void setDF(Double value)
Sets the value of the df property.

Parameters:
value - allowed object is Double

getPValueAlpha

public BigDecimal getPValueAlpha()
Gets the value of the pValueAlpha property.

Returns:
possible object is BigDecimal

setPValueAlpha

public void setPValueAlpha(BigDecimal value)
Sets the value of the pValueAlpha property.

Parameters:
value - allowed object is BigDecimal

getPValueInitial

public BigDecimal getPValueInitial()
Gets the value of the pValueInitial property.

Returns:
possible object is BigDecimal

setPValueInitial

public void setPValueInitial(BigDecimal value)
Sets the value of the pValueInitial property.

Parameters:
value - allowed object is BigDecimal

getPValueFinal

public BigDecimal getPValueFinal()
Gets the value of the pValueFinal property.

Returns:
possible object is BigDecimal

setPValueFinal

public void setPValueFinal(BigDecimal value)
Sets the value of the pValueFinal property.

Parameters:
value - allowed object is BigDecimal

getConfidenceLevel

public BigDecimal getConfidenceLevel()
Gets the value of the confidenceLevel property.

Returns:
possible object is BigDecimal

setConfidenceLevel

public void setConfidenceLevel(BigDecimal value)
Sets the value of the confidenceLevel property.

Parameters:
value - allowed object is BigDecimal

getConfidenceLowerBound

public Double getConfidenceLowerBound()
Gets the value of the confidenceLowerBound property.

Returns:
possible object is Double

setConfidenceLowerBound

public void setConfidenceLowerBound(Double value)
Sets the value of the confidenceLowerBound property.

Parameters:
value - allowed object is Double

getConfidenceUpperBound

public Double getConfidenceUpperBound()
Gets the value of the confidenceUpperBound property.

Returns:
possible object is Double

setConfidenceUpperBound

public void setConfidenceUpperBound(Double value)
Sets the value of the confidenceUpperBound property.

Parameters:
value - allowed object is Double


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.