mlpack
Functions
union_find_test.cpp File Reference
#include <mlpack/methods/emst/union_find.hpp>
#include <mlpack/core.hpp>
#include "catch.hpp"
Include dependency graph for union_find_test.cpp:

Functions

 TEST_CASE ("TestFind", "[UnionFindTest]")
 
 TEST_CASE ("TestUnion", "[UnionFindTest]")
 

Detailed Description

Author
Bill March (march.nosp@m.@gat.nosp@m.ech.e.nosp@m.du)

Unit tests for the Union-Find data structure.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.