net.sf.myra.datamining.io
Class ConfidenceExporter

java.lang.Object
  extended by net.sf.myra.datamining.io.Exporter
      extended by net.sf.myra.datamining.io.HierarchicalExporter
          extended by net.sf.myra.datamining.io.ProbabilisticExporter
              extended by net.sf.myra.datamining.io.ConfidenceExporter

public class ConfidenceExporter
extends ProbabilisticExporter

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

Field Summary
 
Fields inherited from class net.sf.myra.datamining.io.HierarchicalExporter
hierarchy, writer
 
Constructor Summary
ConfidenceExporter()
           
 
Method Summary
 void write(Dataset testSet, Model discovered)
          Writes the predictions to the file.
 
Methods inherited from class net.sf.myra.datamining.io.ProbabilisticExporter
export
 
Methods inherited from class net.sf.myra.datamining.io.HierarchicalExporter
close, export, initialize, writeHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfidenceExporter

public ConfidenceExporter()
Method Detail

write

public void write(Dataset testSet,
                  Model discovered)
Description copied from class: HierarchicalExporter
Writes the predictions to the file.

Specified by:
write in class ProbabilisticExporter
Parameters:
testSet - the set of test instances.
discovered - the discovered model.


Copyright © 2013. All Rights Reserved.