Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 20bd2257 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added comment

parent d073cfe8
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,14 @@ package fr.inrialpes.exmo.align.gen;
import java.util.Properties;
/**
* This class serves as an example for systematically generating the
* alteration space at a particular resolution.
* It could be generalised by:
* - using an arbitrary number of dimensions (instead of 3)
* - having a different step on each dimention
* All this could be achieved by using the parameters which could be Alterator/Step
*/
public class DiscriminantGenerator extends TestSet {
public void initTestCases( Properties params ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment