Sha256: 71e06208f301d7430b41aecfe770b1e773f4ffd0565715b5b4478d8a6bd343a6
Contents?: true
Size: 608 Bytes
Versions: 13
Compression:
Stored size: 608 Bytes
Contents
// 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_
Version data entries
13 entries across 13 versions & 1 rubygems