Table of Contents

Class PointNetPlusPlusOptions

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Configuration options for PointNet++ models.

public class PointNetPlusPlusOptions : ModelOptions
Inheritance
PointNetPlusPlusOptions
Inherited Members

Properties

ClassifierChannels

public int[] ClassifierChannels { get; set; }

Property Value

int[]

DropoutRate

public double DropoutRate { get; set; }

Property Value

double

InputFeatureDim

public int InputFeatureDim { get; set; }

Property Value

int

LearningRate

public double LearningRate { get; set; }

Property Value

double

MlpDimensions

public int[][] MlpDimensions { get; set; }

Property Value

int[][]

MultiScaleMlpDimensions

public int[][][]? MultiScaleMlpDimensions { get; set; }

Property Value

int[][][]

MultiScaleNeighborSamples

public int[][]? MultiScaleNeighborSamples { get; set; }

Property Value

int[][]

MultiScaleRadii

public double[][]? MultiScaleRadii { get; set; }

Property Value

double[][]

NeighborSamples

public int[] NeighborSamples { get; set; }

Property Value

int[]

NumClasses

public int NumClasses { get; set; }

Property Value

int

SamplingRates

public int[] SamplingRates { get; set; }

Property Value

int[]

SearchRadii

public double[] SearchRadii { get; set; }

Property Value

double[]

UseDropout

public bool UseDropout { get; set; }

Property Value

bool

UseMultiScaleGrouping

public bool UseMultiScaleGrouping { get; set; }

Property Value

bool