edu.indiana.iucbrf.feature.unknown
Class BayesianConsistentRegionAggregate

java.lang.Object
  extended by edu.indiana.iucbrf.feature.unknown.AbstractUnknownFeatureHandler
      extended by edu.indiana.iucbrf.feature.unknown.DefaultValue
          extended by edu.indiana.iucbrf.feature.unknown.RegionAggregate
              extended by edu.indiana.iucbrf.feature.unknown.BayesianConsistentRegionAggregate
All Implemented Interfaces:
FeatureCollectionListener, UnknownFeatureHandler, java.io.Serializable, java.util.EventListener

public class BayesianConsistentRegionAggregate
extends RegionAggregate

Title:

Description:

Copyright: Copyright (c) 2005

Company:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.indiana.iucbrf.feature.unknown.RegionAggregate
cb, currentEqClass, currentProblem, fullAggValues
 
Fields inherited from class edu.indiana.iucbrf.feature.unknown.DefaultValue
defaultValue, defaultValueMap, domain, storeEstimates, useEstimates
 
Fields inherited from class edu.indiana.iucbrf.feature.unknown.AbstractUnknownFeatureHandler
debugMode
 
Constructor Summary
BayesianConsistentRegionAggregate(DoubleMap neighborhoodRadii, PartitionedCaseBase cb, Domain domain)
           
 
Method Summary
protected  int getNearestEqClassImpl(Problem searchProblem)
           
 
Methods inherited from class edu.indiana.iucbrf.feature.unknown.RegionAggregate
differenceOfUnknownFeatureImpl, featureAdded, featureChanged, featureRemoved, featureReplaced, featuresCleared, finalize, getAbbreviatedName, getCurrentConf, getDefaultValueImpl, getName, getNearestEqClass, getPreviouslySetGuessOfEqClass
 
Methods inherited from class edu.indiana.iucbrf.feature.unknown.DefaultValue
equals, getDefaultValue, hashCode, setStoreEstimates, setUseEstimates, useEstimates
 
Methods inherited from class edu.indiana.iucbrf.feature.unknown.AbstractUnknownFeatureHandler
differenceOfUnknownFeature, getDebugMode, setDebugMode
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesianConsistentRegionAggregate

public BayesianConsistentRegionAggregate(DoubleMap neighborhoodRadii,
                                         PartitionedCaseBase cb,
                                         Domain domain)
Parameters:
neighborhoodRadii - DoubleMap Maps featureKey to Double value of neighborhood radius (0 for equality for categorical, epsilon for interval features)
cb - PartitionedCaseBase
domain - Domain
Method Detail

getNearestEqClassImpl

protected int getNearestEqClassImpl(Problem searchProblem)
Overrides:
getNearestEqClassImpl in class RegionAggregate