Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageMakerUtil ¶
type ImageMakerUtil struct { LearnDir string AnswerDir string OutputFile string ImageHeight int ImageWidth int }
func Init ¶
func Init(learnDir, answerDir, outputFile string, imageWidth, imageHeight int) ImageMakerUtil
func (ImageMakerUtil) Encode ¶
func (iu ImageMakerUtil) Encode(b []float64) (interface{}, error)
func (ImageMakerUtil) MakePattern ¶
func (i ImageMakerUtil) MakePattern() ([]util.DataSet, error)
Click to show internal directories.
Click to hide internal directories.