由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - How to select a set of strings that are most dissimilar?
相关主题
The h Index for Computer ScienceRe: 请教一个简单字符串程序 (转载)
what is Ljava/lang/String求助几道数值运算的数据类型的问题..谢谢!
one algorithm questionUrgent help for how to replace \" with blank in string
请教一个聚类的问题算法求助
any way to speed up strcasecmp?改变 c string 的一个问题
请问wstring这种string type适用于什么情况下?问一个如何建立一个rest web service ,其中有query string 功能 (转载)
STL map变量的实际memory usage估算 (转载)我老又抓住一个骗子,素来围观。
[Question] java风雨野鬼
相关话题的讨论汇总
话题: strings话题: dissimilar话题: select话题: set话题: my
进入CS版参与讨论
1 (共1页)
h***n
发帖数: 276
1
My problem is as follows:
1) I have N strings and all strings has the same length L.
2) To be simplified, each string is composed by english letters.
How to select a set of M (M < N) strings that are most dissimilar?
My questions are as follows:
1) For any two strings, we can calculate the "edition distance" as the dissi
milarity. If there are more than 2, say M, strings, how to characterize the
dissimilarity of the whole set?
2) If the first question is well addressed, how to select the best M
M*****a
发帖数: 2054
2
use cluster algorithm

dissi
the
string
solu

【在 h***n 的大作中提到】
: My problem is as follows:
: 1) I have N strings and all strings has the same length L.
: 2) To be simplified, each string is composed by english letters.
: How to select a set of M (M < N) strings that are most dissimilar?
: My questions are as follows:
: 1) For any two strings, we can calculate the "edition distance" as the dissi
: milarity. If there are more than 2, say M, strings, how to characterize the
: dissimilarity of the whole set?
: 2) If the first question is well addressed, how to select the best M

1 (共1页)
进入CS版参与讨论
相关主题
风雨野鬼any way to speed up strcasecmp?
American Rhythm versus International Latin (or La请问wstring这种string type适用于什么情况下?
The Hitchhiker's Guide to the Galaxy - 25STL map变量的实际memory usage估算 (转载)
用ghost 克隆x301的系统盘到ssd无法启动[Question] java
The h Index for Computer ScienceRe: 请教一个简单字符串程序 (转载)
what is Ljava/lang/String求助几道数值运算的数据类型的问题..谢谢!
one algorithm questionUrgent help for how to replace \" with blank in string
请教一个聚类的问题算法求助
相关话题的讨论汇总
话题: strings话题: dissimilar话题: select话题: set话题: my