C# 클래스 PSLAManager.FileReaderUtils

파일 보기 프로젝트 열기: uwdb/PSLAManager 1 사용 예제들

공개 메소드들

메소드 설명
parsePredictionResults ( String configPath, int tier ) : void
readDataSchema ( String configPath, String schemaFileName ) : void
readTiers ( String configPath, String tierFileName ) : void

메소드 상세

parsePredictionResults() 공개 정적인 메소드

public static parsePredictionResults ( String configPath, int tier ) : void
configPath String
tier int
리턴 void

readDataSchema() 공개 정적인 메소드

public static readDataSchema ( String configPath, String schemaFileName ) : void
configPath String
schemaFileName String
리턴 void

readTiers() 공개 정적인 메소드

public static readTiers ( String configPath, String tierFileName ) : void
configPath String
tierFileName String
리턴 void