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.
例えば:
model = svmTrain(X, y, C, @(x1, x2) gaussianKernel(x1, x2, sigma));
免責事項: これは Coursera ML クラスからのものですが、慣習的に @ 記号を検索することはほとんど不可能です。