{# index.html: defines 'training' or 'analysis' session, prompts users to provide an upload file or URL to an XML (dataset), then defines which attributes within the dataset previously defined, to use for the SVM analysis. After the configurations and attributes have been defined, it is sent to 'logic_loader.py' for further analysis. #} {# specify unicode (utf-8) encoding for html document #} {# use latest (IE) rendering engine, for IE #} {# set the width of the page to follow the screen-width of the device, with no zooming applied (1:1 scale) #}
{# reactjs scripts: motivated by https://github.com/jeff1evesque/machine-learning/issues/2347 #}