summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/test/create_iris_datafile.h
blob: 805291f07879ed53b449fd3450efff9c7c2c610f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2011  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_CREATE_IRIS_DAtAFILE_Hh_
#define DLIB_CREATE_IRIS_DAtAFILE_Hh_

namespace dlib
{
    void create_iris_datafile (
    );
    /*!
        ensures
            - Creates a local file called iris.scale that contains the
              150 samples from the 3-class Iris dataset from the UCI
              repository.  The file will be in LIBSVM format (it was
              originally downloaded from the LIBSVM website).
    !*/
}

#endif // DLIB_CREATE_IRIS_DAtAFILE_Hh_