Uses of Class
org.dmg.pmml.pmml_4_1.descr.Matrix

Packages that use Matrix
org.dmg.pmml.pmml_4_1.descr   
 

Uses of Matrix in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as Matrix
protected  Matrix Comparisons.matrix
           
protected  Matrix Covariances.matrix
           
protected  Matrix CorrelationValues.matrix
           
protected  Matrix ConfusionMatrix.matrix
           
protected  Matrix DocumentTermMatrix.matrix
           
protected  Matrix CorrelationMethods.matrix
           
protected  Matrix Predictor.matrix
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Matrix
 Matrix ObjectFactory.createMatrix()
          Create an instance of Matrix
 Matrix Comparisons.getMatrix()
          Gets the value of the matrix property.
 Matrix Covariances.getMatrix()
          Gets the value of the matrix property.
 Matrix CorrelationValues.getMatrix()
          Gets the value of the matrix property.
 Matrix ConfusionMatrix.getMatrix()
          Gets the value of the matrix property.
 Matrix DocumentTermMatrix.getMatrix()
          Gets the value of the matrix property.
 Matrix CorrelationMethods.getMatrix()
          Gets the value of the matrix property.
 Matrix Predictor.getMatrix()
          Gets the value of the matrix property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Matrix
 void Comparisons.setMatrix(Matrix value)
          Sets the value of the matrix property.
 void Covariances.setMatrix(Matrix value)
          Sets the value of the matrix property.
 void CorrelationValues.setMatrix(Matrix value)
          Sets the value of the matrix property.
 void ConfusionMatrix.setMatrix(Matrix value)
          Sets the value of the matrix property.
 void DocumentTermMatrix.setMatrix(Matrix value)
          Sets the value of the matrix property.
 void CorrelationMethods.setMatrix(Matrix value)
          Sets the value of the matrix property.
 void Predictor.setMatrix(Matrix value)
          Sets the value of the matrix property.
 



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