Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CalculateEntropy ¶
func CalculateEntropy(r *http.Request, body []models.SubmitAnswerRequest) error
Types ¶
type AHP_Weight ¶
type AHP_Weight struct {
Total_open_jobs float32
Salary float32
Entrepreneur_Opportunities float32
Interest float32
Supporting_Facilities float32
}
func AhpWeight ¶
func AhpWeight(r *http.Request, body []models.SubmitAnswerRequest, criteriaWeight ahp.CriteriaWeight) (error, AHP_Weight)
type CombinativeWeight ¶
type CombinativeWeight struct {
Total_open_jobs float32
Salary float32
Entrepreneur_Opportunities float32
Interest float32
Supporting_Facilities float32
}
func CalculateCombinative ¶
func CalculateCombinative(r *http.Request, body []models.SubmitAnswerRequest, criteriaWeight ahp.CriteriaWeight) (error, CombinativeWeight)
Click to show internal directories.
Click to hide internal directories.