Uses of Class
weka.core.converters.ConverterUtils.DataSource

Packages that use ConverterUtils.DataSource
weka.classifiers   
 

Uses of ConverterUtils.DataSource in weka.classifiers
 

Methods in weka.classifiers with parameters of type ConverterUtils.DataSource
static void Evaluation.printClassifications(Classifier classifier, Instances train, ConverterUtils.DataSource testSource, int classIndex, Range attributesToOutput, boolean printDistribution, StringBuffer text)
          Prints the predictions for the given dataset into a supplied StringBuffer
static void Evaluation.printClassifications(Classifier classifier, Instances train, ConverterUtils.DataSource testSource, int classIndex, Range attributesToOutput, StringBuffer predsText)
          Prints the predictions for the given dataset into a String variable.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.