public class RemainingPerplexity extends AbstractEvaluationMetric implements InformationTheoreticEvaluationMetric
AbstractEvaluationMetric.setBaseEvaluation(Evaluation eval)
.
Evaluation.getPluginMetric(String metricName)
, or the method
Evaluation.getPluginMetrics()
to get a list of all the plugin metrics associated with that Evaluation object.Ema
,
Evaluation
,
Serialized FormAbstractEvaluationMetric.UnknownStatisticException
Modifier and Type | Field and Description |
---|---|
static String |
METRIC_NAME
Constant string with the metric name
|
Constructor and Description |
---|
RemainingPerplexity() |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesToNominalClass()
Returns true.
|
boolean |
appliesToNumericClass()
Returns false.
|
String |
getMetricDescription()
Get a short description of this metric.
|
String |
getMetricName()
Get the name of this metric.
|
double |
getStatistic(String statName)
Get the value of the named statistic, should be "Remaining perplexity".
|
List<String> |
getStatisticNames()
Get a list with the name of the metric.
|
boolean |
statisticIsMaximisable(String statName)
Returns false.
|
String |
toSummaryString()
Returns a formatted string (suitable for displaying in console or GUI output) containing this metric.
|
void |
updateStatsForClassifier(double[] predictedDistribution,
Instance instance)
Not used.
|
void |
updateStatsForConditionalDensityEstimator(ConditionalDensityEstimator classifier,
Instance classMissing,
double classValue)
Not used.
|
void |
updateStatsForPredictor(double predictedValue,
Instance instance)
Not used.
|
getPluginMetrics, setBaseEvaluation
public static String METRIC_NAME
public String toSummaryString()
toSummaryString
in interface InformationTheoreticEvaluationMetric
public String getMetricName()
getMetricName
in class AbstractEvaluationMetric
public boolean appliesToNominalClass()
appliesToNominalClass
in class AbstractEvaluationMetric
public boolean appliesToNumericClass()
appliesToNumericClass
in class AbstractEvaluationMetric
public boolean statisticIsMaximisable(String statName)
statisticIsMaximisable
in class AbstractEvaluationMetric
public String getMetricDescription()
getMetricDescription
in class AbstractEvaluationMetric
public List<String> getStatisticNames()
getStatisticNames
in class AbstractEvaluationMetric
public double getStatistic(String statName)
getStatistic
in class AbstractEvaluationMetric
statName
- the name of the statistic, should be "Remaining perplexity"AbstractEvaluationMetric.UnknownStatisticException
- if the statistic name is not "Remaining perplexity"public void updateStatsForClassifier(double[] predictedDistribution, Instance instance) throws Exception
InformationTheoreticEvaluationMetric
interface, but not implemented.updateStatsForClassifier
in interface InformationTheoreticEvaluationMetric
Exception
public void updateStatsForPredictor(double predictedValue, Instance instance) throws Exception
InformationTheoreticEvaluationMetric
interface, but not implemented.updateStatsForPredictor
in interface InformationTheoreticEvaluationMetric
Exception
public void updateStatsForConditionalDensityEstimator(ConditionalDensityEstimator classifier, Instance classMissing, double classValue) throws Exception
InformationTheoreticEvaluationMetric
interface, but not implemented.updateStatsForConditionalDensityEstimator
in interface InformationTheoreticEvaluationMetric
Exception