|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Result in marf |
---|
Methods in marf that return Result | |
---|---|
static Result |
MARF.getResult()
Gets the entire Result object of the likely outcome. |
Uses of Result in marf.Classification |
---|
Methods in marf.Classification that return Result | |
---|---|
Result |
IClassification.getResult()
Retrieves the likely classification result. |
Uses of Result in marf.Classification.Distance |
---|
Methods in marf.Classification.Distance that return Result | |
---|---|
Result |
Distance.getResult()
Retrieves the minimum-distance classification result. |
Uses of Result in marf.Classification.NeuralNetwork |
---|
Methods in marf.Classification.NeuralNetwork that return Result | |
---|---|
Result |
NeuralNetwork.getResult()
Retrieves the minimum-error classification result. |
Uses of Result in marf.Classification.RandomClassification |
---|
Methods in marf.Classification.RandomClassification that return Result | |
---|---|
Result |
RandomClassification.getResult()
Retrieves the classification result. |
Uses of Result in marf.Classification.Similarity |
---|
Methods in marf.Classification.Similarity that return Result | |
---|---|
Result |
CosineSimilarityMeasure.getResult()
Retrieves the maximum-similarity classification result. |
Uses of Result in marf.Classification.Stochastic |
---|
Methods in marf.Classification.Stochastic that return Result | |
---|---|
Result |
Stochastic.getResult()
Retrieves the maximum-probability classification result. |
Result |
ZipfLaw.getResult()
|
Uses of Result in marf.Storage |
---|
Fields in marf.Storage declared as Result | |
---|---|
protected Result[] |
ResultSet.aoResultSetSorted
References to the objects in the oResultSet in the sorted order. |
Methods in marf.Storage that return Result | |
---|---|
Result |
ResultSet.getAverageResult()
Retrieves the result from the result set with the average outcome value. |
Result |
ResultSet.getMaximumResult()
Retrieves the result from the result set with the maximum outcome value. |
Result |
ResultSet.getMinimumResult()
Retrieves the result from the result set with the minimum outcome value. |
Result |
ResultSet.getRandomResult()
Retrieves pseudo-random result object from the result set. |
Result[] |
ResultSet.getResultSetSorted()
Allows querying the current array of references to the contained Result objects sorted (if sorting was performed). |
Methods in marf.Storage with parameters of type Result | |
---|---|
void |
ResultSet.addResult(Result poResult)
Add result to the result set based on already pre-constructed object. |
void |
ResultSet.setResultSetSorted(Result[] paoResultSetSorted)
Allows setting the current array of sorted references to the contained Result objects if sorted outside. |
Constructors in marf.Storage with parameters of type Result | |
---|---|
Result(Result poResult)
Copy-constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |