摘要:
From: http://congli.iteye.com/blog/21694011、作为“通配符”,类似Java中的*。如import scala.math._2、:_*作为一个整体,告诉编译器你希望将某个参数当作参数序列处理!例如val s = sum(1 to 5:_*)就是将1 to 5... 阅读全文
摘要:
阅读前提:有一定的机器学习基础, 本文重点面向的是应用,至于机器学习的相关复杂理论和优化理论,还是多多看论文,初学者推荐Ng的公开课/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributo... 阅读全文