|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractConverter
Method Summary | |
---|---|
void |
convert(java.io.File dsdFile,
weka.core.Instances instances)
Creates an Instances object using a DSD file. |
void |
convert(java.io.InputStream input_RDF_file,
weka.core.Instances instances)
Using the InputStream provided by a remote or local resource (file, URL etc) produces an Instances object accepted by weka. |
void |
convert(weka.core.Instances instances,
java.io.File dsdFile)
Converts an Instances object into a DSD file. |
Method Detail |
---|
void convert(weka.core.Instances instances, java.io.File dsdFile)
public abstract void convert(final Instances instances, InputStream dsdFile);
So that it can handle URIs too.
instances
- dsdFile
- void convert(java.io.File dsdFile, weka.core.Instances instances)
dsdFile
- instances
- void convert(java.io.InputStream input_RDF_file, weka.core.Instances instances)
input_RDF_file
- InputStream From some RDF resourceinstances
- The produces instances object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |