powered by
EvaluationMeasures.FBMeasure(Real = NULL, Predicted = NULL, Positive = 1, TP = NULL, TN = NULL, FP = NULL, FN = NULL, B = 1)
By getting the predicted and real values or number of TP,TN,FP,FN return the FBMeasure of model
EvaluationMeasures.FBMeasure(c(1,0,1,0,1,0,1,0),c(1,1,1,1,1,1,0,0),B=3)
Run the code above in your browser using DataLab