Neuroph

org.neuroph.nnet
Class NeuroFuzzyReasoner

java.lang.Object
  extended by java.util.Observable
      extended by org.neuroph.core.NeuralNetwork
          extended by org.neuroph.nnet.NeuroFuzzyReasoner
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class NeuroFuzzyReasoner
extends NeuralNetwork

The NeuroFuzzyReasoner class represents Neuro Fuzzy Reasoner architecture.

See Also:
Serialized Form

Constructor Summary
NeuroFuzzyReasoner(double[][] pointsSets, double[][] timeSets)
           
NeuroFuzzyReasoner(int inputNum, java.util.Vector<java.lang.Integer> inputSets, int outNum)
           
 
Method Summary
 
Methods inherited from class org.neuroph.core.NeuralNetwork
addLayer, addLayer, addPlugin, calculate, createConnection, getInputNeurons, getLayerAt, getLayers, getLayersCount, getLayersIterator, getLearningRule, getNetworkType, getOutput, getOutputAsArray, getOutputNeurons, getPlugin, indexOf, learn, learnInNewThread, learnInNewThread, learnInSameThread, learnInSameThread, load, notifyChange, randomizeWeights, removeLayer, removeLayerAt, removePlugin, reset, run, save, setInput, setInput, setInputNeurons, setLearningRule, setNetworkType, setOutputNeurons, stopLearning, toString
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeuroFuzzyReasoner

public NeuroFuzzyReasoner(double[][] pointsSets,
                          double[][] timeSets)

NeuroFuzzyReasoner

public NeuroFuzzyReasoner(int inputNum,
                          java.util.Vector<java.lang.Integer> inputSets,
                          int outNum)

Neuroph