|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ComputeStatisticsTask is a task that
computes statistics on the specified data.
If
no LogicalData is specified, the task
computes statistics as if the
LogicalData were created directly
from the PhysicalData.
If
LogicalData is specified, it
indicates which attributes have statistics
computed and provides directives as to how data
should be interpreted.
It is implementation defined as to which statistics are computed for each attribute type.
MiningObject,
Task| Method Summary | |
java.lang.String |
getLogicalDataName()
Returns the name of the LogicalData object. |
java.lang.String |
getPhysicalDataName()
Returns the name of the PhysicalDataSet from which statistics are to be computed. |
void |
setLogicalDataName(java.lang.String logicalDataName)
Sets the name of the LogicalData to be used as a reference for more detailed attribute information that can direct statistics computation. |
void |
setPhysicalDataName(java.lang.String name)
Sets the name of the PhysicalDataSet from which statistics are computed. |
VerificationReport |
verify()
Determines whether the specification of the compute statistics task is correct. |
| Methods inherited from interface javax.datamining.base.Task |
getExecutionHandle |
| Methods inherited from interface javax.datamining.MiningObject |
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription |
| Method Detail |
public java.lang.String getLogicalDataName()
LogicalData object.
public java.lang.String getPhysicalDataName()
PhysicalDataSet from which statistics are to be computed.
public void setLogicalDataName(java.lang.String logicalDataName)
throws JDMException
LogicalData to be used as a reference for more detailed attribute information that can direct statistics computation.
logicalDataName -
JDMException
public void setPhysicalDataName(java.lang.String name)
throws JDMException
PhysicalDataSet from which statistics are computed.
name -
JDMExceptionpublic VerificationReport verify()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||