Open
Description
greetings,
I asked this question before. I have some concerns about selecting features using approximation algorithms like: Cuckoo Search. I did that from scrach with a project I worked on in the past, yet reading data from CSV file into two D-array and saving the new subset of features into new CSV file each time for evaluating purposes (training and testing) is a time consuming and its not professional at all. So my question here, can you remind me of what classes and interfacess I need to use in order to integrate them with my work?