Java weka.experiment TaskStatusInfo fields, constructors, methods, implement or subclass

Example usage for Java weka.experiment TaskStatusInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.experiment TaskStatusInfo.

The text is from its open source code.

Field

Constructor

Method

intgetExecutionStatus()
Get the execution status of this Task.
StringgetStatusMessage()
Get the status message.
ObjectgetTaskResult()
Get the returnable result of this task.
voidsetExecutionStatus(int newStatus)
Set the execution status of this Task.
voidsetStatusMessage(String newMessage)
Set the status message.
voidsetTaskResult(Object taskResult)
Set the returnable result for this task..