Search Results for "frequent subgraph mining"

Showing 19 open source projects for "frequent subgraph mining"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    When data mining techniques are applied to discover useful knowledge behind a large data collection, they are required to be able to preserve some confidential information, such as sensitive frequent itemsets, rules and the like. A feasible way to ensure the confidentiality is to sanitize the database and conceal sensitive information. However, the sanitization process often produces side effects, thus minimizing these side effects is an important task.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project aims to develop and share fast frequent subgraph mining and graph learning algorithms. Currently we release the frequent subgraph mining package FFSM and later we will include new functions for graph regression and classification package
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    BISD

    Batch incremental SNN-DBSCAN clustering algorithm

    Incremental data mining algorithms process frequent up- dates to dynamic datasets efficiently by avoiding redundant computa- tion. Existing incremental extension to shared nearest neighbor density based clustering (SNND) algorithm cannot handle deletions to dataset and handles insertions only one point at a time. We present an incremen- tal algorithm to overcome both these bottlenecks by efficiently identify- ing affected parts of clusters while processing updates to dataset in batch mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mr.FSM

    Mr.FSM

    Large-Scale Frequent Subgraph Mining in MapReduce

    This is the program used in the following paper: Wenqing Lin, Xiaokui Xiao, and Gabriel Ghinita. Large-Scale Frequent Subgraph Mining in MapReduce. In Proceedings of the 30th IEEE International Conference on Data Engineering (ICDE), pages 844-855, 2014. Please cite the paper if you choose to use the program. If having any problems, please report to {wlin1 at ntu dot edu dot sg}.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • 5

    aprioriProcess

    Apriori is designed to operate on databases containing transactions.

    The Apriori Algorithm is an influential algorithm for mining frequent itemsets for boolean association rules. Key Concepts : • Frequent Itemsets: The sets of item which has minimum support (denoted by Li for i th -Itemset). • Apriori Property: Any subset of frequent itemset must be frequent. • Join Operation: To find Lk , a set of candidate k-itemsets is generated by joining Lk-1 with itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    We propose a parallel algorithm to do representative approximate frequent subgraph mining based on the REAFUM algorithm in this project. We successfully apply Fork-Join Model to our algorithm and parallelize the calculations on the generation of graph mapping distance matrix. Our algorithm guarantees identical results with REAFUM given same input while achieving significant improvements in runtime when running with multi-threads. We also demonstrate the scalability of our algorithm...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    LTS: Learning To Search

    Discriminative subgraph mining by learning from search history

    This is an optimized Java implementation of the algorithm from "LTS: Discriminative Subgraph Mining by Learning from Search History" in Data Engineering (ICDE), IEEE 27th International Conference, pages 207-218, 2011. The Learning to Search (LTS) algorithm mines for discriminative subgraphs. Given two sets of graphs, with one set labelled positive, it finds subgraphs that are common in the positive graphs and uncommon in the negative graphs. In other words, the occurrences of these subgraphs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Approximate Subgraph Matching Algorithm

    Approximate Subgraph Matching Algorithm for Dependency Graphs

    ..., the total worst-case algorithm complexity is O(m^n * n(n-1)/2 * km * log m). This Java implementation implements our ASM algorithm. See README file: https://sourceforge.net/projects/asmalgorithm/files/ If you use our ASM implementation to support academic research, please cite the following paper: Haibin Liu, Lawrence Hunter, Vlado Keselj, and Karin Verspoor. Approximate Subgraph Matching-based Literature Mining for Biomedical Events and Relations. PLOS ONE, 8:4 e60954, 2013.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    GPU Frequent Items

    Frequent items mining exploiting sorting on GPU http://goo.gl/HYBFl

    In this project, we tackle the calculation of frequent items in a data stream, and show how it can be implemented using GPUs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 10

    LTS: Learning to Search

    Discriminative subgraph mining by learning from search history

    LTS (Learning to Search) is an implementation of an algorithm described in "LTS: Discriminative Subgraph Mining by Learning from Search History" in Data Engineering (ICDE), IEEE 27th International Conference, pages 207-218, 2011. The purpose of LTS is to find discriminative subgraphs, which are smaller graphs that are embedded in larger graphs that all share a certain trait. A discriminative subgraph can help to characterize a complex graph and can be used to classify new graphs with unknown...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    implementation of "GAIA: graph classification using evolutionary computation" in SIGMOD'10. a discriminative subgraph pattern mining algorithm using evolutionary computation implemented by the author
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This open source project is aimed to create an efficient XML frequent pattern mining tool,which includes four main functions, TreeMining, Stream Mining, Sequence Mining and Version Mining.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A data mining tool for finding frequent motifs in DNA regulatory area that may play significant role in gene regulation. It makes the search more efficient by using different data like conservation and binding scores about relevant promoter areas. It is implemented as a part of Barchelor thesis work of Timo Petmanson available here: http://comserv.cs.ut.ee/forms/ati_report/downloader.php?file=0701eb033c3bad8d3be4a79a29c70107c1cad745
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project aims to create a method able to determine the most frequent word phrases in a large source of text data (>5 Gb) using the computational power of multiple processors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    It is the source code for a tree mining algorithm called TRIPS. It can mine frequent subtrees from a forest of tree structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Data mining tool for the extraction of spatio-temporal frequent patterns ("Trajectory patterns" or "T-patterns") from GPS-like trajectories of a set of moving objects. Work performed within the European project GeoPKDD - www.geopkdd.eu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    baobab is an implementation of FPTrees or Frequent Pattern Trees, a pattern recognition/data mining technique. it has innumerable applications in language processing, clickstream analysis, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    DMTL (Data Mining Template Library) - A generic C++ based library for mining structured patterns such as sets, sequences, trees and graphs. The library provides implementation of popular frequent pattern mining algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project implements the algorithm proposed in page 109-118, ACM SIGKDD, 2003, "Inverted matrix: efficient discovery of frequent items in large datasets in the context of interactive mining" and its improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next