|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--norsys.netica.NetTester
New Netica functionality; for information contact info@norsys.com.
| Constructor Summary | |
NetTester(NodeList testNodes,
NodeList unObsNodes,
int tests)
For configuration information contact info@norsys.com. |
|
| Method Summary | |
void |
finalize()
Overrides Object.finalize(). |
double |
getConfusion(Node node,
int predictedState,
int actualState)
New Netica functionality; for information contact info@norsys.com. |
double |
getErrorRate(Node node)
New Netica functionality; for information contact info@norsys.com. |
double |
getLogLoss(Node node)
New Netica functionality; for information contact info@norsys.com. |
double |
getQuadraticLoss(Node node)
New Netica functionality; for information contact info@norsys.com. |
void |
testWithFile(Streamer stream)
New Netica functionality; for information contact info@norsys.com. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NetTester(NodeList testNodes,
NodeList unObsNodes,
int tests)
throws NeticaException
testNodes - unObsNodes - tests - | Method Detail |
public void finalize()
throws NeticaException
If you override this method, be sure to call the base class method (super.finalize();).
Version:
finalize in class java.lang.Object
public void testWithFile(Streamer stream)
throws NeticaException
public double getConfusion(Node node,
int predictedState,
int actualState)
throws NeticaException
node - The node being examined.predictedState - actualState -
public double getErrorRate(Node node)
throws NeticaException
node - The node being examined.
public double getLogLoss(Node node)
throws NeticaException
node - The node being examined.
public double getQuadraticLoss(Node node)
throws NeticaException
node - The node being examined.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||