org.dmg.pmml.pmml_4_1.descr
Class SupportVectors

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

public class SupportVectors
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"/>
         <element ref="{http://www.dmg.org/PMML-4_1}SupportVector" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="numberOfSupportVectors" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
       <attribute name="numberOfAttributes" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Extension> extensions
           
protected  BigInteger numberOfAttributes
           
protected  BigInteger numberOfSupportVectors
           
protected  List<SupportVector> supportVectors
           
 
Constructor Summary
SupportVectors()
           
 
Method Summary
 List<Extension> getExtensions()
          Gets the value of the extensions property.
 BigInteger getNumberOfAttributes()
          Gets the value of the numberOfAttributes property.
 BigInteger getNumberOfSupportVectors()
          Gets the value of the numberOfSupportVectors property.
 List<SupportVector> getSupportVectors()
          Gets the value of the supportVectors property.
 void setNumberOfAttributes(BigInteger value)
          Sets the value of the numberOfAttributes property.
 void setNumberOfSupportVectors(BigInteger value)
          Sets the value of the numberOfSupportVectors 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

supportVectors

protected List<SupportVector> supportVectors

numberOfSupportVectors

protected BigInteger numberOfSupportVectors

numberOfAttributes

protected BigInteger numberOfAttributes
Constructor Detail

SupportVectors

public SupportVectors()
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


getSupportVectors

public List<SupportVector> getSupportVectors()
Gets the value of the supportVectors 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 supportVectors property.

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

    getSupportVectors().add(newItem);
 

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


getNumberOfSupportVectors

public BigInteger getNumberOfSupportVectors()
Gets the value of the numberOfSupportVectors property.

Returns:
possible object is BigInteger

setNumberOfSupportVectors

public void setNumberOfSupportVectors(BigInteger value)
Sets the value of the numberOfSupportVectors property.

Parameters:
value - allowed object is BigInteger

getNumberOfAttributes

public BigInteger getNumberOfAttributes()
Gets the value of the numberOfAttributes property.

Returns:
possible object is BigInteger

setNumberOfAttributes

public void setNumberOfAttributes(BigInteger value)
Sets the value of the numberOfAttributes property.

Parameters:
value - allowed object is BigInteger


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