JAGA Homepage

Uses of Class
org.jaga.individualRepresentation.proteinLocation.ProteinLocationClassifier

Packages that use ProteinLocationClassifier
org.jaga.exampleApplications.proteinLocation   
org.jaga.fitnessEvaluation.proteinLocation   
org.jaga.individualRepresentation.proteinLocation   
 

Uses of ProteinLocationClassifier in org.jaga.exampleApplications.proteinLocation
 

Fields in org.jaga.exampleApplications.proteinLocation declared as ProteinLocationClassifier
private  ProteinLocationClassifier[] Locator.classifiers
           
 

Methods in org.jaga.exampleApplications.proteinLocation with parameters of type ProteinLocationClassifier
 void Locator.setClassifiers(ProteinLocationClassifier cytosol, ProteinLocationClassifier nucleus, ProteinLocationClassifier mitochond, ProteinLocationClassifier extracell)
           
private  boolean Locator.align(Protein protein, ProteinLocationClassifier classif)
           
 

Uses of ProteinLocationClassifier in org.jaga.fitnessEvaluation.proteinLocation
 

Fields in org.jaga.fitnessEvaluation.proteinLocation declared as ProteinLocationClassifier
private  ProteinLocationClassifier ProteinLocationTrainer.best
           
 

Uses of ProteinLocationClassifier in org.jaga.individualRepresentation.proteinLocation
 

Methods in org.jaga.individualRepresentation.proteinLocation with parameters of type ProteinLocationClassifier
 Individual ProteinLocationClassifierFactory.createSpecificIndividual(ProteinLocationClassifier init, GAParameterSet params)
           
 


JAGA Homepage

Go to JAGA Homepage