{
"name": "SwifitLearn",
"path": "/usr/src/package",
"targets": [
{
"name": "SwifitLearnTests",
"path": "Tests/SwifitLearnTests",
"type": "test",
"c99name": "SwifitLearnTests",
"sources": [
"IrisClassificationTests.swift",
"IrisDataset.swift",
"UtilsTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"SwifitLearn"
]
},
{
"name": "SwifitLearn",
"path": "Sources",
"type": "library",
"c99name": "SwifitLearn",
"sources": [
"DBSCAN.swift",
"KMeans.swift",
"KNeighborClassifier.swift",
"MeanShift.swift",
"RandomForestClassifier.swift",
"Utils.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"SwifitLearn"
],
"product_dependencies": [
"NDArray"
]
}
],
"products": [
{
"name": "SwifitLearn",
"type": {
"library": [
"automatic"
]
},
"targets": [
"SwifitLearn"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/t-ae/ndarray.git",
"type": "sourceControl",
"identity": "ndarray",
"requirement": {
"range": [
{
"lower_bound": "0.0.14",
"upper_bound": "1.0.0"
}
]
}
}
],
"tools_version": "4.0",
"manifest_display_name": "SwifitLearn"
}