
	   
	                          Netica-J for 64-bit ARM/Android
	                          ===============================
			                 Version:  5.04
		                 Release Date:  Augst 16, 2012




LICENSE AGREEMENT
-----------------

Before using Netica, make sure you accept the license agreement,
which is included with this package.  If not, return Netica unused for a refund.


MANUAL and ONSCREEN HELP
------------------------
For Netica-J issues, please use the standard manual and documentation provided with any Netica-J v5.04 distribution.
 

BUILD DETAILS
-------------
Built with android-ndk-r8b  on 64-bit Ubuntu Linux (11.04) with kernel 2.6.38-8


64/32 BIT 
---------

This distribution contains only the 64bit libraries.
If you require use of 32bit libraries, please contact Norsys.


INSTRUCTIONS FOR INSTALLING IN AN ECLIPSE DEVELOPMENT ENVIRONMENT FOR ANDROID
-----------------------------------------------------------------------------
1. Download and install a 64 bit version of Android SDK.
2. Download and install eclipse.  Configure eclipse for Android development.
3. Unzip this archive and place the root folder (NeticaJ_Android_Demo/)  in your eclipse projects directory.
4. Start eclipse.
5. In eclipse, go to File->Import->General->ExistingProjectsIntoWorkspace->SelectRootDirectory  and navigate to NeticaJ_Android_Demo/.  This will import the NeticaJ_Android_Demo project into eclipse.
6. To run the demo, click on the eclipse "Run" menu item.  Be patient, as the emulator is slow.  The Demo Application should eventually run on your chosen Android AVD simulated device and display an Android panel with a "Start" button and the text "Hello World".  After clicking the button you should see the following  output from src/Demo.java appear in place of "Hello World":

      The probability of tuberculosis is 0.010399998165667057

      Given an abnormal X-ray,
      the probability of tuberculosis is 0.09241089224815369

      Given an abnormal X-ray and a visit to Asia,
      the probability of tuberculosis is 0.33771562576293945


HINTS
-----
- Place any .dne or other data files required by your NeticaJ application in the assets/directory.
- Study src/MainActivity.java  and note how the contents of the assets directory need to be copied into the android application context files directory before any standard Java or NeticaJ file I/O can succeed in accessing those files.
- Currently, the android Dalvik JVM has a small heap size, so be careful not to overload your device with a large Bayesian net.

PROBLEMS
--------

If you have problems, contact Norsys at:    netica-j@norsys.com

Norsys Software Corp.
www.norsys.com

==================================================================================
