Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvData ¶
func ConvData(rawData base.FixedDataGrid) (r [][][]float64)
ConvData : golearn の FixedDataGrid 形式のデータを gobrain の形式に変換する関数。IRIS 専用
gobrain のデータは [][][]float64 となる。 [..., [x, y], ...] の形で、説明変数 x 目的変数 y ともに []float64 となる。
func Load ¶
func Load(imageFile, labelFile string, max int) (r base.FixedDataGrid, err error)
Load : MNIST データの読み出し
func ResolveClassName ¶
ResolveClassName : クラス名を解決する関数 convFromClassNameToFloat64Array と対をなす
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.