We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb6e39 commit bfa2064Copy full SHA for bfa2064
src/AI-SupportVectorMachines/AIMatrix.class.st
@@ -1,3 +1,6 @@
1
+"
2
+I implement a matrix for Suport Vector Machines using the Array class (and not the Array2D class)
3
4
Class {
5
#name : #AIMatrix,
6
#superclass : #Array,
0 commit comments