mulan.experiments
Class Experiment

java.lang.Object
  extended by mulan.experiments.Experiment
All Implemented Interfaces:
TechnicalInformationHandler
Direct Known Subclasses:
ICDM08EnsembleOfPrunedSets, ICTAI2010, MachineLearning09IBLR, PatternRecognition07MLkNN

public abstract class Experiment
extends Object
implements TechnicalInformationHandler

Abstract base class for all experiments

Version:
2010.12.27
Author:
Eleftherios Spyromitros-Xioufis, Grigorios Tsoumakas

Constructor Summary
Experiment()
           
 
Method Summary
abstract  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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Experiment

public Experiment()
Method Detail

getTechnicalInformation

public abstract 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.

Specified by:
getTechnicalInformation in interface TechnicalInformationHandler
Returns:
the technical information about this class