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