C# 클래스 MSR.Tools.Predictor.PredictorPresenter

파일 보기 프로젝트 열기: kirnosenko/msr-tools 1 사용 예제들

공개 메소드들

메소드 설명
PredictorPresenter ( IPredictorModel model, IPredictorView view ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
OpenConfigFile ( string fileName ) : void
Predict ( ) : void
ReadOptions ( ) : void
UpdateOptions ( ) : void

메소드 상세

PredictorPresenter() 공개 메소드

public PredictorPresenter ( IPredictorModel model, IPredictorView view ) : System
model IPredictorModel
view IPredictorView
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void