|
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.settings.function.DataUsageEntry
An instance of DataUsageEntry
specifies how to use a particular mining attribute in the LogicalDataSpecification
of a given MiningFunctionSettings
LogicalDataSpecification
, Serialized FormConstructor Summary | |
DataUsageEntry(MiningAttribute attribute, AttributeUsage usage) Creates a DataUsageEntry for the mining attribute with the specified usage type. | |
DataUsageEntry(MiningAttribute attribute, AttributeUsage usage, DataPreparationStatus preparationStatus) Creates a DataUsageEntry for the mining attribute with the specified usage type and preparation status. |
Method Summary | |
MiningAttribute |
getAttribute() Returns the mining attribute instance associated with this DataUsageEntry . |
DataPreparationStatus |
getDataPreparationStatus() Returns the DataPreparationStatus enum value of the DataUsageEntry . |
java.lang.String |
getMiningAttributeName() Returns the name of the mining attribute. |
AttributeUsage |
getUsage() Returns the AttributeUsage enum value used for the mining attribute. |
void |
setPreparationStatus(DataPreparationStatus prepStatus) Sets the DataPreparationStatus enum value for the mining attribute. |
void |
setUsage(AttributeUsage aus) Sets the AttributeUsage enum value for the mining attribute. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataUsageEntry(MiningAttribute attribute, AttributeUsage usage) throws InvalidArgumentException
DataUsageEntry
for the mining attribute with the specified usage type. Preparation status is set to unprepared.attribute
- MiningAttribute
instance(required).usage
- AttributeUsage
enum to specify the usage type of the mining attribute (required).InvalidArfumentException
- when attribute
or usage
is null.InvalidArgumentException
public DataUsageEntry(MiningAttribute attribute, AttributeUsage usage, DataPreparationStatus preparationStatus) throws InvalidArgumentException
DataUsageEntry
for the mining attribute with the specified usage type and preparation status.attribute
- MiningAttribute
instance (required).usage
- AttributeUsage
enum specifing the usage type of the mining attribute (required).preparationStatus
- DataPreperationSatus
specifying the status of the data for building the model.InvalidArgumentException
- when attribute
or usage
or preparationStatus
is null.InvalidArgumentException
Method Detail |
public AttributeUsage getUsage()
AttributeUsage
enum value used for the mining attribute.AttributeUsage
enum value.public void setUsage(AttributeUsage aus)
AttributeUsage
enum value for the mining attribute.aus
- AttributeUsage
enumerationpublic void setPreparationStatus(DataPreparationStatus prepStatus)
DataPreparationStatus
enum value for the mining attribute.public MiningAttribute getAttribute()
DataUsageEntry
.public DataPreparationStatus getDataPreparationStatus()
DataPreparationStatus
enum value of the DataUsageEntry
.DataUsageEntry
public java.lang.String getMiningAttributeName()
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |