Versions in this module Expand all Collapse all v0 v0.2.0 Jun 16, 2016 Changes in this version + type Runtime struct + NSynthetic int + PercentOver int + SyntheticFile string + Synthetics tabula.Dataset + func New(percentOver, k, classIndex int) (smoteRun *Runtime) + func (smote *Runtime) GetSynthetics() tabula.DatasetInterface + func (smote *Runtime) Init() + func (smote *Runtime) Resampling(dataset tabula.Rows) (e error) + func (smote *Runtime) String() (s string) + func (smote *Runtime) Write(file string) error v0.1.0 Feb 7, 2016 Changes in this version + const DefaultK + const DefaultPercentOver + type SMOTE struct + PercentOver int + Synthetic dsv.Rows + func (smote *SMOTE) Init() + func (smote *SMOTE) Resampling(dataset dsv.Rows) dsv.Rows