253254255256257258259260261262263
// run the simulator IRUnitDriver polr_ir = new IRUnitDriver( yarn_props_file ); polr_ir.Setup(); polr_ir.SimulateRun(); // evaluate the saved model ModelTester.evaluateModel( yarn_props_file, null, 20 );
14151617181920212223
public void testLearnFunctionViaIRNN_MLP() throws Exception { IRUnitDriver polr_ir = new IRUnitDriver("src/test/resources/run_profiles/unit_tests/nn/dermatology/app.unit_test.nn.dermatology.properties"); polr_ir.Setup(); polr_ir.SimulateRun(); } }
141516171819202122
public void testLearnFunctionViaIRNN_MLP() throws Exception { IRUnitDriver polr_ir = new IRUnitDriver("src/test/resources/run_profiles/unit_tests/nn/wine/app.unit_test.nn.wine.properties"); polr_ir.Setup(); polr_ir.SimulateRun(); } }