C# Class natix.CompactDS.Plain64PairInvertedIndex.Node

Inheritance: ILoadSave
Show file Open project: sadit/natix

Public Properties

Property Type Description
distances List
items List
maxdistance double

Public Methods

Method Description
Add ( IEnumerable items, IEnumerable dists ) : void
Add ( long item, double dist ) : void
Load ( BinaryReader Input ) : void
Node ( ) : System
Save ( BinaryWriter Output ) : void
UpperBound ( double dist ) : double

Method Details

Add() public method

public Add ( IEnumerable items, IEnumerable dists ) : void
items IEnumerable
dists IEnumerable
return void

Add() public method

public Add ( long item, double dist ) : void
item long
dist double
return void

Load() public method

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

Node() public method

public Node ( ) : System
return System

Save() public method

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

UpperBound() public method

public UpperBound ( double dist ) : double
dist double
return double

Property Details

distances public property

public List distances
return List

items public property

public List items
return List

maxdistance public property

public double maxdistance
return double