public interface MultiTargetClassifier
extends weka.classifiers.Classifier, weka.core.OptionHandler
double[] from distributionForInstance
to a vector of L*2 doubles instead of L which contain the max.
In other words, k in position j and p(y[j]=k) in position j+L.
double[] distributionForInstance(Instance,int) instead.| Modifier and Type | Method and Description |
|---|---|
String |
debugTipText()
Returns the tip text for this property
|
boolean |
getDebug()
Get whether debugging is turned on.
|
String |
getModel()
Returns a string representation of the model.
|
void |
setDebug(boolean debug)
Set debugging mode.
|
void setDebug(boolean debug)
debug - true if debug output should be printedboolean getDebug()
String debugTipText()
String getModel()
Copyright © 2017. All Rights Reserved.