-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
154 lines (153 loc) · 3.94 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Generated by roxygen2: do not edit by hand
S3method(getTrainData,SpatRaster)
S3method(getTrainData,character)
S3method(getTrainData,default)
S3method(predict,knn)
S3method(print,SOptim.ClassifierSummary)
S3method(summary,SOptim.Classifier)
S3method(zonalDT,SpatRaster)
S3method(zonalDT,data.frame)
S3method(zonalDT,default)
S3method(zonalDT,matrix)
export(GerritySkillScore)
export(NRV.omit)
export(StRS)
export(adjustRangesFromCentralPoint)
export(aggregateMultiStats)
export(aucSingleClass)
export(balanceMulticlassData)
export(calcStats)
export(calcStatsFinish)
export(calcStatsStart)
export(calculateNDIcombinations)
export(calculateSegmentStats)
export(calibrateClassifier)
export(checkEvalFun)
export(checkPrintSegmentationParams)
export(chunk2)
export(clusteringRaster)
export(convertToSAGA)
export(createDataSplits)
export(createRasterTiles)
export(dataBalancing)
export(doCleanUpActions)
export(drawRandom)
export(evalPerformanceClassifier)
export(evalPerformanceGeneric)
export(evaluatePerformance)
export(f2int)
export(fitFuncGeneric)
export(gaOptimizeSegmentationParams)
export(generateConfusionMatrix)
export(generateDefaultClassifierParams)
export(generateFormula)
export(getPythonFile)
export(getTrainData)
export(getTrainData_)
export(getTrainRasterSegments)
export(gssSingleClass)
export(importToGRASS)
export(kappaSingleClass)
export(modal_value)
export(numSampPerStrata)
export(predictSegments)
export(prepareCalData)
export(pssSingleClass)
export(randString)
export(randomSearchOptim)
export(readDataByTile)
export(repBSlash)
export(replaceDefaultClassificationParams)
export(searchOptimSegmentationParams)
export(segmentationGeneric)
export(segmentationParamNames)
export(segmentation_ArcGIS_MShift)
export(segmentation_GRASS_RG)
export(segmentation_OTB_LSMS)
export(segmentation_OTB_LSMS2)
export(segmentation_RSGISLib_Shep)
export(segmentation_SAGA_SRG)
export(segmentation_Terralib_Baatz)
export(segmentation_Terralib_MRGrow)
export(simRasterFeatures)
export(simRasterSegments2)
export(simRasterTrain)
export(zonalDT)
import(GA)
import(class)
import(data.table)
import(doRNG)
import(e1071)
import(foreach)
import(gbm)
import(mda)
import(parallel)
import(randomForest)
import(unbalanced)
importFrom(GA,startParallel)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(caret,createDataPartition)
importFrom(caret,createFolds)
importFrom(cclust,cclust)
importFrom(class,knn)
importFrom(cluster,clara)
importFrom(clusterCrit,intCriteria)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(data.table,setorder)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dtplyr,lazy_dt)
importFrom(magrittr,"%>%")
importFrom(parallel,stopCluster)
importFrom(rlang,.data)
importFrom(sf,read_sf)
importFrom(sf,st_area)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(terra,compareGeom)
importFrom(terra,datatype)
importFrom(terra,focal)
importFrom(terra,modal)
importFrom(terra,ncell)
importFrom(terra,ncol)
importFrom(terra,nlyr)
importFrom(terra,nrow)
importFrom(terra,patches)
importFrom(terra,rast)
importFrom(terra,readStart)
importFrom(terra,readStop)
importFrom(terra,values)
importFrom(terra,writeRaster)
importFrom(terra,writeStart)
importFrom(terra,writeStop)
importFrom(terra,writeValues)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)