Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想生成集群结果的词云,但要做到这一点,我需要知道 Lingo 算法的最大分值。有人知道答案吗?
Lingo 产生的分数没有上限。一种解决方法可能是在显示之前将分数标准化为 0..1 比例。
更一般地说,将分数用于显示目的的一些缺点是它们不能直接转化为集群的有形财产。分数的唯一含义是:“分数越高,Lingo认为的集群越好”。作为分数的替代方法,您可能希望使用集群的大小(分配给集群的文档数)。