mulan.experiments
Class ICDM08EnsembleOfPrunedSets
java.lang.Object
mulan.experiments.Experiment
mulan.experiments.ICDM08EnsembleOfPrunedSets
- All Implemented Interfaces:
- TechnicalInformationHandler
public class ICDM08EnsembleOfPrunedSets
- extends Experiment
Class replicating an experiment from a published paper
- Version:
- 2012.07.18
- Author:
- Emmanouela Stachtiari, Grigorios Tsoumakas
Method Summary |
TechnicalInformation |
getTechnicalInformation()
Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on. |
static void |
main(String[] args)
Main class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICDM08EnsembleOfPrunedSets
public ICDM08EnsembleOfPrunedSets()
main
public static void main(String[] args)
- Main class
- Parameters:
args
- command line arguments
getTechnicalInformation
public TechnicalInformation getTechnicalInformation()
- Description copied from class:
Experiment
- Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.
- Specified by:
getTechnicalInformation
in interface TechnicalInformationHandler
- Specified by:
getTechnicalInformation
in class Experiment
- Returns:
- the technical information about this class