Table of Contents

Class DGCNNOptions

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Configuration options for DGCNN models.

public class DGCNNOptions : ModelOptions
Inheritance
DGCNNOptions
Inherited Members

Properties

ClassifierChannels

public int[] ClassifierChannels { get; set; }

Property Value

int[]

DropoutRate

public double DropoutRate { get; set; }

Property Value

double

EdgeConvChannels

public int[] EdgeConvChannels { get; set; }

Property Value

int[]

InputFeatureDim

public int InputFeatureDim { get; set; }

Property Value

int

KnnK

public int KnnK { get; set; }

Property Value

int

LearningRate

public double LearningRate { get; set; }

Property Value

double

NumClasses

public int NumClasses { get; set; }

Property Value

int

UseDropout

public bool UseDropout { get; set; }

Property Value

bool