netkit.inference
Class NullInference

java.lang.Object
  extended by netkit.inference.InferenceMethod
      extended by netkit.inference.NullInference
All Implemented Interfaces:
Configurable

public class NullInference
extends InferenceMethod


Field Summary
 
Fields inherited from class netkit.inference.InferenceMethod
currPrior, idMatrix, initialPrior, logger, numIterations, tmpPredict, unknown
 
Constructor Summary
NullInference()
           
 
Method Summary
 Configuration getDefaultConfiguration()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getShortName()
           
 boolean iterate(NetworkClassifier networkClassifier)
           
 void reset(java.util.Iterator<Node> unknowns)
           
 
Methods inherited from class netkit.inference.InferenceMethod
addListener, classify, classify, clearListeners, configure, estimate, estimate, getCurrentAccuracy, getCurrentEstimate, getCurrentTrainingLOOAccuracy, getInitialPrior, getNofifyListeners, getNumIterations, notifyListeners, notifyListeners, notifyListeners, removeListener, savePredictions, savePredictionsInPajek, setInitialPrior, setNofityListeners, setNumIterations, setShowIterationAccuracies, setTruth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullInference

public NullInference()
Method Detail

getShortName

public java.lang.String getShortName()
Specified by:
getShortName in class InferenceMethod

getName

public java.lang.String getName()
Specified by:
getName in class InferenceMethod

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class InferenceMethod

getDefaultConfiguration

public Configuration getDefaultConfiguration()
Specified by:
getDefaultConfiguration in interface Configurable
Overrides:
getDefaultConfiguration in class InferenceMethod

iterate

public boolean iterate(NetworkClassifier networkClassifier)
Specified by:
iterate in class InferenceMethod

reset

public void reset(java.util.Iterator<Node> unknowns)
Overrides:
reset in class InferenceMethod