We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e8f72 commit 19e3e72Copy full SHA for 19e3e72
src/AI-HierarchicalClustering-Tests/AIClusterEngineTest.class.st
@@ -120,10 +120,10 @@ AIClusterEngineTest >> testDendrogram [
120
{ #category : #test }
121
AIClusterEngineTest >> testDistanceMatrix [
122
123
- | input clusty |
124
- input := #(3 11 2 15 1 12).
125
- clusty := AIClusterEngine new distanceMatrix: (AIDistanceSquare on: input).
126
- self assert: (clusty distanceMatrix isKindOf: AIDistanceSquare)
+ | input clusty |
+ input := #( 3 11 2 15 1 12 ).
+ clusty := AIClusterEngine new distanceMatrix: (AIDistanceSquare on: input).
+ self assert: clusty distanceMatrix equals: (AIDistanceSquare on: input)
127
]
128
129
0 commit comments