Package org.dmg.pmml.general_regression
Class PPMatrix
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.general_regression.PPMatrix
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<PPMatrix>,HasLocator,Visitable
public class PPMatrix extends PMMLObject implements HasExtensions<PPMatrix>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PPMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)PPMatrixaddExtensions(Extension... extensions)PPMatrixaddPPCells(PPCell... ppCells)java.util.List<Extension>getExtensions()java.util.List<PPCell>getPPCells()booleanhasExtensions()booleanhasPPCells()-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<PPMatrix>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<PPMatrix>
-
addExtensions
public PPMatrix addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<PPMatrix>
-
hasPPCells
public boolean hasPPCells()
-
getPPCells
public java.util.List<PPCell> getPPCells()
-
accept
public VisitorAction accept(Visitor visitor)
-
-