public class AlgorithmRVM extends Algorithm
Constructor and Description |
---|
AlgorithmRVM() |
Modifier and Type | Method and Description |
---|---|
void |
computeDecisionRegions() |
void |
computeErrors() |
double |
computeLikelihood() |
boolean |
computeSigma() |
boolean |
computeVarianceCholesky() |
boolean |
initFullTrain() |
boolean |
initialize()
Initializes algorithm.
|
boolean |
irlsTrain() |
boolean |
pruneAndUpdate() |
boolean |
pruneWeights() |
void |
run()
Implementation of run from the Runnable interface.
|
boolean |
trainFull() |
boolean |
updateHyperparametersFull() |
computeMeans, disableControl, enableControl, nextStep, prevStep, scaleToFitData, setDataPoints, setInputPanel, setOutputPanel, setProcessBox
public boolean initialize()
Algorithm
initialize
in class Algorithm
public void run()
Algorithm
public boolean trainFull()
public boolean initFullTrain()
public boolean updateHyperparametersFull()
public boolean irlsTrain()
public boolean pruneAndUpdate()
public boolean pruneWeights()
public boolean computeVarianceCholesky()
public boolean computeSigma()
public double computeLikelihood()
public void computeDecisionRegions()
public void computeErrors()