# NemaWebService **Repository Path**: SpringIsComing/nemawebservice ## Basic Information - **Project Name**: NemaWebService - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #NemaWebService 一个问题: 1. 反馈的结果是否应该按照不同用户进行存储,以达到将来的个性化推荐 2. LSH 的返回结果 是否进行聚类等操作,据观测,返回结果一般在50条以内 3. LSH 返回结果的选取标准 目前在返回到Query页面的使用的是Top10 而用于下一步搜索的则是SIMILARITY>0.3 4. 目前 Nema 的迭代次数即其余各项参数事实上是写死的 近期的首要任务: 1. 聚类,可尝试实现一下层次聚类,并对最小距离、最大距离、均值距离、平均距离的效果做一下比较