org.opoo.press.impl
类 CosineSimilarityRelatedPostsFinder
java.lang.Object
org.opoo.press.impl.CosineSimilarityRelatedPostsFinder
- 所有已实现的接口:
- Initializable, RelatedPostsFinder
public class CosineSimilarityRelatedPostsFinder
- extends Object
- implements RelatedPostsFinder, Initializable
Cosine similarity related posts algorithm.
- 从以下版本开始:
- 1.0.2
- 作者:
- Alex Lin
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CosineSimilarityRelatedPostsFinder
public CosineSimilarityRelatedPostsFinder()
findRelatedPosts
public List<Post> findRelatedPosts(Post post)
- 指定者:
- 接口
RelatedPostsFinder 中的 findRelatedPosts
findRelatedPosts
public List<Post> findRelatedPosts(Post post,
int size)
- 指定者:
- 接口
RelatedPostsFinder 中的 findRelatedPosts
initialize
public void initialize(Site site)
- 指定者:
- 接口
Initializable 中的 initialize
Copyright © 2013 Opoo.org. All Rights Reserved.