java - Metrics of the class RankingMetrics, Spark -


i use class rankingmetrics , can calculate precision. according api of class, method calculating of recall doesn't exist. can tell me, can find implementation of recall spark java?

ps have found useful link on metrics

the recall method exists org.apache.spark.mllib.evaluation.multiclassmetrics, org.apache.spark.mllib.evaluation.multilabelmetrics , org.apache.spark.mllib.evaluation.binaryclassificationmetrics moment.

check javadoc multiclassmetrics, multilabelmetrics , binaryclassificationmetrics.

[with spark 1.1+]


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -