Creates a join index from a sequence of vectors.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference