Inheritance diagram for kddml.Operators.Preprocessing.SamplingAlgorithms.SamplingAlgorithmResolverTask:
Public Member Functions | |
int[] | campionate (Instances instances) throws ResolverException |
void | readStatistics (DataStatisticsManager statistic) throws ResolverException, KDDMLCoreException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Main method that campionates the input set of instances given as weka.core.Instances. The method returns an array of indexes that refere to the input campioned instances.
Implemented in kddml.Operators.Preprocessing.SamplingAlgorithms.BY_CLUSTER_SAMPLING_RESOLVER, kddml.Operators.Preprocessing.SamplingAlgorithms.SIMPLE_SAMPLING_RESOLVER, and kddml.Operators.Preprocessing.SamplingAlgorithms.STRATIFIED_SAMPLING_RESOLVER. |
|
Reads the data statistics related to the preprocessing table.
Implemented in kddml.Operators.Preprocessing.SamplingAlgorithms.BY_CLUSTER_SAMPLING_RESOLVER, kddml.Operators.Preprocessing.SamplingAlgorithms.SIMPLE_SAMPLING_RESOLVER, and kddml.Operators.Preprocessing.SamplingAlgorithms.STRATIFIED_SAMPLING_RESOLVER. |