Creates a join index from a sequence of vectors.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static JoinIndex FromVectors(
IEnumerable<IVector> vectors
)
Public Shared Function FromVectors (
vectors As IEnumerable(Of IVector)
) As JoinIndex
public:
static JoinIndex^ FromVectors(
IEnumerable<IVector^>^ vectors
)
static member FromVectors :
vectors : IEnumerable<IVector> -> JoinIndex
Parameters
- vectors
- Type: System.Collections.GenericIEnumerableIVector
A sequence of untyped vectors.
Return Value
Type:
JoinIndexA join index that uses the specified vectors.
Numerical Libraries
Supported in: 6.0
Reference