|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.Matrix
public class Matrix
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"> <choice minOccurs="0"> <group ref="{http://www.dmg.org/PMML-4_1}NUM-ARRAY" maxOccurs="unbounded"/> <element ref="{http://www.dmg.org/PMML-4_1}MatCell" maxOccurs="unbounded"/> </choice> <attribute name="kind" default="any"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="diagonal"/> <enumeration value="symmetric"/> <enumeration value="any"/> </restriction> </simpleType> </attribute> <attribute name="nbRows" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> <attribute name="nbCols" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> <attribute name="diagDefault" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> <attribute name="offDiagDefault" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Array> |
arraies
|
protected Double |
diagDefault
|
protected String |
kind
|
protected List<MatCell> |
matCells
|
protected BigInteger |
nbCols
|
protected BigInteger |
nbRows
|
protected Double |
offDiagDefault
|
Constructor Summary | |
---|---|
Matrix()
|
Method Summary | |
---|---|
List<Array> |
getArraies()
Gets the value of the arraies property. |
Double |
getDiagDefault()
Gets the value of the diagDefault property. |
String |
getKind()
Gets the value of the kind property. |
List<MatCell> |
getMatCells()
Gets the value of the matCells property. |
BigInteger |
getNbCols()
Gets the value of the nbCols property. |
BigInteger |
getNbRows()
Gets the value of the nbRows property. |
Double |
getOffDiagDefault()
Gets the value of the offDiagDefault property. |
void |
setDiagDefault(Double value)
Sets the value of the diagDefault property. |
void |
setKind(String value)
Sets the value of the kind property. |
void |
setNbCols(BigInteger value)
Sets the value of the nbCols property. |
void |
setNbRows(BigInteger value)
Sets the value of the nbRows property. |
void |
setOffDiagDefault(Double value)
Sets the value of the offDiagDefault property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<MatCell> matCells
protected List<Array> arraies
protected String kind
protected BigInteger nbRows
protected BigInteger nbCols
protected Double diagDefault
protected Double offDiagDefault
Constructor Detail |
---|
public Matrix()
Method Detail |
---|
public List<MatCell> getMatCells()
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 matCells property.
For example, to add a new item, do as follows:
getMatCells().add(newItem);
Objects of the following type(s) are allowed in the list
MatCell
public List<Array> getArraies()
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 arraies property.
For example, to add a new item, do as follows:
getArraies().add(newItem);
Objects of the following type(s) are allowed in the list
Array
public String getKind()
String
public void setKind(String value)
value
- allowed object is
String
public BigInteger getNbRows()
BigInteger
public void setNbRows(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getNbCols()
BigInteger
public void setNbCols(BigInteger value)
value
- allowed object is
BigInteger
public Double getDiagDefault()
Double
public void setDiagDefault(Double value)
value
- allowed object is
Double
public Double getOffDiagDefault()
Double
public void setOffDiagDefault(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |