소스 검색

I want to pull, somehow I changed something :)

Richard Torenvliet 14 년 전
부모
커밋
728d5238fc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/report.tex

+ 2 - 2
docs/report.tex

@@ -194,8 +194,8 @@ image no concatenation has to be done of course. The SVM can be trained with a
 subset of the given dataset called the ''Learning set''. Once trained, the
 entire classifier can be saved as a Pickle object\footnote{See
 \url{http://docs.python.org/library/pickle.html}} for later usage.
-In our case the support vector machine uses a radial gauss kernel. The SVM finds
-a seperating hyperplane with minimum margins.
+In our case the support vector machine uses a radial gauss kernel function. The
+ SVM finds a seperating hyperplane with minimum margins.
 
 \section{Implementation}