mulan.experiments
Class MachineLearning09IBLR
java.lang.Object
mulan.experiments.Experiment
mulan.experiments.MachineLearning09IBLR
- All Implemented Interfaces:
- TechnicalInformationHandler
public class MachineLearning09IBLR
- extends Experiment
Class replicating an experiment from a published paper
- Version:
- 2010.12.10
- Author:
- Eleftherios Spyromitros-Xioufis (espyromi@csd.auth.gr)
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 |
MachineLearning09IBLR
public MachineLearning09IBLR()
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