Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.algorithm.glm
Interface OraGLMRegressionSettings

All Superinterfaces:
javax.datamining.base.AlgorithmSettings, OraGLMSettings, javax.datamining.supervised.SupervisedAlgorithmSettings

public interface OraGLMRegressionSettings
extends OraGLMSettings

An instance of OraGLMRegressionSettings is used to specify settings for the GLM regression algorithm. There are no regression specific settings in this release.

Since:
OJDM 11.1.0
See Also:
OraGLMSettings

Field Summary

 

Fields inherited from interface oracle.dmt.jdm.algorithm.glm.OraGLMSettings
TREAT_MISSING_VALUE_AS_CASE_EXCLUSION, TREAT_MISSING_VALUE_AS_MEAN_OR_MODE

 

Methods inherited from interface oracle.dmt.jdm.algorithm.glm.OraGLMSettings
getConfidenceLevel, getDiagnosticsTableName, getMissingValueTreatmentType, getRidgeValue, setConfidenceLevel, setDiagnosticsTableName, setMissingValueTreatmentType, setRidgeValue, useRidgeRegression, useRidgeRegression

 

Methods inherited from interface javax.datamining.base.AlgorithmSettings
getMiningAlgorithm, verify

 


Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.