thetaNeuron.lib
Interface ThetaInterface
- All Known Implementing Classes:
- ThetaNeuron
public interface ThetaInterface
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)