Changeset bb8cdbb in git for machine_learning/mlpredict.h


Ignore:
Timestamp:
Aug 6, 2019, 1:17:03 PM (5 years ago)
Author:
Murray Heymann <heymann.murray@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
86420e9c548fd4f1645ed4114c5f79fc3488a8a6
Parents:
7fb01017897be638682b5f17f6ef8eb851bc7273
Message:
Change initialize and finalize of python
File:
1 edited

Legend:

Unmodified
Added
Removed
  • machine_learning/mlpredict.h

    r7fb0101 rbb8cdbb  
    2727
    2828/**
    29  * Initialise the machine learning system by downloading the helpfiles if
     29 * Initialise the machine learning system by starting the python
     30 * interpreter,  downloading the helpfiles if
    3031 * not present, and calculating the bag of words vectors for the helpfiles,
    31  * saving this info on the local system. 
     32 * saving this info on the local system.
    3233 *
    3334 * @return An integer: 1 if successful, 0 if some error were to occur.
    3435 */
    3536int ml_initialise();
     37
     38/**
     39 * Finalize the python interpreter
     40 *
     41 * @return An integer: 1 if successful, 0 if not.
     42 */
     43int ml_finalise();
    3644
    3745/**
Note: See TracChangeset for help on using the changeset viewer.