
#ifndef _EMFUNCTION_H
#define _EMFUNCTION_H

#include "NewInstance.h"
#include "predExpLevel.h"
using namespace std;

/* EM algorithm */
void emselect(NewInstance &oneins, vector<vector<long> >&alliso,  vector<string> &varpara, vector<vector<long> > &pred, vector<double> &predexplv, STAT &stat);

#endif

