File tree Expand file tree Collapse file tree 8 files changed +90
-65
lines changed Expand file tree Collapse file tree 8 files changed +90
-65
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,6 @@ function changeColor() {
89
89
90
90
changeColor ( ) ;
91
91
attributes ( ) ;
92
- changeLinks ( ) ;
92
+ // changeLinks();
93
93
//addLinks();
94
94
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 52
52
# This pattern also affects html_static_path and html_extra_path.
53
53
exclude_patterns = []
54
54
55
- #master_doc = 'index'
56
- #main_doc = "contents"
55
+ #root_doc = "contents"
56
+ #root_doc = "toctree_generation"
57
+ #master_doc = "toctree_generation"
58
+ master_doc = "index"
57
59
58
60
# -- Options for HTML output -------------------------------------------------
59
61
Original file line number Diff line number Diff line change 317
317
"id" : " iy9BE3ytf0a4"
318
318
},
319
319
"source" : [
320
- " <a name=\" RegularTransferNN\" ></a>\n " ,
321
320
" ## [RegularTransferNN](https://adapt-python.github.io/adapt/generated/adapt.parameter_based.RegularTransferNN.html)"
322
321
]
323
322
},
Original file line number Diff line number Diff line change 195
195
"id" : " MB6Lo7FzmCWu"
196
196
},
197
197
"source" : [
198
- " <a name=\" Source-Only\" ></a>\n " ,
199
198
" ## Source Only"
200
199
]
201
200
},
352
351
"id" : " E8WbYRbkmCWw"
353
352
},
354
353
"source" : [
355
- " <a name=\" DANN\" ></a>\n " ,
356
354
" ## [DANN](https://adapt-python.github.io/adapt/generated/adapt.feature_based.DANN.html)"
357
355
]
358
356
},
500
498
"id" : " BNxExQCpmCWy"
501
499
},
502
500
"source" : [
503
- " <a name=\" ADDA\" ></a>\n " ,
504
501
" ## [ADDA](https://adapt-python.github.io/adapt/generated/adapt.feature_based.ADDA.html)"
505
502
]
506
503
},
649
646
"id" : " gcDQviRxmCWz"
650
647
},
651
648
"source" : [
652
- " <a name=\" DeepCORAL\" ></a>\n " ,
653
649
" ## [DeepCORAL](https://adapt-python.github.io/adapt/generated/adapt.feature_based.DeepCORAL.html)"
654
650
]
655
651
},
799
795
"id" : " zhfGBggfmCW0"
800
796
},
801
797
"source" : [
802
- " <a name=\" mSDA\" ></a>\n " ,
803
798
" ## [mSDA](https://adapt-python.github.io/adapt/generated/adapt.feature_based.mSDA.html)"
804
799
]
805
800
},
Original file line number Diff line number Diff line change 267
267
"id" : " O1SDrTm6hYwd"
268
268
},
269
269
"source" : [
270
- " <a name=\" KMM\" ></a>\n " ,
271
270
" ## [KMM](https://adapt-python.github.io/adapt/generated/adapt.instance_based.KMM.html)"
272
271
]
273
272
},
404
403
"id" : " D0NjR0XbhYwd"
405
404
},
406
405
"source" : [
407
- " <a name=\" KLIEP\" ></a>\n " ,
408
406
" ## [KLIEP](https://adapt-python.github.io/adapt/generated/adapt.instance_based.KLIEP.html)"
409
407
]
410
408
},
Original file line number Diff line number Diff line change 211
211
"id" : " x9ElnEtWleOv"
212
212
},
213
213
"source" : [
214
- " <a name=\" Source-Only\" ></a>\n " ,
215
214
" ## Source Only"
216
215
]
217
216
},
295
294
"id" : " BXjRbTr5leOz"
296
295
},
297
296
"source" : [
298
- " <a name=\" KMM\" ></a>\n " ,
299
297
" ## [KMM](https://adapt-python.github.io/adapt/generated/adapt.instance_based.KMM.html)"
300
298
]
301
299
},
423
421
"id" : " 8WoarEGuleO0"
424
422
},
425
423
"source" : [
426
- " <a name=\" KLIEP\" ></a>\n " ,
427
424
" ## [KLIEP](https://adapt-python.github.io/adapt/generated/adapt.instance_based.KLIEP.html)"
428
425
]
429
426
},
Original file line number Diff line number Diff line change
1
+ Utility Functions
2
+ -----------------
3
+
4
+ .. toctree ::
5
+ :maxdepth: 2
6
+
7
+ ../generated/adapt.utils.check_arrays
8
+ ../generated/adapt.utils.check_one_array
9
+ ../generated/adapt.utils.check_estimator
10
+ ../generated/adapt.utils.check_network
11
+ ../generated/adapt.utils.get_default_encoder
12
+ ../generated/adapt.utils.get_default_task
13
+ ../generated/adapt.utils.get_default_discriminator
14
+ ../generated/adapt.utils.GradientHandler
15
+ ../generated/adapt.utils.make_classification_da
16
+ ../generated/adapt.utils.make_regression_da
You can’t perform that action at this time.
0 commit comments