GetJVM[link] returns the JVM expression that corresponds to link, which was returned from InstallJava.
LoadedJavaClasses[] returns a list of the classes currently loaded into Java by Mathematica.
SetComplexClass[classname] specifies the Java class to use for complex numbers sent from, and returned to, Mathematica.
SetPeriodicalInterval[id, interval] resets the time interval for the periodical task with the given id.
UseJVM[jvm, body] acts like a wrapper that causes all J/Link calls in body to use the specified JVM as the default Java runtime.
LanguageSyntax is an option to NETTypeInfo that specifies which language syntax will be used to display the type information.
SafeArrayAsArray is an option to LoadCOMTypeLibrary that specifies whether to import all SAFEARRAYs as System.Array rather than a typed, single-dimensional managed array.
$OpenCLLinkLibraryPath gives the path to the OpenCLLink library files.
$OpenCLLinkPath gives the path to the OpenCLLink application.
In data analysis, it is often necessary to clean a dataset before analyzing it. Data points with missing entries or that contain invalid values must be removed or replaced by ...