Click or drag to resize

HITSRankrecalculate Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbCommonModels.HITSRank.recalculate(imbCommonModels.webStructure.ISpiderTargetCollection,System.Double,System.Int32)"]

Namespace:  imbCommonModels
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void recalculate(
	ISpiderTargetCollection targets,
	double convergence = 0.0001,
	int checkSteps = 20
)

Parameters

targets
Type: imbCommonModels.webStructureISpiderTargetCollection

[Missing <param name="targets"/> documentation for "M:imbCommonModels.HITSRank.recalculate(imbCommonModels.webStructure.ISpiderTargetCollection,System.Double,System.Int32)"]

convergence (Optional)
Type: SystemDouble

[Missing <param name="convergence"/> documentation for "M:imbCommonModels.HITSRank.recalculate(imbCommonModels.webStructure.ISpiderTargetCollection,System.Double,System.Int32)"]

checkSteps (Optional)
Type: SystemInt32

[Missing <param name="checkSteps"/> documentation for "M:imbCommonModels.HITSRank.recalculate(imbCommonModels.webStructure.ISpiderTargetCollection,System.Double,System.Int32)"]

See Also