# principal_sequence_of_partition **Repository Path**: freewind201301/principal_sequence_of_partition ## Basic Information - **Project Name**: principal_sequence_of_partition - **Description**: Algorithms to compute the principal sequence of partition for Dilworth truncation function - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Windows](https://ci.appveyor.com/api/projects/status/github/zhaofeng-shu33/principal_sequence_of_partition?branch=master&svg=true)](https://ci.appveyor.com/project/zhaofeng-shu33/principal-sequence-of-partition) [![Build Status](https://api.travis-ci.com/zhaofeng-shu33/principal_sequence_of_partition.svg?branch=master)](https://travis-ci.com/zhaofeng-shu33/principal_sequence_of_partition/) # Introduction This repo contains code to compute the principal sequence of partition for Dilworth truncation function. # How to build `main.cpp` is the user-implemented part. # CMake with GTest Testing is enabled by default, which requires gtest library. To disable it, run `cmake` with `-DENABLE_TESTING=OFF` # Python binding Disabled by default. The binding requires boost-python library. To enable it, run `cmake` with `-DENABLE_PYTHON=ON` # Reference 1. [2016]Info-Clustering: A Mathematical Theory for Data Clustering 1. [https://github.com/ktrmnm/SFM](https://github.com/ktrmnm/SFM)