Esempio n. 1
0
 public RasaAverageHydrophobicityPredictor(CreatePredictorVM vm)
 {
     Threshold = vm.Threshold;
     logic     = new PredictionLogic(doPrediction, doTraining);
     this.Name(vm.Name);
 }
Esempio n. 2
0
 public RasaAverageHydrophobicityCRFPredictor()
 {
     logic = new PredictionLogic(doPrediction, doTraining);
     this.Name("RasaAverageHydrophobicityPredictor");
 }