weka.core
Interface WeightedInstancesHandler

All Known Implementing Classes:
AdaBoostM1, ADTree, DecisionStump, DecisionTable, IBk, J48, KStar, LinearRegression, LWR, NaiveBayes, NeuralNetwork, PART, VFI, ZeroR, DiscretizeFilter

public interface WeightedInstancesHandler

Interface to something that makes use of the information provided by instance weights.

Author:
Eibe Frank (eibe@cs.waikato.ac.nz)