Table of Contents

Class PointNetOptions

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Configuration options for PointNet models.

public class PointNetOptions : ModelOptions
Inheritance
PointNetOptions
Inherited Members

Properties

ClassifierChannels

public int[] ClassifierChannels { get; set; }

Property Value

int[]

DropoutRate

public double DropoutRate { get; set; }

Property Value

double

FeatureMlpChannels

public int[] FeatureMlpChannels { get; set; }

Property Value

int[]

FeatureTransformFcChannels

public int[] FeatureTransformFcChannels { get; set; }

Property Value

int[]

FeatureTransformMlpChannels

public int[] FeatureTransformMlpChannels { get; set; }

Property Value

int[]

InputFeatureDim

public int InputFeatureDim { get; set; }

Property Value

int

InputMlpChannels

public int[] InputMlpChannels { get; set; }

Property Value

int[]

InputTransformDim

public int InputTransformDim { get; set; }

Property Value

int

InputTransformFcChannels

public int[] InputTransformFcChannels { get; set; }

Property Value

int[]

InputTransformMlpChannels

public int[] InputTransformMlpChannels { 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

UseFeatureTransform

public bool UseFeatureTransform { get; set; }

Property Value

bool

UseInputTransform

public bool UseInputTransform { get; set; }

Property Value

bool