Sione Palu
12 articles
Java
The Use of Java in Machine Learning
Sione Palu - 0
Definition
Machine learning (ML) is the study of computational methods and construction of computer programs that automatically improve performance based on experience. ML is the...
Java
Instance-Based Learning: A Java Implementation
Sione Palu - 0
Definition
Instance-Based Learning (IBL) is defined as the generalizing of a new instance (target) to be classified from the stored training examples. Training examples are...
Data & Java
Data Visualization in Java for Technical Computing
Sione Palu - 0
Introduction
The primary goal of visual analysis for Technical Computing is to enable the engineer, scientist, economist, and all related professionals to better understand his/her...
Java
Role of Java in the Semantic Web
Sione Palu - 0
<!--
Untitled
Role of Java in Semantic Web
-->
Definition
The definition of Semantic Web according to Tim Berners-Lee, the inventor of World Wide Web
is: "The extension...
Java
Real-time Specification for Java (RTSJ)
Sione Palu - 0
<!--
Real-time Specification for Java
Real-time Specification for Java -->
Introduction
Some features of the Java language specification, particularly the non-deterministic runtime garbage collections and threading, have
hindered...
Java
Numeric Computations in Java
Sione Palu - 0
<!-- Numeric Computations in Java -->
Introduction
Numerical computation is the study and devising of procedures, methods, and functions for solving problems with a computer. An...
Java
Java in Soft Computing
Sione Palu - 0
Imprecise Reasoning
The human senses interpret perceived external information, which is incomplete and imprecise, and try to form reasoning vital for survival. Fuzzy set theory...
Enterprise Java
Financial Modeling and Bollinger Bands
Sione Palu - 0
The image frame below shows the simulation of some arbitrary (random) stock-price moving average and its Bollinger Bands over discrete time periods. The user...
Data & Java
Java in Science: Data Inter- and Extrapolation Using Numerical Methods of Polynomial Fittings, Part 4
Sione Palu - 0
Review
Part 3
Running the Complete Program
Here is the complete program. Please review the lessons of Parts 1 through 3 before using it.
import Jama.*;
import jamlab.*;
public...
Guides
Java in Science: Data Inter- and Extrapolation Using Numerical Methods of Polynomial Fittings, Part 3
Sione Palu - 0
Review Part 2
Polynomial Fittings
Now that we have introduced concepts in Linear Algebra, it is time we apply
it to a category of numerical analysis...