C# Class PredictionAPI.Models.DataOperation

Afficher le fichier Open project: chu-dblab/Prediction-API Class Usage Examples

Méthodes publiques

Méthode Description
DataOperation ( ) : System
SearchResult ( Input data ) : List

changeScoreOfGSAT2Level ( Gsat gsat ) : ArrayList

將學測級分轉換成等級

turnTo103Score ( Ast ast ) : ArrayList

將103學年度的指考分數換算成104學年度的指考分數

Private Methods

Méthode Description
appendData ( List original ) : string
appendSQLString ( Ast ast, List groups, ArrayList score103, ArrayList level, string EL, int expectedSalary ) : string
changeToArray ( Ast ast ) : ArrayList

Method Details

DataOperation() public méthode

public DataOperation ( ) : System
Résultat System

SearchResult() public méthode

public SearchResult ( Input data ) : List
data Input
Résultat List

changeScoreOfGSAT2Level() public méthode

將學測級分轉換成等級
public changeScoreOfGSAT2Level ( Gsat gsat ) : ArrayList
gsat Gsat 學測成績
Résultat ArrayList

turnTo103Score() public méthode

將103學年度的指考分數換算成104學年度的指考分數
public turnTo103Score ( Ast ast ) : ArrayList
ast Ast 指考成績
Résultat ArrayList