|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectweka.classifiers.neural.common.CommonNeuralAlgorithmAncestor
public abstract class CommonNeuralAlgorithmAncestor
Date: 31/05/2004 File: CommonNeuralAlgorithmAncestor.java
| Constructor Summary | |
|---|---|
CommonNeuralAlgorithmAncestor(TransferFunction aTransferFunction,
RandomWrapper aRand)
|
|
| Method Summary | |
|---|---|
double[] |
getDistributionForInstance(weka.core.Instance instance)
Responsible for returning a class distribution for the provided instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface weka.classifiers.neural.common.NeuralModel |
|---|
finishedEpoch, getAllWeights, getLearningRate, getModelInformation, getNetworkOutputs, getNumOutputNeurons, startingEpoch, updateModel |
| Constructor Detail |
|---|
public CommonNeuralAlgorithmAncestor(TransferFunction aTransferFunction,
RandomWrapper aRand)
| Method Detail |
|---|
public double[] getDistributionForInstance(weka.core.Instance instance)
getDistributionForInstance in interface NeuralModelinstance - - the instance to retrieve the class distribution for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||