|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.regression.logistic.predict.ParamMatrix
final class ParamMatrix
Convenient class to access the contents of PMMLPCells.
| Constructor Summary | |
|---|---|
ParamMatrix(PMMLPCell... cells)
Creates an instance which is a decorate for the given cells. |
|
| Method Summary | |
|---|---|
double |
getBeta(String parameterName,
String targetCategory)
Gives the coefficient for the given parameter and the given category of the target. |
Integer |
getDegreesOfFreedom(String parameterName,
String targetCategory)
Gives the degrees of freedom for the given parameter and the given category of the target. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ParamMatrix(PMMLPCell... cells)
cells - the cells that are decorated by this instance| Method Detail |
|---|
public double getBeta(String parameterName,
String targetCategory)
parameterName - the parametertargetCategory - the category of the target
public Integer getDegreesOfFreedom(String parameterName,
String targetCategory)
parameterName - the parametertargetCategory - the category of the target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||