Table of Contents

Class GenericArrayUtils

Namespace
NeuralNetworks.Core
Assembly
NeuralNetworks.dll
public static class GenericArrayUtils
Inheritance
GenericArrayUtils
Inherited Members

Methods

EnsureSameShape<T>(T?, T?)

public static void EnsureSameShape<T>(T? matrix1, T? matrix2)

Parameters

matrix1 T
matrix2 T

Type Parameters

T

GetRowCount<T>(T)

public static int GetRowCount<T>(T matrix)

Parameters

matrix T

Returns

int

Type Parameters

T

PermuteData<TX, TY>(TX, TY, Random)

public static void PermuteData<TX, TY>(TX matrix1, TY matrix2, Random random) where TX : notnull where TY : notnull

Parameters

matrix1 TX
matrix2 TY
random Random

Type Parameters

TX
TY

SliceDim0<T>(T, int, int)

public static T SliceDim0<T>(T source, int startInclusive, int endExclusive) where T : notnull

Parameters

source T
startInclusive int
endExclusive int

Returns

T

Type Parameters

T