Versions in this module Expand all Collapse all v0 v0.2.0 Jun 16, 2016 Changes in this version + var DEBUG = 0 + type Runtime struct + ClassMinor string + OutliersFile string + func New(percentOver, k, classIndex int, classMinor, outliers string) (lnsmoteRun *Runtime) + func (in *Runtime) Init(dataset tabula.ClasetInterface) + func (in *Runtime) Resampling(dataset tabula.ClasetInterface) (e error) v0.1.0 Feb 7, 2016 Changes in this version + type Input struct + ClassMinor string + PercentOver int + Synthetic dsv.Dataset + func (in *Input) Init(dataset dsv.Dataset) + func (in *Input) Resampling(dataset dsv.Dataset) (synthetics dsv.Dataset)