com.rapidminer.operator.learner
Interface FormulaProvider

All Superinterfaces:
IOObject, Model, Readable, Reportable, ResultObject, java.io.Serializable
All Known Implementing Classes:
AbstractMySVMModel, EvoSVMModel, JMySVMModel, LibSVMModel, MyKLRModel

public interface FormulaProvider
extends Model

This interface indicates that the model is able to produce a human and machine readable formula which can then be parsed by other programs and used for predictions.

Author:
Ingo Mierswa

Method Summary
 java.lang.String getFormula()
           
 
Methods inherited from interface com.rapidminer.operator.Model
apply, getTrainingHeader, isUpdatable, setParameter, updateModel
 
Methods inherited from interface com.rapidminer.operator.ResultObject
getActions, getName, getResultIcon, toResultString
 
Methods inherited from interface com.rapidminer.operator.IOObject
appendOperatorToHistory, copy, getAnnotations, getLog, getProcessingHistory, getSource, setLoggingHandler, setSource, write
 
Methods inherited from interface com.rapidminer.report.Readable
isInTargetEncoding, toString
 

Method Detail

getFormula

java.lang.String getFormula()


Copyright © 2001-2009 by Rapid-I