bindings/python/birthid.cpp
author "Arnur Nigmetov <a.nigmetov@gmail.com>"
Mon, 02 Mar 2015 13:20:51 +0100
branchdev
changeset 281 6e883f004ebe
parent 146 4e27f1f7c169
permissions -rw-r--r--
Added executable to compute Wasserstein distance. Powering to 1/q is done in output. Maybe, should be changed in the function itself?

#include "birthid.h"
#include "optional.h"

namespace dp = dionysus::python;

void export_birthid()
{
    python_optional<dp::BirthID>();   
}