12.3.2 筛选和映射
最常用的序列处理运算,是筛选(filtering)和映射(projection);在第六章,我们用它们处理 F# 函数式列表,和 C# 的泛型 .NET List 类型。LINQ 库中的 Where 和 Select 扩展方法已经可以处理序列,而在 F# 中,使用Seq 模块中两个函数(即 Seq.map 和 Seq.filter),能达到相同效果。...
分类:
其他好文 时间:
2015-01-22 18:07:14
阅读次数:
148
Hybrid Recommender System based on Fuzzy Clustering and Collaborative Filtering 给出题目,想找的话直接在ElsevierSD里下载即可。 并不是逐句翻译,一些简单的背景比如经济啦什么的直接忽略,不过笔者会在博文里点出来....
分类:
其他好文 时间:
2015-01-20 22:03:38
阅读次数:
352
本章翻译自Elasticsearch官方指南的Filtering Queries and Aggregations一章。
过滤查询以及聚合
A natural extension to aggregation scoping is filtering. Because the aggregation operates in the context of the quer...
分类:
其他好文 时间:
2015-01-16 01:15:49
阅读次数:
1158
Gradle Goodness: Copy Files with FilteringGradle's copy task is very powerful and includes filtering capabilities. This means we can change the conten...
分类:
其他好文 时间:
2014-12-27 20:23:43
阅读次数:
223
本文引自http://blog.csdn.net/fwing/article/details/4942886现在的推荐系统特别火啊。做得最好的应该是Amazon了。上面是Amazon的图书推荐。用的就是著名的协同过滤(Collaborative filtering)算法。我们用一个简单的例子来说明。...
分类:
其他好文 时间:
2014-12-16 22:20:37
阅读次数:
188
转自:http://www.cnblogs.com/imouto/archive/2012/12/11/filtering-adb-logcat-output.html 简介:本文介绍如何在 shell 命令行中过滤 adb logcat 输出的几个小技巧。开发当中经常看到别人的 log 如洪...
分类:
数据库 时间:
2014-12-12 20:50:01
阅读次数:
203
转自:http://blog.sina.com.cn/s/blog_4bdb170b01019atv.html图像处理-线性滤波-1 基础(相关算子、卷积算子、边缘效应)这里讨论利用输入图像中像素的小邻域来产生输出图像的方法,在信号处理中这种方法称为滤波(filtering)。其中,最常用的是线性滤...
分类:
其他好文 时间:
2014-12-07 16:19:03
阅读次数:
348
原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-appli...
分类:
编程语言 时间:
2014-12-03 19:07:26
阅读次数:
258