An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
import com.rapidminer.example.ExampleSet;import com.rapidminer.repository.RepositoryLocation;import com.rapidminer.repository.RepositoryManager;ExampleSet es = operator.getInput(ExampleSet.class);String location = "//Local Repository/data/test";RepositoryLocation repLoc = new RepositoryLocation(location );RepositoryManager.getInstance(null).store(es, repLoc, null);return es;