<p>Hello, <a href="https://github.com/zoq" class="user-mention">@zoq</a> . I tried to add the KathirvalavakumarSubavathiInitialization algorithm you have implemented into the test case, but find something confusing.<br>
1. If I'm correct, we should use Iris Dataset as mentioned in the paper, and I find it in the data directory. The results in the paper, is it the iris_test.csv? Is it correct to just write:<br>
  data::Load("iris_train.csv", dataset, true);<br>
  arma::mat trainData = dataset.submat(0, 0, dataset.n_rows - 4, dataset.n_cols - 1);<br>
  arma::mat trainLabels = dataset.submat(dataset.n_rows - 3, 0, dataset.n_rows - 1, dataset.n_cols - 1);<br>
  data::Load("iris_test.csv", dataset, true);<br>
2.The constructor for instantiating KathirvalavakumarSubavathiInitialization require 2 parameter, and their are no default arguments. But the constructor on fnn.hpp pass no arguments. So the code below is incorrect:<br>
  FFN
      PerformanceFunctionType&gt; net(modules, classOutputLayer);<br>
Is there any misunderstanding? Should we add default arguments for KSinitialization or somehow pass the arguments?<br>
3. Also this code. What it is for net(modules, classOutputLayer)? I can't find the implementation of "net".</p>

<p><a href="https://github.com/chvsp" class="user-mention">@chvsp</a> <a href="https://github.com/vasanthkalingeri" class="user-mention">@vasanthkalingeri</a> I'm very glad to cooperate with you, and it will be very appreciated if you can solve my confusion~</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/414#issuecomment-195762146">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFL0lZ9TEhULeRLwLVOdyJ0sunZSsks5pstzzgaJpZM4DnsTV.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/414#issuecomment-195762146"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>