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