|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.dmt.odm.MiningObject
|
+--oracle.dmt.odm.LocatableObject
|
+--oracle.dmt.odm.settings.function.MiningFunctionSettings
|
+--oracle.dmt.odm.settings.function.SupervisedFunctionSettings
SupervisedFunctionSettings describes settings for supervised learning functions. Currently, ODM supports only classification.
| Constructor Summary | |
SupervisedFunctionSettings(float accuracy, LogicalDataSpecification lds, DataUsageSpecification dus, MiningFunction function)Deprecated. As of ODM 9.2.0. The parameter accuracy is not used. Use other constructor without accuracy parameter. | |
SupervisedFunctionSettings(float accuracy, LogicalDataSpecification lds, DataUsageSpecification dus, MiningFunction function, MiningAlgorithmSettings algorithm)Deprecated. As of ODM 9.2.0. The parameter accuracy is not used. Use other constructor without accuracy parameter. | |
SupervisedFunctionSettings(LogicalDataSpecification lds, DataUsageSpecification dus, MiningFunction function, MiningAlgorithmSettings algorithm)Creates an instance of SupervisedFunctionSettings object. | |
| Method Summary | |
float |
getDesiredAccuracy()Deprecated. The parameter accuracy is not used. |
MiningAttribute[] |
getPredictorAttributes()Returns a list of predictor attributes in this MFS. |
MiningAttribute[] |
getTargetAttributes()Returns a list of target attributes in this MFS. |
MiningAttribute[] |
getUnpreparedPredictorAttributes()Returns a list of unprepared predictor attributes in this MFS. |
void |
setDesiredAccuracy(float accuracy)Deprecated. The parameter accuracy is not used. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SupervisedFunctionSettings(float accuracy,
LogicalDataSpecification lds,
DataUsageSpecification dus,
MiningFunction function,
MiningAlgorithmSettings algorithm)
throws InvalidArgumentException
accuracy is not used. Use other constructor without accuracy parameter.SupervisedFunctionSettings object.accuracy - The desired minimum accuracy of the model to be builtlds - A LogicalDataSpecification object that specifies the logical data to be used for model buildingdus - A DataUsageSpecification object that defines how the logical data is to be used for model buildingfunction - The type of supervised function to be performed.algorithm - A MiningAlgorithmSettings object that specifies the algorithm to be used for model building. If null, a default algorithm is chosen.InvalidArgumentException - when lds or dus is null.
public SupervisedFunctionSettings(LogicalDataSpecification lds,
DataUsageSpecification dus,
MiningFunction function,
MiningAlgorithmSettings algorithm)
throws InvalidArgumentException
SupervisedFunctionSettings object.lds - A LogicalDataSpecification object that specifies the logical data to be used for model buildingdus - A DataUsageSpecification object that defines how the logical data is to be used for model buildingfunction - The type of supervised function to be performed.algorithm - A MiningAlgorithmSettings object that specifies the algorithm to be used for model building. If null, a default algorithm is chosen.InvalidArgumentException - when lds or dus is null.
public SupervisedFunctionSettings(float accuracy,
LogicalDataSpecification lds,
DataUsageSpecification dus,
MiningFunction function)
throws InvalidArgumentException
accuracy is not used. Use other constructor without accuracy parameter.SupervisedFunctionSettings object.accuracy - The desired minimum accuracy of the model to be builtlds - A LogicalDataSpecification object that specifies the logical data to be used for model buildingdus - A DataUsageSpecification object that defines how the logical data is to be used for model buildingfunction - The type of supervised function to be performed.InvalidArgumentException - when lds or dus is null.| Method Detail |
public float getDesiredAccuracy()
accuracy is not used.public void setDesiredAccuracy(float accuracy)
accuracy is not used.accuracy - Desired accuracy for this MFSpublic MiningAttribute[] getTargetAttributes()
AttributeUsagepublic MiningAttribute[] getPredictorAttributes()
AttributeUsagepublic MiningAttribute[] getUnpreparedPredictorAttributes()
AttributeUsage, DataPreparationStatus
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||