jInfer

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

Packages that use AMModel
cz.cuni.mff.ksi.jinfer.iss.experiments   
cz.cuni.mff.ksi.jinfer.iss.gui   
cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax   
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.utils   
 

Uses of AMModel in cz.cuni.mff.ksi.jinfer.iss.experiments
 

Methods in cz.cuni.mff.ksi.jinfer.iss.experiments that return AMModel
 AMModel Experiment.getModel()
           
 

Uses of AMModel in cz.cuni.mff.ksi.jinfer.iss.gui
 

Methods in cz.cuni.mff.ksi.jinfer.iss.gui with parameters of type AMModel
 void TableViewPanel.setModel(AMModel model)
           
 void IdSetPanel.setModel(IdSet idSet, AMModel model, double alpha, double beta)
          Sets the model in this panel, thus displaying the list of AMs in the provided ID set.
 

Uses of AMModel in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax
 

Methods in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax with parameters of type AMModel
static IdSet FidaxAlgorithm.findIDSet(AMModel model, double alpha, double beta)
          Finds the "best" ID set in the specified attribute mapping model.
 

Uses of AMModel 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 AMModel
static String GlpkInputGenerator.generateGlpkInput(AMModel model, double alpha, double beta)
           
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 IdSet GlpkOutputParser.getIDSet(String output, AMModel model)
          Parses the string representing the GLPK optimization result and returns a list of attribute mappings belonging to the "optimal" ID set.
static IdSet GlpkOutputParser.getIDSet(String output, AMModel model, boolean isFixed)
          Parses the string representing the GLPK optimization result and returns a list of attribute mappings belonging to the "optimal" ID set.
static String GlpkRunner.run(AMModel model, double alpha, double beta, int timeLimit)
           
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 AMModel in cz.cuni.mff.ksi.jinfer.iss.idref
 

Methods in cz.cuni.mff.ksi.jinfer.iss.idref with parameters of type AMModel
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 AMModel in cz.cuni.mff.ksi.jinfer.iss.objects
 

Methods in cz.cuni.mff.ksi.jinfer.iss.objects with parameters of type AMModel
 boolean IdSet.isValid(AMModel model)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.iss.utils with parameters of type AMModel
static List<AttributeMappingId> MappingUtils.getCandidates(AMModel model)
          Returns the list of candidate attribute mappings from the specified model.
static Pair<Integer,Integer> GraphUtils.getGraphRepresentation(AMModel model)
          Returns the graph representation info for the provided model.
static String GraphUtils.getGraphVizInput(AMModel model)
          Returns a graph representation of the specified model in GraphViz language.
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.isIDset(List<AttributeMappingId> mappings, AMModel model)
          Determines whether a list of attribute mappings constitutes an ID set.
static boolean MappingUtils.mappingsCollide(AttributeMappingId mapping1, AttributeMappingId mapping2, AMModel model)
          Checks whether two mappings collide, i.e.
 

Constructors in cz.cuni.mff.ksi.jinfer.iss.utils with parameters of type AMModel
ImageSizeComparator(AMModel model)
          Constructor.
WeightComparator(AMModel model, double alpha, double beta)
           
 


jInfer

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