[mlpack-git] [mlpack/mlpack] add train test split (#523)

Ryan Curtin notifications at github.com
Tue Apr 12 16:15:41 EDT 2016


> +    }
> +    slice = value;
> +  }
> +
> +  void TestRatio(double value)
> +  {
> +    testRatio = value;
> +  }
> +  double TestRatio() const
> +  {
> +    return testRatio;
> +  }
> +
> +private:  
> +  arma::arma_rng::seed_type seed;
> +  size_t slice;

I guess we can remove this member and related functions if we are not aiming to support cubes?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/523/files/860256202d7cba23dd3500a05e36ecd351f1d673#r59445405
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160412/dc7be52c/attachment.html>


More information about the mlpack-git mailing list