public class Nit extends AbstractEvaluationMetric implements StandardEvaluationMetric, TechnicalInformationHandler
InformationTransferFactor.
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.InformationTransferFactor,
Evaluation,
Serialized FormAbstractEvaluationMetric.UnknownStatisticException| Modifier and Type | Field and Description |
|---|---|
static String |
METRIC_NAME
Constant string with the metric name
|
| Constructor and Description |
|---|
Nit() |
| 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 "NIT factor".
|
List<String> |
getStatisticNames()
Get a list with the name of the metric.
|
TechnicalInformation |
getTechnicalInformation()
Returns an instance of a TechnicalInformation object, containing detailed
information about the technical background of this class, e.g., paper
reference or book this class is based on.
|
boolean |
statisticIsMaximisable(String statName)
Returns true.
|
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 |
updateStatsForPredictor(double predictedValue,
Instance instance)
Not used.
|
getPluginMetrics, setBaseEvaluationpublic static String METRIC_NAME
public boolean appliesToNominalClass()
appliesToNominalClass in class AbstractEvaluationMetricpublic boolean appliesToNumericClass()
appliesToNumericClass in class AbstractEvaluationMetricpublic String getMetricDescription()
getMetricDescription in class AbstractEvaluationMetricpublic String getMetricName()
getMetricName in class AbstractEvaluationMetricpublic double getStatistic(String statName)
getStatistic in class AbstractEvaluationMetricstatName - the name of the statistic, should be "NIT factor"AbstractEvaluationMetric.UnknownStatisticException - if the statistic name is not "NIT factor"public List<String> getStatisticNames()
getStatisticNames in class AbstractEvaluationMetricpublic String toSummaryString()
toSummaryString in interface StandardEvaluationMetricpublic boolean statisticIsMaximisable(String statName)
statisticIsMaximisable in class AbstractEvaluationMetricpublic void updateStatsForClassifier(double[] predictedDistribution,
Instance instance)
throws Exception
StandardEvaluationMetric
interface, but not implemented.updateStatsForClassifier in interface StandardEvaluationMetricExceptionpublic void updateStatsForPredictor(double predictedValue,
Instance instance)
throws Exception
StandardEvaluationMetric
interface, but not implemented.updateStatsForPredictor in interface StandardEvaluationMetricExceptionpublic TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface TechnicalInformationHandler