| Deprecated Methods | 
oracle.dmt.odm.CategoryMatrix.addEntry(Category, Category, float) 
          As of ODM 10.1.0, Use other CostMatrix.addEntry() method  | 
oracle.dmt.odm.PriorProbabilities.addEntry(Category, float) 
          As of 10.1.0, replaced by addEntry(Category target, Object probability) method.  | 
oracle.dmt.odm.data.LogicalDataSpecification.adjustNonStringAttributesType(String[], AttributeType) 
          As of 10.1.0, replaced by MiningFunctionSettings.adjustAttributesType method.  | 
oracle.dmt.odm.model.ClusteringModel.apply(Connection, LocationAccessData, PhysicalDataSpecification, String, MiningApplyOutput, LocationAccessData, String) 
          As of ODM 9.2.0. Use MiningApplyTask to perform apply mining operation on a database table.  | 
oracle.dmt.odm.model.SupervisedModel.apply(Connection, LocationAccessData, PhysicalDataSpecification, String, MiningApplyOutput, LocationAccessData, String) 
          As of ODM 9.2.0. Use MiningApplyTask to perform apply mining operation on a database table.  | 
oracle.dmt.odm.model.MiningModel.build(Connection, LocationAccessData, PhysicalDataSpecification, String, String) 
          As of ODM 9.2.0. Use MiningBuildTask to build a mining model.  | 
oracle.dmt.odm.model.SupervisedModel.computeLift(Connection, int, LocationAccessData, PhysicalDataSpecification, int, String, String) 
          As of ODM 9.2.0. Use MiningLiftTask to perform the compute lift mining operation.  | 
oracle.dmt.odm.settings.function.DataUsageSpecification.create(MiningAttribute[]) 
          As of ODM 9.2.0. Use other create methods.  | 
oracle.dmt.odm.data.LogicalDataSpecification.create(String, String, String, String, String, PhysicalDataSpecification) 
          As of ODM 9.2.0. Use other create method.  | 
oracle.dmt.odm.transformation.Transformation.discretize(Connection, LocationAccessData, PhysicalDataSpecification, String, String, String, LocationAccessData) 
          As of ODM 9.2.0. Use other discretize method.  | 
oracle.dmt.odm.model.AssociationRulesModel.getAntecedentTableName() 
          As of 10.0.1.  | 
oracle.dmt.odm.settings.function.SupervisedFunctionSettings.getDesiredAccuracy() 
          The parameter accuracy is not used.  | 
oracle.dmt.odm.CategoryMatrix.getDiagonalDefault() 
          As of ODM 9.2.0, this method is not supported.  | 
oracle.dmt.odm.result.MiningResult.getDurationTime() 
          As of 9.2.0, replaced by getExecutionDuration method.  | 
oracle.dmt.odm.data.TransactionalDataSpecification.getGroupAttribute() 
          As of 9.2.0, group identifier is not supported.  | 
oracle.dmt.odm.settings.algorithm.AdaptiveBayesNetworkSettings.getMaximumNumberOfNetworkFeatures() 
          As of ODM 9.2.0.4, this method is replaced by getMaxPredictors and getNaiveBayesNumPredictors.  | 
oracle.dmt.odm.model.AdaptiveBayesNetworkModel.getModelTimingRecords(Connection, String) 
          As of ODM 9.2.0.4, this method is not supported.  | 
oracle.dmt.odm.CategoryMatrix.getOffDiagonalDefault() 
          As of ODM 9.2.0, this method is not supported.  | 
oracle.dmt.odm.Connection.getPassword() 
          This method is deprecated in 10.1 for security. This method returns null value.  | 
oracle.dmt.odm.model.AssociationRulesModel.getRulesByConfidence(Connection, String, float, int) 
          As of 10.1. The same can be achieved by the new getRules method with the following parameters. 
dmsConn 
modelName 
selectionCriterion=RuleSortCriteria.confidence 
selectionFunction=ComparisonFunction.ge 
selectionPoint=confidence threshold value 
ruleOrder=null 
sortOrder=null 
maxNumRules 
  | 
oracle.dmt.odm.model.AssociationRulesModel.getRulesBySupport(Connection, String, float, int) 
          As of 10.1. The same can be achieved by the new getRules method with the following parameters. 
dmsConn 
modelName 
selectionCriterion=RuleSortCriteria.support 
selectionFunction=ComparisonFunction.ge 
selectionPoint=support threshold value 
ruleOrder=null 
sortOrder=null 
maxNumRules 
  | 
oracle.dmt.odm.model.AssociationRulesModel.getRuleTableName() 
          As of 10.0.1.  | 
oracle.dmt.odm.model.SupervisedModel.getTargetValueCount() 
          Use method getNumberOfPriors  | 
oracle.dmt.odm.PriorProbabilities.getValue(Category) 
          As of 10.1.0, replaced by Object getValue(Category target) method.  | 
oracle.dmt.odm.data.MiningAttribute.getValueCount() 
          As of ODM 9.2.0, distinct values are not counted.  | 
oracle.dmt.odm.CategoryMatrix.listColumnDisplayNames() 
          As of 9.2.0, replaced by listDisplayNames method.  | 
oracle.dmt.odm.CategoryMatrix.listColumnValues() 
          As of 9.2.0, replaced by listCategories method.  | 
oracle.dmt.odm.CategoryMatrix.listRowDisplayNames() 
          As of 9.2.0, replaced by listDisplayNames method.  | 
oracle.dmt.odm.CategoryMatrix.listRowValues() 
          As of 9.2.0, replaced by listCategories method.  | 
oracle.dmt.odm.settings.function.SupervisedFunctionSettings.setDesiredAccuracy(float) 
          The parameter accuracy is not used.  | 
oracle.dmt.odm.data.TransactionalDataSpecification.setGroupAttribute(Attribute) 
          As of 9.2.0, group identifier is not supported.  | 
oracle.dmt.odm.settings.algorithm.AdaptiveBayesNetworkSettings.setMaximumNumberOfNetworkFeatures(int) 
          As of ODM 9.2.0.4, this method is replaced by setMaxPredictors and setNaiveBayesNumPredictors.  | 
oracle.dmt.odm.settings.function.MiningFunctionSettings.setMiningAlgorithmName(String) 
          As of ODM 9.2.0.  | 
oracle.dmt.odm.settings.function.MiningFunctionSettings.setMiningFunction(MiningFunction) 
          As of ODM 9.2.0.  | 
oracle.dmt.odm.model.SupervisedModel.test(Connection, LocationAccessData, PhysicalDataSpecification, String, String) 
          As of ODM 9.2.0. Use MiningTestTask to perform the test mining operation.  | 
oracle.dmt.odm.CategoryMatrix.validate() 
          As of ODM 10.1.0, Use other CostMatrix.validate() method  | 
| Deprecated Constructors | 
oracle.dmt.odm.settings.algorithm.AdaptiveBayesNetworkSettings(int, int, int) 
          As of ODM 9.2.0.4  | 
oracle.dmt.odm.settings.algorithm.AdaptiveBayesNetworkSettings(int, int, int, int) 
          As of ODM 9.2.0.4  | 
oracle.dmt.odm.settings.function.AssociationRulesFunctionSettings(float, float, int, LogicalDataSpecification, DataUsageSpecification, MiningAlgorithmSettings) 
          As of ODM 9.2.0. Mining algorithm settings is not required to build an association rules model. Use other constructor.  | 
oracle.dmt.odm.settings.function.ClassificationFunctionSettings(float, LogicalDataSpecification, DataUsageSpecification) 
          As of ODM 9.2.0. The parameter accuracy is not supported. Use other constructor without accuracy parameter.  | 
oracle.dmt.odm.settings.function.ClassificationFunctionSettings(float, LogicalDataSpecification, DataUsageSpecification, MiningAlgorithmSettings) 
          As of ODM 9.2.0. The parameter accuracy is not supported. Use other constructor without accuracy parameter.  | 
oracle.dmt.odm.task.ModelSeekerTask(String, String, PhysicalDataSpecification, PhysicalDataSpecification, String, int, Category, float) 
          As of ODM 10.1.0. Use the other constructor signature.  | 
oracle.dmt.odm.data.NonTransactionalDataSpecification() 
          As of 9.2.0, replaced by NonTransactionalDataSpecification(LocationAccessData)  | 
oracle.dmt.odm.settings.function.SupervisedFunctionSettings(float, LogicalDataSpecification, DataUsageSpecification, MiningFunction) 
          As of ODM 9.2.0. The parameter accuracy is not used. Use other constructor without accuracy parameter.  | 
oracle.dmt.odm.settings.function.SupervisedFunctionSettings(float, LogicalDataSpecification, DataUsageSpecification, MiningFunction, MiningAlgorithmSettings) 
          As of ODM 9.2.0. The parameter accuracy is not used. Use other constructor without accuracy parameter.  | 
oracle.dmt.odm.data.TransactionalDataSpecification(String, String, String) 
          As of 9.2.0, replaced by TransactionalDataSpecification(seqId, attrName, value, LocationAccessData)  |