Using the Classes

This chapter explains how to work with the implemented classes. First there are a few words about Java, the language I used to implement them. After a description of some basic aspects of Java, it is then shown how to use the neural network classes in your own programs.

 

The chapter is divided into the following sections:

Java = new ProgrammingLanguage()

 

Working with Java

» The look of a class

» Creating an object

» Invoking a method

 

Using the classes in your own programs

» Using the BackpropagationNet class

» The structure of a conversion file

» The structure of a pattern file

» Using the KohonenFeatureMap class

» Using the InputMatrix class

Neural Net Components in an Object Oriented Class Structure