|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.converters.AbstractLoader
weka.core.converters.TreeLoader
Abstract TreeLoader should be extended by Loaders for tree-formatted data.
Field Summary |
Fields inherited from class weka.core.converters.AbstractLoader |
BATCH, INCREMENTAL, m_retrieval, NONE |
Constructor Summary | |
TreeLoader()
|
Method Summary | |
abstract Instances |
getDataSet()
Return the full data set. |
abstract Instance |
getNextInstance()
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get. |
abstract Instances |
getStructure()
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances. |
Methods inherited from class weka.core.converters.AbstractLoader |
getRetrieval, setRetrieval, setSource, setSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeLoader()
Method Detail |
public abstract Instances getStructure() throws java.io.IOException
Loader
getStructure
in interface Loader
getStructure
in class AbstractLoader
java.io.IOException
Loader.getStructure()
public abstract Instances getDataSet() throws java.io.IOException
Loader
getDataSet
in interface Loader
getDataSet
in class AbstractLoader
java.io.IOException
Loader.getDataSet()
public abstract Instance getNextInstance() throws java.io.IOException
Loader
getNextInstance
in interface Loader
getNextInstance
in class AbstractLoader
java.io.IOException
Loader.getNextInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |