212213214215216217218
secProperties = null; } @Override public void cancelJob(String jobId, JobExecutionContext jobExecutionContext) throws GFacException { throw new NotImplementedException(); }
214215216217218219220
} } @Override public void cancelJob(String jobId, JobExecutionContext jobExecutionContext) throws GFacException { throw new NotImplementedException(); }
245246247248249250251
public void dispose(JobExecutionContext jobExecutionContext) throws GFacProviderException { // Do nothing } public void cancelJob(String jobId, JobExecutionContext jobExecutionContext) throws GFacException { throw new NotImplementedException(); }
246247248249250251252
// Do nothing } @Override public void cancelJob(String jobId, JobExecutionContext jobExecutionContext) throws GFacException { throw new NotImplementedException(); }
136137138139140141142
public void dispose(JobExecutionContext jobExecutionContext) throws GFacProviderException { } @Override public void cancelJob(String jobId, JobExecutionContext jobExecutionContext) throws GFacException { throw new NotImplementedException(); }
209210211212213214215
@Override public void init(@SuppressWarnings("unused") PTASequenceEngine en, @SuppressWarnings("unused") int plus, @SuppressWarnings("unused") int minus) { throw new NotImplementedException(); }
218219220221222223224
@Override public LearnerGraph init(@SuppressWarnings("unused") PTASequenceEngine en, @SuppressWarnings("unused") int plus, @SuppressWarnings("unused") int minus) { throw new NotImplementedException(); }
226227228229230231232
@Override public LearnerGraph learnMachine(@SuppressWarnings("unused") PTASequenceEngine en, @SuppressWarnings("unused") int plus, @SuppressWarnings("unused") int minus) { throw new NotImplementedException(); }
204205206207208209210
} public void cancelJob(String jobId, JobExecutionContext jobExecutionContext) throws GFacException { throw new NotImplementedException(); }
224225226227228229230
throw new GFacProviderException("Error in retrieving results",e); } } public void cancelJob(String jobId, JobExecutionContext jobExecutionContext) throws GFacException { throw new NotImplementedException(); }