Class DGCNNOptions
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
EdgeConvChannels
public int[] EdgeConvChannels { get; set; }
Property Value
- int[]
InputFeatureDim
public int InputFeatureDim { get; set; }
Property Value
KnnK
public int KnnK { get; set; }
Property Value
LearningRate
public double LearningRate { get; set; }
Property Value
NumClasses
public int NumClasses { get; set; }
Property Value
UseDropout
public bool UseDropout { get; set; }