gianlucaelia
17067137fd
Classes: uniform sc default indentation ( #134 )
...
SuperCollider code defaults to indentation using tab. All sc codebase is
formatted like this. Here I just opened every .sc file in scide,
selected all code, and automatically indent it pressing Tab.
3 years ago
Owen Green
a1fad50008
Names KMeans
4 years ago
Pierre Alexandre Tremblay
6c95820d83
kmeans now have working clear message and accumulative training.
5 years ago
Pierre Alexandre Tremblay
4fbd3d2558
kmeans new functionalities - classes done, with help+doc+examples in progress
5 years ago
Owen Green
4c277baf60
Add explicit *Query UGen classes for RT model objects
...
Enables use in SynthDefs
5 years ago
Owen Green
d0cbf95550
Update SC classes
5 years ago
Owen Green
b00c711209
Correct overzealous buffer-returning resolves #73
5 years ago
Gerard
04f0db5267
revert to 89886c1
5 years ago
Pierre Alexandre Tremblay
98842c3886
Revert "Update info output buffers in point processing methods for data clients; make sure nil buffers transmit -1, not 0"
...
This reverts commit 5aaeced5e4 .
5 years ago
Owen Green
5aaeced5e4
Update info output buffers in point processing methods for data clients; make sure nil buffers transmit -1, not 0
5 years ago
Owen Green
5b0771597d
Extend the dubious benefits of generated properties to nonrealtime DataClients
6 years ago
Pierre Alexandre Tremblay
13af5e9c6e
all interface unified with C++ code and style
6 years ago
Owen Green
806a3414d7
Update infrastructure and SC classes for RT queries
6 years ago
Owen Green
b687b5649d
Add KMeansClient RT support
6 years ago
Gerard
48ee95f77c
KMeans review
6 years ago
Gerard
1d13f8cac0
refactor common methods to FluidManipulationClint
6 years ago
Pierre Alexandre Tremblay
af9ac0332a
commenting the buffer input to FluidKMeans to avoid errors.
6 years ago
Owen Green
00a238dae7
Improve order async behaviour for synth; fix symbol vs string; default behaviour for cols/size; update interfaces
6 years ago
Owen Green
033f96a350
Merge branch 'clients/inter_client_comms' into features/sc-object-persist
6 years ago
Gerard
c6087b160e
KMeans: add fitPredict
6 years ago
Owen Green
d6905db3a3
New free message; no dice if server not running; working freeAll
6 years ago
Owen Green
4b88b405d7
Enable persistence for Dataset, Labelset and 'model' objects
...
viz. KDTree, KMeans,KNN, Normalize, PCA and Standardize. Most changes in
FluidManipulationClient
6 years ago
Owen Green
2ad8b508bd
Toughen FluidManipulation SC classes where strings are expected
6 years ago
Owen Green
e80afc7ce5
FluidKMeans predictPoint: expect number not numbers
6 years ago
Owen Green
deb785f4e6
Update release-packaging/Classes/FluidKDTree.sc and release-packaging/Classes/FluidKMeans.sc for interface changes
6 years ago
Owen Green
d169f70af6
Improvements to return value handling magic
6 years ago
Owen Green
0e8d773a32
Restore 'k' to KMeans (needed so we know how many things predict() will return)
6 years ago
Owen Green
c742f4d14e
TB2 classes: Reduce boiler plate
6 years ago
Owen Green
7aa5705bc1
FluidManipulation: Remaining SClang class stubs – NEEDS TESTING
6 years ago