C# Class natix.SimilaritySearch.XNANNI.Node

Inheritance: ILoadSave
Show file Open project: sadit/natix

Public Properties

Property Type Description
cov double
dists List
objID int
objects List

Public Methods

Method Description
Add ( int obj, double dist ) : void
Get_cov ( ) : void
Load ( BinaryReader Input ) : void
Node ( ) : System
Node ( int _objID ) : System
Save ( BinaryWriter Output ) : void

Method Details

Add() public method

public Add ( int obj, double dist ) : void
obj int
dist double
return void

Get_cov() public method

public Get_cov ( ) : void
return void

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

Node() public method

public Node ( ) : System
return System

Node() public method

public Node ( int _objID ) : System
_objID int
return System

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

Property Details

cov public property

public double cov
return double

dists public property

public List dists
return List

objID public property

public int objID
return int

objects public property

public List objects
return List