|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NeuralModel
Title: Weka Neural Implementation
Description: ...
Copyright: Copyright (c) 2003
Company: N/A
| Method Summary | |
|---|---|
void |
finishedEpoch(weka.core.Instances instances,
double aLearningRate)
|
double[] |
getAllWeights()
|
double[] |
getDistributionForInstance(weka.core.Instance instance)
|
double |
getLearningRate(int epochNumber)
|
java.lang.String |
getModelInformation()
|
double[] |
getNetworkOutputs(weka.core.Instance instance)
|
int |
getNumOutputNeurons()
|
void |
startingEpoch()
|
void |
updateModel(weka.core.Instance instance,
double aLearningRate)
|
| Method Detail |
|---|
void updateModel(weka.core.Instance instance,
double aLearningRate)
void startingEpoch()
void finishedEpoch(weka.core.Instances instances,
double aLearningRate)
double getLearningRate(int epochNumber)
double[] getNetworkOutputs(weka.core.Instance instance)
double[] getDistributionForInstance(weka.core.Instance instance)
java.lang.String getModelInformation()
int getNumOutputNeurons()
double[] getAllWeights()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||