|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproper.core.ProperObject
proper.engine.Engine
proper.engine.DatabaseEngine
proper.engine.BagArffer
public class BagArffer
This class exports the data from a table to an ARFF-file that can be used
for MILK (multi instance learning kit, based on Weka).
If the bag is not provided the first index is taken in the target table.
Instancer
Field Summary |
---|
Fields inherited from interface proper.core.ProperInterface |
---|
VERSION |
Constructor Summary | |
---|---|
BagArffer()
initializes the object |
Method Summary | |
---|---|
boolean |
execute()
creates the instances directly from the table |
java.lang.String |
toString()
returns the instances in a string representation |
Methods inherited from class proper.engine.Engine |
---|
clear, copyParameter, exists, getParameter, getParameters, getStringParameter, setParameter, setParameters, valueEquals |
Methods inherited from class proper.core.ProperObject |
---|
addListener, addOutput, classInVerbose, debugprint, debugprint, debugprint, debugprint, debugprintln, debugprintln, debugprintln, debugprintln, debugprintln, getListeners, getRuntime, getVerbose, getVerboseLevel, getVerboseLevelForClass, getVerboseString, getVerboseStringForClass, notifyListener, notifyListeners, print, print, print, print, println, println, println, println, println, printMemory, removeListener, setOutput, setVerbose, setVerboseLevel, setVerboseString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BagArffer()
Method Detail |
---|
public boolean execute()
execute
in class Engine
public java.lang.String toString()
toString
in class Engine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |