Package moa.tasks.ipynb
Class OptionsString
- java.lang.Object
-
- moa.tasks.ipynb.OptionsString
-
public class OptionsString extends Object
This class get input string of learner, stream and evaluator then process them the output will be name of learner, stream, or evaluator besides their options- Author:
- Truong To (todinhtruong at gmail dot com)
-
-
Constructor Summary
Constructors Constructor Description OptionsString(String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createOptionsList()
Separates out options from command stringsString
generateOptionsString()
String
getClassFullName()
String
getClassShortName()
String
getInputString()
-
-
-
Constructor Detail
-
OptionsString
public OptionsString(String str)
-
-
Method Detail
-
getInputString
public String getInputString()
-
getClassShortName
public String getClassShortName()
-
getClassFullName
public String getClassFullName()
-
generateOptionsString
public String generateOptionsString()
-
createOptionsList
public void createOptionsList()
Separates out options from command strings
-
-