|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsit.Sit
public class Sit
Field Summary | |
---|---|
static java.lang.String[] |
OPTION_ARGS
CMDLineArgsProvider implementation |
static int[] |
OPTION_ARITIES
|
Method Summary | |
---|---|
static Sit |
getInstance()
Returns the one and only Sit instance (singleton pattern) |
int |
getNbMainArgs()
|
int[] |
getOptionArgArities()
|
java.lang.String[] |
getOptionArgs()
|
clus.main.Settings |
getSettings()
Returns the current settings object |
void |
initialize()
Initialize: -load settings -create schema -read in data |
void |
initSettings(jeans.util.cmdline.CMDLineArgs cargs)
Initialize the settings object |
static void |
main(java.lang.String[] args)
|
TargetSet |
search()
Start the search for the optimal subset using the current learner and search algorithm |
void |
showHelp()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] OPTION_ARGS
public static final int[] OPTION_ARITIES
Method Detail |
---|
public static Sit getInstance()
public void initialize() throws java.io.IOException, clus.util.ClusException
java.io.IOException
clus.util.ClusException
public final clus.main.Settings getSettings()
public final void initSettings(jeans.util.cmdline.CMDLineArgs cargs) throws java.io.IOException
cargs
- Commandline arguments
java.io.IOException
public TargetSet search()
public int getNbMainArgs()
getNbMainArgs
in interface jeans.util.cmdline.CMDLineArgsProvider
public int[] getOptionArgArities()
getOptionArgArities
in interface jeans.util.cmdline.CMDLineArgsProvider
public java.lang.String[] getOptionArgs()
getOptionArgs
in interface jeans.util.cmdline.CMDLineArgsProvider
public void showHelp()
showHelp
in interface jeans.util.cmdline.CMDLineArgsProvider
public static void main(java.lang.String[] args) throws java.io.IOException, clus.util.ClusException
args
-
clus.util.ClusException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |