org.encog.ca.program.generic
Class Trans
java.lang.Object
org.encog.ca.program.generic.Trans
- All Implemented Interfaces:
- Serializable, Comparable<Trans>
public class Trans
- extends Object
- implements Comparable<Trans>, Serializable
- See Also:
- Serialized Form
Trans
public Trans(UniverseCellFactory theFactory,
int index,
double[] d)
compareTo
public int compareTo(Trans o)
- Specified by:
compareTo
in interface Comparable<Trans>
getLimit
public double getLimit()
getAdd1
public UniverseCell getAdd1()
getMult
public UniverseCell getMult()
getAdd2
public UniverseCell getAdd2()
calculate
public UniverseCell calculate(UniverseCell x)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.