Class DatasetExplorer
java.lang.Object
org.tribuo.data.DatasetExplorer
- All Implemented Interfaces:
- com.oracle.labs.mlrg.olcut.command.CommandGroup
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classCommand line options.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.oracle.labs.mlrg.olcut.command.CommandInterpreter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfeatureInfo(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci, String featureName) org.jline.reader.Completer[]getName()loadDataset(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci, File path) static voidminCount(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci, int minCount) numExamples(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) numFeatures(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) outputInfo(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) showLabelStats(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) showProvenance(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) voidStart the command shell
- 
Field Details- 
shellprotected com.oracle.labs.mlrg.olcut.command.CommandInterpreter shell
 
- 
- 
Constructor Details- 
DatasetExplorerpublic DatasetExplorer()
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- com.oracle.labs.mlrg.olcut.command.CommandGroup
 
- 
getDescription- Specified by:
- getDescriptionin interface- com.oracle.labs.mlrg.olcut.command.CommandGroup
 
- 
fileCompleterpublic org.jline.reader.Completer[] fileCompleter()
- 
startShellpublic void startShell()Start the command shell
- 
loadDataset
- 
featureInfo
- 
outputInfo@Command(usage="Shows the output information.") public String outputInfo(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) 
- 
numExamples@Command(usage="Shows the number of rows in the dataset") public String numExamples(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) 
- 
numFeatures@Command(usage="Shows the number of features in the dataset") public String numFeatures(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) 
- 
minCount@Command(usage="<min count> - Shows the number of features that occurred more than min count times.") public String minCount(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci, int minCount) 
- 
showLabelStats@Command(usage="Shows the output statistics") public String showLabelStats(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) 
- 
saveCSV
- 
showProvenance@Command(usage="Shows the dataset provenance") public String showProvenance(com.oracle.labs.mlrg.olcut.command.CommandInterpreter ci) 
- 
main
 
-