Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DL algorithm

This directory contains sources for the compsysmed/dl container. It implements the DL algorithm for the minimum hitting set generation problem.

For details of the algorithm, see Mining border descriptions of emerging patterns from dataset pairs by Dong and Li.

Implementation

The implementation provided in src/alg is C code written by Keisuke Murakami and distributed at the Hypergraph Dualization Repository. It is redistributed here by permission from the authors; see src/alg/LICENSE.md for details.

Building

To build the container yourself, run the following from this directory:

docker build -t compsysmed/dl:latest .

You do not need to build the container yourself to use the algorithms. You can fetch a prebuilt copy of the container by running the following:

docker pull compsysmed/dl:latest