Classifier.aSetLength Method

Overload List

#SignatureDescription
1procedure aSetLength(var a: TBooleanArray; const Len: integer);
2procedure aSetLength(var a: TBytes; const Len: integer);
3procedure aSetLength(var a: TDiscreteRecordArray; const Len: integer);
4procedure aSetLength(var a: TDoubleArray; const Len: integer);
5procedure aSetLength(var a: TExampleRecordArray; const Len: integer);
6procedure aSetLength(var a: TFloatRecordArray; const Len: integer);
7procedure aSetLength(var a: TIndexRecordArray; const Len: integer);
8procedure aSetLength(var a: TIntegerArray; const Len: integer);
9procedure aSetLength(var a: TKFloatSpanArray; const Len: integer);
10procedure aSetLength(var a: TKNNParamsArray; const Len: integer);
11procedure aSetLength(var a: TKRecordArray; const Len: integer);

Overload 1: procedure aSetLength(var a: TBooleanArray; const Len: integer);

#NameTypeDescription
1TBooleanArray; const Len: integervar a

Result: stored in self (calling object)

Overload 2: procedure aSetLength(var a: TBytes; const Len: integer);

#NameTypeDescription
1TBytes; const Len: integervar a

Result: stored in self (calling object)

Overload 3: procedure aSetLength(var a: TDiscreteRecordArray; const Len: integer);

#NameTypeDescription
1TDiscreteRecordArray; const Len: integervar a

Result: stored in self (calling object)

Overload 4: procedure aSetLength(var a: TDoubleArray; const Len: integer);

#NameTypeDescription
1TDoubleArray; const Len: integervar a

Result: stored in self (calling object)

Overload 5: procedure aSetLength(var a: TExampleRecordArray; const Len: integer);

#NameTypeDescription
1TExampleRecordArray; const Len: integervar a

Result: stored in self (calling object)

Overload 6: procedure aSetLength(var a: TFloatRecordArray; const Len: integer);

#NameTypeDescription
1TFloatRecordArray; const Len: integervar a

Result: stored in self (calling object)

Overload 7: procedure aSetLength(var a: TIndexRecordArray; const Len: integer);

#NameTypeDescription
1TIndexRecordArray; const Len: integervar a

Result: stored in self (calling object)

Overload 8: procedure aSetLength(var a: TIntegerArray; const Len: integer);

#NameTypeDescription
1TIntegerArray; const Len: integervar a

Result: stored in self (calling object)

Overload 9: procedure aSetLength(var a: TKFloatSpanArray; const Len: integer);

#NameTypeDescription
1TKFloatSpanArray; const Len: integervar a

Result: stored in self (calling object)

Overload 10: procedure aSetLength(var a: TKNNParamsArray; const Len: integer);

#NameTypeDescription
1TKNNParamsArray; const Len: integervar a

Result: stored in self (calling object)

Overload 11: procedure aSetLength(var a: TKRecordArray; const Len: integer);

#NameTypeDescription
1TKRecordArray; const Len: integervar a

Result: stored in self (calling object)