Skip to content

Commit bfa2064

Browse files
author
bezzazi abir
committed
1 parent 0cb6e39 commit bfa2064

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AI-SupportVectorMachines/AIMatrix.class.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"
2+
I implement a matrix for Suport Vector Machines using the Array class (and not the Array2D class)
3+
"
14
Class {
25
#name : #AIMatrix,
36
#superclass : #Array,

0 commit comments

Comments
 (0)