thetaNeuron.lib
Interface ThetaInterface

All Known Implementing Classes:
ThetaNeuron

public interface ThetaInterface


Method Summary
 double getIo()
           
 ThetaNeuron.Method getMethod()
           
 double getPhase()
           
 double getWeight(int index)
           
 java.util.ArrayList runThetaNeuron(double[] ti)
           
 java.util.ArrayList runThetaNeuron(double[] ti, int max_num_ts)
           
 void setIo(double new_io)
           
 void setMethod(ThetaNeuron.Method new_method)
           
 void setVerbose(boolean new_verbose)
           
 void setWeight(double new_weight, int index)
           
 java.lang.String toString()
           
 

Method Detail

getPhase

double getPhase()

getMethod

ThetaNeuron.Method getMethod()

setMethod

void setMethod(ThetaNeuron.Method new_method)

setVerbose

void setVerbose(boolean new_verbose)

getWeight

double getWeight(int index)

setWeight

void setWeight(double new_weight,
               int index)

getIo

double getIo()

setIo

void setIo(double new_io)

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

runThetaNeuron

java.util.ArrayList runThetaNeuron(double[] ti)

runThetaNeuron

java.util.ArrayList runThetaNeuron(double[] ti,
                                   int max_num_ts)