Skip navigation links

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

B28132-01


oracle.dmt.jdm.algorithm.abn
Interface OraABNSettingsFactory

All Superinterfaces:
javax.datamining.Factory

public interface OraABNSettingsFactory
extends javax.datamining.Factory

A factory class that creates instance of OraABNSettings.

See Also:
OraABNSettings

Method Summary
 OraABNSettings create()
          Constructs an instance of AdaptiveBayesNetworkSettings initialized to system default values.
 OraABNSettings create(OraABNModelType modelType, int maxNumberOfPredictors, int maxBuildMinutes, int maxNBPredtctors)
          Constructs an instance of AdaptiveBayesNetworkSettings with user specfied values.

 

Method Detail

create

public OraABNSettings create()
                      throws javax.datamining.JDMException
Constructs an instance of AdaptiveBayesNetworkSettings initialized to system default values.
Returns:
AdaptiveBayesNetworkSettings
Throws:
javax.datamining.JDMException

create

public OraABNSettings create(OraABNModelType modelType,
                             int maxNumberOfPredictors,
                             int maxBuildMinutes,
                             int maxNBPredtctors)
                      throws javax.datamining.JDMException
Constructs an instance of AdaptiveBayesNetworkSettings with user specfied values.
Parameters:
modelType -
maxNumberOfPredictors -
maxBuildMinutes -
Returns:
Throws:
javax.datamining.JDMException

Skip navigation links

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

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.