jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.iss.objects.AttributeMappingId

Packages that use AttributeMappingId
cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk   
cz.cuni.mff.ksi.jinfer.iss.idref   
cz.cuni.mff.ksi.jinfer.iss.objects   
cz.cuni.mff.ksi.jinfer.iss.tables   
cz.cuni.mff.ksi.jinfer.iss.utils   
 

Uses of AttributeMappingId in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk
 

Methods in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk with parameters of type AttributeMappingId
static String GlpkUtils.getName(AttributeMappingId mapping)
          Returns a "name" for the provided attribute mapping.
static String GlpkUtils.getName(AttributeMappingId mapping, char separator)
          Returns a "name" for the provided attribute mapping, using the provided separator character.
 

Method parameters in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk with type arguments of type AttributeMappingId
static String GlpkInputGenerator.generateGlpkInput(AMModel model, double alpha, double beta, List<AttributeMappingId> incumbentAMs, long k)
          Generates a GLPK MathProg representation of the ID set optimization for the provided model, in this variant specifically for Local Branching heuristic.
static String GlpkInputGenerator.generateGlpkInput(AMModel model, List<AttributeMappingId> fixed, double alpha, double beta)
          Generates a GLPK MathProg representation of the ID set optimization for the provided model.
static String GlpkRunner.run(AMModel model, List<AttributeMappingId> fixed, double alpha, double beta, int timeLimit)
          Constructs the GLPK problem formulation from the provided model, runs GLPK optimalization and returns the resulting file in a string.
 

Uses of AttributeMappingId in cz.cuni.mff.ksi.jinfer.iss.idref
 

Methods in cz.cuni.mff.ksi.jinfer.iss.idref that return types with arguments of type AttributeMappingId
static List<AttributeMappingId> IdRefSearch.getIdRefList(AMModel model, IdSet idSet)
          For a provided AM model and known ID set returns a list of attribute mapping IDs that can be declared IDREF.
 

Uses of AttributeMappingId in cz.cuni.mff.ksi.jinfer.iss.objects
 

Methods in cz.cuni.mff.ksi.jinfer.iss.objects that return AttributeMappingId
 AttributeMappingId AttributeMapping.getId()
           
 

Methods in cz.cuni.mff.ksi.jinfer.iss.objects that return types with arguments of type AttributeMappingId
 Map<AttributeMappingId,AttributeMapping> AMModel.getAMs()
          Returns all attribute mappings in the underlying grammar as a map indexed by their IDs (AttributeMappingId) containing the full mappings (AttributeMapping).
 List<AttributeMappingId> IdSet.getMappings()
           
 

Methods in cz.cuni.mff.ksi.jinfer.iss.objects with parameters of type AttributeMappingId
 int AttributeMappingId.compareTo(AttributeMappingId o)
           
 double AMModel.coverage(AttributeMappingId targetMapping)
          Please see the "Finding ID Attributes in XML Documents" article for the definition of this function.
 double AMModel.support(AttributeMappingId targetMapping)
          Please see the "Finding ID Attributes in XML Documents" article for the definition of this function.
 double AMModel.weight(AttributeMappingId mapping, double alpha, double beta)
          Returns the weight of the provided AM in the context of this AM model as a weighted sum of its support and coverage.
 

Method parameters in cz.cuni.mff.ksi.jinfer.iss.objects with type arguments of type AttributeMappingId
 double AMModel.weight(Collection<AttributeMappingId> mappings, double alpha, double beta)
          Returns the sum of weights of all the mappings provided in the context this AM model.
 

Constructors in cz.cuni.mff.ksi.jinfer.iss.objects with parameters of type AttributeMappingId
AttributeMapping(AttributeMappingId id)
          Minimal constructor.
AttributeMapping(AttributeMappingId id, List<String> image)
          Full constructor.
 

Constructor parameters in cz.cuni.mff.ksi.jinfer.iss.objects with type arguments of type AttributeMappingId
IdSet(List<AttributeMappingId> mappings)
          Partial constructor.
IdSet(List<AttributeMappingId> mappings, boolean optimal)
          Full constructor.
 

Uses of AttributeMappingId in cz.cuni.mff.ksi.jinfer.iss.tables
 

Methods in cz.cuni.mff.ksi.jinfer.iss.tables that return AttributeMappingId
 AttributeMappingId MappingsModel.getObjectAt(int row)
           
 

Constructor parameters in cz.cuni.mff.ksi.jinfer.iss.tables with type arguments of type AttributeMappingId
MappingsModel(Collection<AttributeMappingId> data)
           
 

Uses of AttributeMappingId in cz.cuni.mff.ksi.jinfer.iss.utils
 

Methods in cz.cuni.mff.ksi.jinfer.iss.utils that return types with arguments of type AttributeMappingId
static List<AttributeMappingId> MappingUtils.getCandidates(AMModel model)
          Returns the list of candidate attribute mappings from the specified model.
 

Methods in cz.cuni.mff.ksi.jinfer.iss.utils with parameters of type AttributeMappingId
 int WeightComparator.compare(AttributeMappingId o1, AttributeMappingId o2)
           
 int ImageSizeComparator.compare(AttributeMappingId o1, AttributeMappingId o2)
           
static boolean MappingUtils.imagesIntersect(AttributeMappingId am1, AttributeMappingId am2, AMModel model)
          Checks whether the images of the two specified attribute mappings in the specified model intersect.
static boolean MappingUtils.isCandidateMapping(AttributeMappingId targetMapping, AMModel model)
          Verifies whether the specified attribute mapping is a candidate mapping.
static boolean MappingUtils.mappingsCollide(AttributeMappingId mapping1, AttributeMappingId mapping2, AMModel model)
          Checks whether two mappings collide, i.e.
 

Method parameters in cz.cuni.mff.ksi.jinfer.iss.utils with type arguments of type AttributeMappingId
static boolean MappingUtils.isIDset(List<AttributeMappingId> mappings, AMModel model)
          Determines whether a list of attribute mappings constitutes an ID set.
 


jInfer

Generated on Fri Dec 9 00:01:25 CET 2011