org.encog.ca.program.generic
public class Trans extends Object implements Comparable<Trans>, Serializable
Constructor and Description |
---|
Trans(UniverseCellFactory theFactory,
int index,
double[] d) |
Modifier and Type | Method and Description |
---|---|
UniverseCell |
calculate(UniverseCell x) |
int |
compareTo(Trans o) |
UniverseCell |
getAdd1() |
UniverseCell |
getAdd2() |
double |
getLimit() |
UniverseCell |
getMult() |
String |
toString() |
public Trans(UniverseCellFactory theFactory, int index, double[] d)
public int compareTo(Trans o)
compareTo
in interface Comparable<Trans>
public double getLimit()
public UniverseCell getAdd1()
public UniverseCell getMult()
public UniverseCell getAdd2()
public UniverseCell calculate(UniverseCell x)
Copyright © 2014. All Rights Reserved.