Class KnnGraphWrapper
Inheritance
System.Object
KnnGraphWrapper
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Mars.Core.dll
Syntax
public class KnnGraphWrapper : AbstractOperationWrapper, INearestOperation, IOperation, IPlatform, IDisposable
Properties
|
Improve this Doc
View Source
Declaration
public override ProcessingTargetType PlatformDescriptor { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Clear()
Declaration
public override void Clear()
Overrides
|
Improve this Doc
View Source
Contains(Int32)
Declaration
public override bool Contains(int key)
Parameters
Type |
Name |
Description |
System.Int32 |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Dispose()
Declaration
public override void Dispose()
Overrides
|
Improve this Doc
View Source
Insert(Int32, IDomainData)
Declaration
public override void Insert(int key, IDomainData data)
Parameters
Type |
Name |
Description |
System.Int32 |
key |
|
IDomainData |
data |
|
Overrides
|
Improve this Doc
View Source
Nearest(Position, Int32)
Declaration
public IEnumerable<int> Nearest(Position source, int k)
Parameters
Type |
Name |
Description |
Position |
source |
|
System.Int32 |
k |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Int32> |
|
|
Improve this Doc
View Source
Remove(Int32)
Declaration
public override void Remove(int key)
Parameters
Type |
Name |
Description |
System.Int32 |
key |
|
Overrides
|
Improve this Doc
View Source
ScanGeometries()
Declaration
public override IEnumerable<IDomainData> ScanGeometries()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IDomainData> |
|
Overrides
|
Improve this Doc
View Source
ScanKeys()
Declaration
public override IEnumerable<int> ScanKeys()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Int32> |
|
Overrides
|
Improve this Doc
View Source
Update(Int32, IDomainData)
Declaration
public override void Update(int key, IDomainData data)
Parameters
Type |
Name |
Description |
System.Int32 |
key |
|
IDomainData |
data |
|
Overrides
Implements
System.IDisposable
Extension Methods