|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anji.integration.AnjiNetTranscriber
public class AnjiNetTranscriber
The purpose of this class is to construct a neural net object (AnjiNet) from
a chromosome. TranscriberFactory should be used to construct an
AnjiNetTranscriber, given a chromosome. getNet() or
getPhenotype() returns the resulting network.
AnjiNet| Constructor Summary | |
|---|---|
AnjiNetTranscriber()
ctor |
|
AnjiNetTranscriber(RecurrencyPolicy aPolicy)
ctor |
|
| Method Summary | |
|---|---|
java.lang.Class |
getPhenotypeClass()
|
void |
init(Properties props)
|
AnjiNet |
newAnjiNet(Chromosome genotype)
create new AnjiNet from genotype |
java.lang.Object |
transcribe(Chromosome genotype)
Sub-classes must implement this method to convert the genotype to a phenotype. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnjiNetTranscriber()
public AnjiNetTranscriber(RecurrencyPolicy aPolicy)
aPolicy - | Method Detail |
|---|
public void init(Properties props)
init in interface Configurableprops - configuration parametersConfigurable.init(Properties)
public java.lang.Object transcribe(Chromosome genotype)
throws TranscriberException
Transcriber
transcribe in interface Transcribergenotype - chromosome to transcribe
TranscriberExceptionTranscriber.transcribe(Chromosome)
public AnjiNet newAnjiNet(Chromosome genotype)
throws TranscriberException
AnjiNet from genotype
genotype - chromosome to transcribe
TranscriberExceptionpublic java.lang.Class getPhenotypeClass()
getPhenotypeClass in interface Transcribertranscribe()Transcriber.getPhenotypeClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||