Metadata-Version: 2.1
Name: mlknn
Version: 0.0.1
Summary: A KNN algorithm
Home-page: UNKNOWN
Author: NeuralNine (Florian Dedov)
Author-email: <mail@neuralnine.com>
License: UNKNOWN
Description: 
        <ul>
        <li>Your program will be invoked as follows:</li>
        <li>knn_classify <training_file> <test_file> <k></li>
        <li>The arguments provide to the program the following information:</li>
        <li>The first argument, <training_file>, is the path name of the training file, where the training data is stored.</li>
        <li>The path name can specify any file stored on the local computer.</li>
        <li>The second argument, <test_file>, is the path name of the test file, where the test data is stored.</li>
        <li>The path name can specify any file stored on the local computer.</li>
        <li>The third argument specifies the value of k for the k-nearest neighbor classifier.</li>
        <li>Files used will be any of the files in the UCI datasets directory</li>
        <li>A description of the datasets and the file format can be found on below link.</li>
        </ul>
        
Keywords: python,video,stream,video stream,camera stream,sockets
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
