scalanlp/breeze

Contour plots

開放

#365 建立於 2015年2月15日

 (4 則留言) (0 個反應) (0 位負責人)Scala (690 個分叉)batch import
help wantedprojectviz

倉庫指標

星標
 (3,453 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hi @dlwh,

is it possible to draw contour plots like in octave, e.g. contour(u, v, z, [0, 0], 'LineWidth', 2)? I wanted to draw a polynomial decision boundary for logistic regression with scala/breeze like this: bildschirmfoto 2015-02-15 um 22 36 54

The scatter plot for the data works fine, but I cant find a way to plot such a decision boundary.

Many thanks in advance!

貢獻者指南