| 
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.model.ModelTimingRecord
As of ODM 10.1.0, this class is not supported.
An instance of ModelTimingRecord provides build statistics resulting from user-specified limits placed on maximum build time using function settings. This enables a user to enable to estimate the time required to complete a more thorough build, to possibly obtain a more accurate model. Each ModelTimingRecord contains information pertinent to a specific build milestone. The first milestone is the building of a Naive Bayes Model subset to all target-correlated predictor columns. Relevant statistics at this juncture include: segment build time only, i.e., the time to get reach this milestone. Subsequent, milestones attempt to extend an individual feature and to test whether the feature should be included in the model. The relevant statistics of these milestones include:
The estimated featureScoringTime can be used to re-build the model, trading off a desired number of constructed features with build time. For example, to have a build that attempts to construct 5 extended features, the MaximumBuildTime could be set to 5 * estimated featureScoringTime. Note that the other build time control parameter MaximumConsecutivePrunedNetworkFeatures is still in effect. The first termination criteria to be met causes the build to terminate. Also, note that the estimated featureScoringTime is only an estimate, build time is data-dependent. The build terminates, in accordance with the MaximumBuildTime, when the estimated time to the next build milestone exceeds the MaximumBuildTime.
AdaptiveBayesNetworkModel., Serialized Form| Method Summary | |
 int | 
getDepth()Deprecated. Returns the depth of this NetworkFeature. | 
 int | 
getEstimatedFeatureScoringTime()Deprecated. Returns an estimate of the time required to score the NetworkFeature if the NetworkFeature was not scored, otherwise it returns the actual scoring time. | 
 int | 
getFeatureNumber()Deprecated. Returns the NetworkFeature number. | 
 int | 
getFeatureScoringTime()Deprecated. Returns the NetworkFeature scoring time. | 
 int | 
getSegmentBuildTime()Deprecated. Returns the segment build time.  | 
 boolean | 
isAccepted()Deprecated. Returns a boolean indicating whether the NetworkFeature was accepted or rejected by the MDL pruning criteria. | 
 boolean | 
isTerminated()Deprecated. Returns a boolean indicating whether the NetworkFeature met termination criteria or whether the NetworkFeature extension process was prematurely halted. | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public int getFeatureNumber()
NetworkFeature number.NetworkFeature number.public int getDepth()
NetworkFeature.NetworkFeature depth.public int getSegmentBuildTime()
public int getFeatureScoringTime()
NetworkFeature scoring time.NetworkFeature scoring time.public int getEstimatedFeatureScoringTime()
NetworkFeature if the NetworkFeature was not scored, otherwise it returns the actual scoring time.NetworkFeature scoring time.public boolean isTerminated()
NetworkFeature met termination criteria or whether the NetworkFeature extension process was prematurely halted.true if the NetworkFeature is terminated, false otherwise.public boolean isAccepted()
NetworkFeature was accepted or rejected by the MDL pruning criteria.true if the NetworkFeature is accepted, false otherwise. 
  | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||