mlpack
|
#include <vector>
#include <algorithm>
#include <utility>
#include <mlpack/core.hpp>
#include <mlpack/core/data/binarize.hpp>
#include <mlpack/methods/ann/augmented/tasks/copy.hpp>
#include <mlpack/methods/ann/augmented/tasks/sort.hpp>
#include <mlpack/methods/ann/augmented/tasks/add.hpp>
#include <mlpack/methods/ann/augmented/tasks/score.hpp>
#include "catch.hpp"
Classes | |
class | HardCodedCopyModel |
class | HardCodedSortModel |
class | HardCodedAddModel |
Functions | |
TEST_CASE ("CopyTaskTest", "[AugmentedRNNsTasks]") | |
TEST_CASE ("SortTaskTest", "[AugmentedRNNsTasks]") | |
TEST_CASE ("AddTaskTest", "[AugmentedRNNsTasks]") | |
Tests the rtasks for augmented network models.
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.