|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
OraGLMSettings is the super interface for GLM classification and regression algorithm settings interface. It defines the common GLM setting, that includes:
For classification models, the diagnostics table will have the following schema:
For regression model, diagnostics table will have the following schema:
| Field Summary | |
static java.lang.String |
TREAT_MISSING_VALUE_AS_CASE_EXCLUSIONConstant used to specify missing values are treated by excluding the whole case when any of the model singature attribute values are missing. |
static java.lang.String |
TREAT_MISSING_VALUE_AS_MEAN_OR_MODEConstant used to specify missing values are treated using the mean value for numerical attributes and mode value for categorical attributes. |
| Method Summary | |
double |
getConfidenceLevel()Returns the specified confidence level for coefficient bounds. |
java.lang.String |
getDiagnosticsTableName()Returns the specified diagnostics table name. |
java.lang.String |
getMissingValueTreatmentType()Returns the missing value treatment type. |
java.lang.Double |
getRidgeValue()Returns the user specified ridge value. |
void |
setConfidenceLevel(double confidenceLevel)Sets confidence level for coefficient bounds. |
void |
setDiagnosticsTableName(java.lang.String diagnosticsTableName)Sets the optional row diagnostics table name. |
void |
setMissingValueTreatmentType(java.lang.String treatmentType)Set the missing value treatment type. |
void |
setRidgeValue(java.lang.Double ridgeVal)Sets the user specified ridge value. |
java.lang.Boolean |
useRidgeRegression()Returns true when ridge regression is enabled. |
void |
useRidgeRegression(java.lang.Boolean enableRidgeRegression)Enables ridge regression when it is set to true. |
| Methods inherited from interface javax.datamining.base.AlgorithmSettings |
getMiningAlgorithm, verify |
| Field Detail |
public static final java.lang.String TREAT_MISSING_VALUE_AS_MEAN_OR_MODE
public static final java.lang.String TREAT_MISSING_VALUE_AS_CASE_EXCLUSION
| Method Detail |
public java.lang.Boolean useRidgeRegression()
true when ridge regression is enabled. Otherwise returns false. Returns null when the system determines the ridge regression to be enabled or disabled.public void useRidgeRegression(java.lang.Boolean enableRidgeRegression)
true. Otherwise ridge regression is diabled. When specified as null system determines whether to enable/disable ridge regression.enableRidgeRegression -public java.lang.Double getRidgeValue()
null when the ridge value is set to be determined by the algorithm implemenation.public void setRidgeValue(java.lang.Double ridgeVal)
ridgeVal -public void setConfidenceLevel(double confidenceLevel)
confidenceLevel - valid value is greater than 0 and less than 1public double getConfidenceLevel()
public void setDiagnosticsTableName(java.lang.String diagnosticsTableName)
diagnosticsTableName -public java.lang.String getDiagnosticsTableName()
public void setMissingValueTreatmentType(java.lang.String treatmentType)
public java.lang.String getMissingValueTreatmentType()
|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||