Uses of Interface
org.vizzini.math.IScaler

Packages that use IScaler
org.vizzini.ai.neuralnetwork Provides neural network classes for the game framework. 
org.vizzini.math Provides math classes for the game framework. 
 

Uses of IScaler in org.vizzini.ai.neuralnetwork
 

Methods in org.vizzini.ai.neuralnetwork that return IScaler
 IScaler AbstractNeuralNetwork.getInputScaler()
          Return the input scaler.
 IScaler INeuralNetwork.getInputScaler()
          Return the input scaler.
 IScaler AbstractNeuralNetwork.getOutputScaler()
          Return the output scaler.
 IScaler INeuralNetwork.getOutputScaler()
          Return the output scaler.
 

Methods in org.vizzini.ai.neuralnetwork with parameters of type IScaler
 void AbstractNeuralNetwork.setInputScaler(IScaler scaler)
          Set the input scaler.
 void INeuralNetwork.setInputScaler(IScaler scaler)
          Set the input scaler.
 void AbstractNeuralNetwork.setOutputScaler(IScaler scaler)
          Set the output scaler.
 void INeuralNetwork.setOutputScaler(IScaler scaler)
          Set the output scaler.
 

Uses of IScaler in org.vizzini.math
 

Classes in org.vizzini.math that implement IScaler
 class AbstractScaler
          Provides base functionality to scale numbers between two ranges.
 class LinearScaler
          Provides functionality to linearly scale numbers between two ranges.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02