mulan.experiments
Class PatternRecognition07MLkNN

java.lang.Object
  extended by mulan.experiments.Experiment
      extended by mulan.experiments.PatternRecognition07MLkNN
All Implemented Interfaces:
TechnicalInformationHandler

public class PatternRecognition07MLkNN
extends Experiment

Class replicating an experiment from a published paper

Version:
2010.12.10
Author:
Eleftherios Spyromitros-Xioufis (espyromi@csd.auth.gr)

Constructor Summary
PatternRecognition07MLkNN()
           
 
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
 

Constructor Detail

PatternRecognition07MLkNN

public PatternRecognition07MLkNN()
Method Detail

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