|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSkimmerEstimator
public class SkimmerEstimator
This class makes a lot of dangerous assumptions in order to achieve fast performance. That is ok because the only purpose of this class is to enable progress monitoring.
Constructor Summary | |
---|---|
SkimmerEstimator()
|
|
SkimmerEstimator(File fileHugin)
|
|
SkimmerEstimator(InputStream stream)
|
Method Summary | |
---|---|
void |
estimate()
interface Estimate |
int |
expectedEdges()
interface Estimate |
int |
expectedNodes()
interface Estimate |
long |
expectedValues()
interface Estimate |
long |
getCost()
|
int |
getCountNodeBlocks()
|
int |
getCountPotentialBlocks()
|
long |
getCountProbabilityValues()
|
int |
getProgressIncrementNodeBlock()
|
int |
getProgressIncrementPoteBlock()
|
int |
getProgressMax()
|
void |
init(File fileHugin)
interface Estimate |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkimmerEstimator(File fileHugin)
public SkimmerEstimator(InputStream stream)
public SkimmerEstimator()
Method Detail |
---|
public void init(File fileHugin)
init
in interface Estimate
public void estimate()
estimate
in interface Estimate
public long getCost()
public int getCountNodeBlocks()
public int getCountPotentialBlocks()
public long getCountProbabilityValues()
public int getProgressIncrementNodeBlock()
public int getProgressIncrementPoteBlock()
public int getProgressMax()
public int expectedNodes()
expectedNodes
in interface Estimate
public int expectedEdges()
expectedEdges
in interface Estimate
public long expectedValues()
expectedValues
in interface Estimate
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |