nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MachineLearning / head_t

head_t

Full name Microsoft.VisualBasic.MachineLearning.SVM.head_t Assembly Microsoft.VisualBasic.MachineLearning Members 5

01 Syntax

Microsoft.VisualBasic.MachineLearning.SVM.head_t

02 Methods

NameOverloadsSummary
.ctor 1 Create a new cache entry.

03 Properties

NameOverloadsSummary
EnclosingInstance 1 The Cache object which owns this entry.

04 Fields

NameOverloadsSummary
prev 1 a cicular list
next 1 a cicular list
data 1 data[0,len) is cached in this entry

05 Members

method .ctor #
#ctor(Cache)

Create a new cache entry.

Parameters
NameTypeDescription
enclosingInstanceCache

The Cache object which owns this entry.

property EnclosingInstance #
EnclosingInstance

The Cache object which owns this entry.

Returns

A Cache object.

field prev #
prev

a cicular list

field next #
next

a cicular list

field data #
data

data[0,len) is cached in this entry