|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
RegressionApplySettings.
Factory| Method Summary | |
RegressionApplySettings |
create()
Creates an instance of RegressionApplySettings initialized to vendor-specific default values. |
RegressionApplySettings |
getDefaultApplySettings()
Returns the default apply output specification for regression model. |
RegressionApplyContent[] |
getSupportedApplyContents(MiningAlgorithm algorithm)
Returns an array of RegressionApplyContent that are supported by the specified algorithm. |
boolean |
supportsCapability(MiningAlgorithm algorithm,
RegressionApplyContent content)
Returns true if the specified content is supported by the specified regression algorithm. |
| Method Detail |
public RegressionApplySettings create()
throws JDMException
RegressionApplySettings initialized to vendor-specific default values.
JDMExceptionpublic RegressionApplySettings getDefaultApplySettings()
Vendors may choose to add different options, and user may add more attributes such as key. The vendor must document what are included in the default apply output specification returned.
public RegressionApplyContent[] getSupportedApplyContents(MiningAlgorithm algorithm)
throws JDMException
RegressionApplyContent that are supported by the specified algorithm. The parameter algorithm may be null if the regression function does not support a specific algorithm.
An exception is thrown if algorithm is not an regression algorithm.
algorithm - A type of regression algorithm whose supported apply contents are to be returned.
JDMException
public boolean supportsCapability(MiningAlgorithm algorithm,
RegressionApplyContent content)
throws JDMException
The parameter algorithm may be null if the regression function does not support a specific algorithm. Throws an exception if the algorithm is not one of the supported regression algorithms.
Must return true if content is predictedValue for a supported regression algorithm.
algorithm - content -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||