Class WekaEvaluation
- java.lang.Object
-
- adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
-
- adams.gui.visualization.debug.inspectionhandler.WekaEvaluation
-
public class WekaEvaluation extends adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Provides further insight into anEvaluation
object.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description WekaEvaluation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handles(Class cls)
Checks whether the handler can handle the specified class.Hashtable<String,Object>
inspect(Object obj)
Returns further inspection values.
-
-
-
Method Detail
-
handles
public boolean handles(Class cls)
Checks whether the handler can handle the specified class.- Specified by:
handles
in classadams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
- Parameters:
cls
- the class to check- Returns:
- true if the handler can handle this type of object
-
-