WheatonCS / Lexos

Python/Flask-based website for text analysis workflow. Previous (stable) release is live at:
http://lexos.wheatoncollege.edu
MIT License
120 stars 20 forks source link

let the Silhouette Score Options open by defualt if session is different from defualt #193

Closed czhang03 closed 9 years ago

czhang03 commented 9 years ago

if session is different from the default in Silhouette Score Options, let that div open.

default can be found in helper/constant.py :: DEFAULT_HIERARCHICAL_OPTIONS

the value of that option is in session['hierarchyoption']

czhang03 commented 9 years ago

same for Advanced K-Means Options

akuisara commented 9 years ago

fixed the problem