JSMILE: ObservationInfo

From DSL
Jump to: navigation, search

This class hold information on a diagnostic test.

Methods

  • TestInfo(int nodeHandle, double entropy, double cost, double strength)

Constructor.


  • int getNode()

void setNode(int node)

A handle of a node.


  • double getEntropy()

void setEntropy(double entropy)

A measure of a test's informativeness.


  • double getCost()

void setCost(double cost)

Calculated cost of a test.


  • double getInfoGain()

void setInfoGain(double infoGain)

Diagnostic value of a test (both entropy and cost are taken into account).

Personal tools